DaWei, you are right, VC++ 6.0 is old, but the most tutorials use it. there are a few tutorials that use MS VC2005 Express Edition or Microsoft...
Well, Microsoft Visual C++ 6.0 is the best thing you could get :) try to get use with it. for tutorials, just type in google.com: c++ tutorials
this is a declarations of a pointer points to a pointer :D it is used when you want to manipulates an array[][]
I compiled many c++ programs in Fedora ( Linux ) for two years, but I have not see a problem like this ? you should ask in Linux Forums, I think...
Thank you Mr.Shabbir for the help :)
Ù‹WoOoOoOoW !! I want to dance now !!! the program now is 100% complete, I knew the problem with the previous code: // TODO: Add your...
I wrote something like your code : Node* currentPtr = firstPtr; CString contents(""); if ( currentPtr != NULL ) { while(...
I studied C++ not C, I guess (sprintf / sscanf) are in C language ?
You are not helping me Mr.Shabbir ! at least explain to me in coding
I didn't understand any word from your reply Mr.shabbir because I'm new at VC++ :( Could you please type the code that do this: Have the...
Just for being clear, if I click on the print button, then a dialog is appears with one big text box and the nodes are listed in it like this:...
First of all, thank you Mr.Shabbir for being with us and for the quick reply :) secondly, I know how to connect an integer data member ( say: int...
Hi everyone :) I'm building a program that manipulates with Singly Linked List which has a one data member ( int ), and there are many...
You need to add the code in the button handler which is generated with the IDE as I mentioned above. Could you please tell me what code should...
Separate names with a comma.