Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlinked list problem Pin
neha.agarwal2730-Mar-07 1:33
neha.agarwal2730-Mar-07 1:33 
AnswerRe: linked list problem Pin
Cedric Moonen30-Mar-07 1:44
Cedric Moonen30-Mar-07 1:44 
AnswerRe: linked list problem [modified] Pin
CPallini30-Mar-07 1:59
mveCPallini30-Mar-07 1:59 
GeneralRe: linked list problem Pin
neha.agarwal2730-Mar-07 2:13
neha.agarwal2730-Mar-07 2:13 
GeneralRe: linked list problem Pin
Cedric Moonen30-Mar-07 2:19
Cedric Moonen30-Mar-07 2:19 
GeneralRe: linked list problem Pin
neha.agarwal2730-Mar-07 2:27
neha.agarwal2730-Mar-07 2:27 
QuestionRe: linked list problem Pin
Maximilien30-Mar-07 3:21
Maximilien30-Mar-07 3:21 
AnswerRe: linked list problem Pin
Christian Graus30-Mar-07 3:31
protectorChristian Graus30-Mar-07 3:31 
At risk of stating the obvious:

This is obviously homework. That's fine, you've tried to do it yourself and asked for help, which is what the site is for. But, while I think everyone should write a linked list class, and a dynamic array class, at a minimum, once you've done that, for any code you write, you should use std::list and std::vector as your containers. You should write them to understand how they work, and what their relative cost is, and their strengths and weaknesses are. So, once you've learned from writing this class, don't make the mistake of using it for any future projects Smile | :)



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: linked list problem Pin
ThatsAlok1-Apr-07 21:00
ThatsAlok1-Apr-07 21:00 
QuestionDisabling Controls Pin
gunner_uk200030-Mar-07 1:10
gunner_uk200030-Mar-07 1:10 
AnswerRe: Disabling Controls Pin
Naveen30-Mar-07 1:18
Naveen30-Mar-07 1:18 
GeneralRe: Disabling Controls Pin
gunner_uk200030-Mar-07 1:22
gunner_uk200030-Mar-07 1:22 
GeneralRe: Disabling Controls [modified] Pin
Naveen30-Mar-07 1:31
Naveen30-Mar-07 1:31 
AnswerRe: Disabling Controls Pin
gunner_uk200030-Mar-07 1:34
gunner_uk200030-Mar-07 1:34 
GeneralRe: Disabling Controls [modified] Pin
Naveen30-Mar-07 1:48
Naveen30-Mar-07 1:48 
AnswerRe: Disabling Controls Pin
prasad_som30-Mar-07 1:48
prasad_som30-Mar-07 1:48 
GeneralRe: Disabling Controls Pin
gunner_uk200030-Mar-07 1:52
gunner_uk200030-Mar-07 1:52 
Questionatl8.0 backward compatibility issue Pin
Shiva Prasad30-Mar-07 1:09
Shiva Prasad30-Mar-07 1:09 
AnswerRe: atl8.0 backward compatibility issue Pin
prasad_som30-Mar-07 3:29
prasad_som30-Mar-07 3:29 
Question"Additional include directories" problem Pin
Aredel30-Mar-07 0:28
Aredel30-Mar-07 0:28 
AnswerRe: "Additional include directories" problem Pin
Taka Muraoka30-Mar-07 1:02
Taka Muraoka30-Mar-07 1:02 
GeneralRe: "Additional include directories" problem Pin
Aredel30-Mar-07 5:23
Aredel30-Mar-07 5:23 
GeneralRe: "Additional include directories" problem Pin
bolivar12330-Mar-07 9:00
bolivar12330-Mar-07 9:00 
QuestionSHFileoperation Pin
Vjys30-Mar-07 0:26
Vjys30-Mar-07 0:26 
AnswerRe: SHFileoperation [modified] Pin
prasad_som30-Mar-07 0:32
prasad_som30-Mar-07 0:32 

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.