Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TCS Interview Pin
Nibu babu thomas18-May-06 17:10
Nibu babu thomas18-May-06 17:10 
GeneralRe: TCS Interview Pin
ThatsAlok18-May-06 18:55
ThatsAlok18-May-06 18:55 
GeneralRe: TCS Interview Pin
ThatsAlok18-May-06 2:07
ThatsAlok18-May-06 2:07 
AnswerRe: TCS Interview Pin
VinayCool18-May-06 0:19
VinayCool18-May-06 0:19 
GeneralRe: TCS Interview Pin
Scorpio18-May-06 0:32
Scorpio18-May-06 0:32 
JokeRe: TCS Interview Pin
VinayCool18-May-06 0:34
VinayCool18-May-06 0:34 
QuestionNew to C++. Few Questions About ArrayList type structure. Pin
Tristan Rhodes17-May-06 23:53
Tristan Rhodes17-May-06 23:53 
AnswerRe: New to C++. Few Questions About ArrayList type structure. Pin
Rage18-May-06 2:00
professionalRage18-May-06 2:00 
The Catalyst wrote:
seems to be no NULL keyword


true, NULL is a simple #define on 0.

What you are basically trying to do is a sort of memory heap, right ? C++ coders normally do not handle collection by themselves, this would be reinventing the wheel, though I can understand that it can be educational. We normally use STLs, or collection provided by the windows API (which is not relevant for you, since you do not want to rely on base classes).

~RaGE();
QuestionHow to add bitmaps as menu items in menu? Pin
Swati_18817-May-06 23:37
Swati_18817-May-06 23:37 
AnswerRe: How to add bitmaps as menu items in menu? Pin
sathish s18-May-06 0:08
sathish s18-May-06 0:08 
AnswerRe: How to add bitmaps as menu items in menu? Pin
Hamid_RT18-May-06 0:48
Hamid_RT18-May-06 0:48 
QuestionCListBox problem Pin
Sarath C17-May-06 23:27
Sarath C17-May-06 23:27 
AnswerRe: CListBox problem Pin
Rage18-May-06 1:44
professionalRage18-May-06 1:44 
QuestionCode for playing Flash files using Activex control Pin
RahulOP17-May-06 23:13
RahulOP17-May-06 23:13 
AnswerRe: Code for playing Flash files using Activex control Pin
Eytukan17-May-06 23:36
Eytukan17-May-06 23:36 
QuestionMSDN Pin
Anilkumar K V17-May-06 22:49
Anilkumar K V17-May-06 22:49 
AnswerRe: MSDN Pin
David Crow18-May-06 4:36
David Crow18-May-06 4:36 
QuestionUsing C++ source code to control Logitech gampad Pin
ghmy8217-May-06 22:44
ghmy8217-May-06 22:44 
AnswerRe: Using C++ source code to control Logitech gampad Pin
Justin Tay18-May-06 2:53
Justin Tay18-May-06 2:53 
GeneralRe: Using C++ source code to control Logitech gampad Pin
ghmy8218-May-06 15:02
ghmy8218-May-06 15:02 
GeneralRe: Using C++ source code to control Logitech gampad Pin
Justin Tay18-May-06 18:12
Justin Tay18-May-06 18:12 
Question. What are the different types of polymorphism? Pin
Scorpio17-May-06 21:51
Scorpio17-May-06 21:51 
AnswerRe: . What are the different types of polymorphism? Pin
Eytukan17-May-06 22:10
Eytukan17-May-06 22:10 
AnswerRe: . What are the different types of polymorphism? Pin
Laxman Auti17-May-06 22:14
Laxman Auti17-May-06 22:14 
GeneralRe: . What are the different types of polymorphism? Pin
Scorpio17-May-06 22:18
Scorpio17-May-06 22:18 

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.