Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Palette window Z order Pin
Antti Keskinen11-Nov-03 7:01
Antti Keskinen11-Nov-03 7:01 
GeneralRe: Palette window Z order Pin
srev11-Nov-03 9:12
srev11-Nov-03 9:12 
GeneralRe: Palette window Z order Pin
srev11-Nov-03 11:55
srev11-Nov-03 11:55 
GeneralRe: Palette window Z order Pin
Antti Keskinen11-Nov-03 22:22
Antti Keskinen11-Nov-03 22:22 
GeneralAscending order Pin
iasaber11-Nov-03 4:37
iasaber11-Nov-03 4:37 
GeneralRe: Ascending order Pin
jhwurmbach11-Nov-03 4:49
jhwurmbach11-Nov-03 4:49 
GeneralRe: Ascending order Pin
iasaber11-Nov-03 5:35
iasaber11-Nov-03 5:35 
GeneralRe: Ascending order Pin
jhwurmbach11-Nov-03 5:50
jhwurmbach11-Nov-03 5:50 
iasaber wrote:
I thought a num++ or num-- or a if statement

num++/num-- do increase/decrease num. They do not change their position in the array!
To do that you need to copy one array member to a local variable, copy the one to exchange to its position and copy your local copy to the position where the other one has been.

Dynamical allocation of your array can be done by the STLs std::vector, but I think the point is you learning to handle objects Wink | ;-)



Who is 'General Failure'? And why is he reading my harddisk?!?
GeneralRe: Ascending order Pin
David Crow11-Nov-03 5:55
David Crow11-Nov-03 5:55 
GeneralDialog in Console Application Pin
imranhabib11-Nov-03 4:18
imranhabib11-Nov-03 4:18 
GeneralRe: Dialog in Console Application Pin
Antti Keskinen11-Nov-03 6:53
Antti Keskinen11-Nov-03 6:53 
GeneralRe: Dialog in Console Application Pin
imranhabib11-Nov-03 10:46
imranhabib11-Nov-03 10:46 
GeneralRe: Dialog in Console Application Pin
Antti Keskinen11-Nov-03 22:10
Antti Keskinen11-Nov-03 22:10 
QuestionHow to Change CDialogBar Background Pin
asierra11-Nov-03 4:17
asierra11-Nov-03 4:17 
Generalmouse cursor in console application Pin
imranhabib11-Nov-03 4:16
imranhabib11-Nov-03 4:16 
GeneralRe: mouse cursor in console application Pin
David Crow11-Nov-03 5:58
David Crow11-Nov-03 5:58 
GeneralRe: mouse cursor in console application Pin
Alvaro Mendez11-Nov-03 6:01
Alvaro Mendez11-Nov-03 6:01 
GeneralRe: mouse cursor in console application Pin
imranhabib11-Nov-03 11:09
imranhabib11-Nov-03 11:09 
Generaltwo Questions! Help! Pin
andylaw11-Nov-03 3:47
andylaw11-Nov-03 3:47 
GeneralRe: two Questions! Help! Pin
Antti Keskinen11-Nov-03 10:33
Antti Keskinen11-Nov-03 10:33 
GeneralPorting to PDA Pin
georgiek5011-Nov-03 3:38
georgiek5011-Nov-03 3:38 
GeneralInstalled Apps via WMI or Other Pin
JerryFW11-Nov-03 2:59
JerryFW11-Nov-03 2:59 
GeneralRe: Installed Apps via WMI or Other Pin
Heath Stewart11-Nov-03 3:56
protectorHeath Stewart11-Nov-03 3:56 
GeneralRe: Installed Apps via WMI or Other Pin
JerryFW11-Nov-03 4:11
JerryFW11-Nov-03 4:11 
GeneralRe: Installed Apps via WMI or Other Pin
Heath Stewart11-Nov-03 6:22
protectorHeath Stewart11-Nov-03 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.