Click here to Skip to main content
15,924,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Create MDI application Pin
vc-programmer-21-Sep-04 20:19
vc-programmer-21-Sep-04 20:19 
AnswerRe: How to Create MDI application Pin
David Crow22-Sep-04 5:21
David Crow22-Sep-04 5:21 
GeneralFlexGrid Help Pin
Neelesh K J Jain21-Sep-04 19:18
Neelesh K J Jain21-Sep-04 19:18 
GeneralAbout combo value Pin
anuchelvi21-Sep-04 19:07
anuchelvi21-Sep-04 19:07 
GeneralRe: About combo value Pin
Sujan Christo21-Sep-04 22:29
Sujan Christo21-Sep-04 22:29 
GeneralRe: About combo value Pin
David Crow22-Sep-04 5:26
David Crow22-Sep-04 5:26 
Generaldelete item in an arrary Pin
ISUstudent21-Sep-04 18:03
ISUstudent21-Sep-04 18:03 
GeneralRe: delete item in an arrary Pin
David Crow22-Sep-04 5:33
David Crow22-Sep-04 5:33 
If we can view a 10-item array as:

+-+-+-+-+-+---+-+
|0|1|2|3|4|...|9|
+-+-+-+-+-+---+-+
then to delete the item at position 3, items 4-9 must be moved one position to the left. In other words, item 4 becomes item 3, item 5 becomes item 4, etc. Make sense? What to do with the empty spot that results from moving item 9 depends on how you want the array to behave. It can be removed, or it can be left intact so that the next addition does not have to allocate any new memory.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


QuestionChange system-default printer? Pin
DanYELL21-Sep-04 17:48
DanYELL21-Sep-04 17:48 
AnswerRe: Change system-default printer? Pin
Ravi Bhavnani22-Sep-04 5:54
professionalRavi Bhavnani22-Sep-04 5:54 
AnswerRe: Change system-default printer? Pin
David Crow22-Sep-04 6:15
David Crow22-Sep-04 6:15 
GeneralUnchecking a MenuItem Pin
Anonymous21-Sep-04 17:33
Anonymous21-Sep-04 17:33 
GeneralRe: Unchecking a MenuItem Pin
Abhi Lahare21-Sep-04 18:16
Abhi Lahare21-Sep-04 18:16 
GeneralRe: Unchecking a MenuItem Pin
Sujan Christo21-Sep-04 18:17
Sujan Christo21-Sep-04 18:17 
GeneralProgramming Outlook Express Pin
Seve Ho21-Sep-04 16:32
Seve Ho21-Sep-04 16:32 
GeneralRe: Programming Outlook Express Pin
Sujan Christo21-Sep-04 18:09
Sujan Christo21-Sep-04 18:09 
GeneralRe: Programming Outlook Express Pin
Seve Ho21-Sep-04 18:43
Seve Ho21-Sep-04 18:43 
Generalc++ exception handling Pin
buddy1234521-Sep-04 16:11
buddy1234521-Sep-04 16:11 
GeneralRe: c++ exception handling Pin
Christian Graus21-Sep-04 16:43
protectorChristian Graus21-Sep-04 16:43 
GeneralTemplate function for sort an arrary Pin
ISUstudent21-Sep-04 16:10
ISUstudent21-Sep-04 16:10 
GeneralRe: Template function for sort an arrary Pin
ISUstudent21-Sep-04 16:23
ISUstudent21-Sep-04 16:23 
Generalunderflow/overflow in strtoint C++ function Pin
buddy1234521-Sep-04 16:09
buddy1234521-Sep-04 16:09 
Generalwhen to use classes Pin
Archer28221-Sep-04 15:57
Archer28221-Sep-04 15:57 
GeneralRe: when to use classes Pin
Christian Graus21-Sep-04 16:45
protectorChristian Graus21-Sep-04 16:45 
GeneralRe: when to use classes Pin
cmk21-Sep-04 20:40
cmk21-Sep-04 20:40 

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.