by rockinruler
#define in C++
|
|
[2 replies] Last: #defining constants or macros is not really needed on C++. I think th... (by Bazzy)
|
by sheheryar
pointers
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/pointers.html (by elpis)
|
by mangeh
Erasing a file
|
|
[2 replies] Last: #include <stdio.h> defines int remove(const char *... (by kbw)
|
by hacker
How do I delete a folder?
|
|
[3 replies] Last: Sorry, I'm stupid. Could you please give me an example?Like this. htt... (by hacker)
|
by Duncan
Why are member variables usually private?
|
|
[12 replies] Last: Yes, that would be a good example, although you will probably want set... (by firedraco)
|
by Umz
Header files in Linux
|
|
[6 replies] Last: You'll also find that you can now do things like this: for (int a=... (by helios)
|
by CheesyBeefy
Using '\'
|
|
[6 replies] Last: You missed a %. system("%ProgramFiles%\\Windows NT\\Accessories\\w... (by Fredbenz)
|
by tyky9808
sorting classes read from a file
|
|
[3 replies] Last: this is my code for my sort function //function to sort my database o... (by tyky9808)
|
by Davids
user chooses where the file will be created, how can i do that?!
|
|
[1 reply] : I think you should read this: http://www.cplusplus.com/forum/beginner/... (by Bazzy)
|
by OGNNEC
Visual Studio C++ questions
|
|
[2 replies] Last: This may help: http://msdn.microsoft.com/en-us/library/ms185291(VS.80)... (by Bazzy)
|
by Fredbenz
Visual C++ 2008 Express Edition
|
|
[8 replies] Last: That's not portability. That's... distributability. Good point, b... (by Fredbenz)
|
by andreabak
Passing anytype parameter to function?
|
|
[4 replies] Last: The former passes a reference to the object that remains in the caller... (by helios)
|
by asmtom
Having users enter filenames in c++?
|
|
[4 replies] Last: awesome! thanks it works perfectly! (by asmtom)
|
by jmemphis
what is wrong here?
|
|
[9 replies] Last: ... ... ... ... ...... ... .. ... (by Bazzy)
|
by tomzi
Problem No.xx
|
|
[2 replies] Last: I think I shoud do that. Thnx (by tomzi)
|
by jcorral79
Not sure where to save file
|
|
[4 replies] Last: It depends on the nature of the file you are going to save, and the OS... (by Duthomhas)
|
by Fredbenz
spaghetti code...
|
|
[3 replies] Last: talking about goto , http://www.cplusplus.com/doc/tutorial/control.ht... (by Bazzy)
|
by bluezor
[SOLVED] Various Problems with HANGMAN Program
|
|
[10 replies] Last: SOLVED My final production - //Code source mostly based on HA... (by bluezor)
|
by matavaca
how to make a loop with menu
|
|
[3 replies] Last: thats a good idea, Y/N, by the way THE PROGRAM WORKED lol tanxz for th... (by matavaca)
|
by Duncan
using multiple source files
|
|
[9 replies] Last: oh.. good call Mythios.. I guess i forgot that. Oh well, it was onl... (by Duncan)
|