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...
Thank you Mr.Shabbir for the reply :) I do not know how to do this : could you please help me by using the previous information in reply #5 ?
Where are you people ? :( I need help really .. Here you are what I have done by now ( Just designing, I don not know how to write commands...
Note: the program I'm creating is based on Dialogs only. Now, I want to fox in creating a SLL Dialog , which should appears when I press the...
OK, I figure it out : void CTetDlg::OnButton1() { exit(1); }
To be more clear, What Should I Write In This Function : void CTetDlg::OnButton1() { // TODO: Add your control notification handler code...
Hi everyone, I was asked to write a program with MFC. It's about Linked List . This is how I would start : [IMG] When the user press...
Separate names with a comma.