by beakie
Inheritance/macros
|
|
[4 replies] Last: Why do you use preprocessor to cut out the inherited structures and n... (by beakie)
|
by shagufa
dnt nw what i am doing wrong
|
|
[5 replies] Last: thank you ill work on it (by shagufa)
|
by Fliize
C++ UI
|
|
[2 replies] Last: Check out QT: http://qt.gitorious.org/qt#more (by broser)
|
by snaxpax
First time error :S help plz
|
|
[5 replies] Last: will look into it...ty (by snaxpax)
|
by Hashimatsu
Reset the consol
|
|
[16 replies] Last: "what's wrong with it?" It takes up more room, you can just make a fo... (by Shock Bolt)
|
by Shock Bolt
How to make a file reader NOT read the contents of the file?
|
|
[2 replies] Last: Mhm, thanks, I fixed the problem anyway. (by Shock Bolt)
|
by redbull
Using open to load a picture in picturebox
|
|
[4 replies] Last: Try changing picturebox1->ImageLocation = Bitmap::FromFile(); to pi... (by naraku9333)
|
by jaded7
Memory allocation
|
|
[2 replies] Last: If new throws an exception, it couldn't give you the memory you asked ... (by Moschops)
|
by jazpearson
For loop using the modulo
|
|
[6 replies] Last: const int N = 10; for ( int i = 0; i < N; i++ ) { for ( int j = i, ... (by vlad from moscow)
|
by Lim Boon Jye
What the code trying to do
|
|
[5 replies] Last: @Script Coder Not to be pedantic, but vlad please change the ';' to a... (by vlad from moscow)
|
by Stauricus
reading from file.txt to array of strings.
|
|
[3 replies] Last: hi everybody! sorry for the double post. after a bigger search, i fou... (by Stauricus)
|
by freedom12
random number
|
|
[5 replies] Last: OH it starts from 0 not 1 thank you I appreciate your help (by freedom12)
|
by bdolr
Trying to make program for my daughter
|
|
[19 replies] Last: Will do. Last night i was watching videos on youtube, made by krashcou... (by bdolr)
|
by bigo005
Header file problem
|
|
[2 replies] Last: Thank you actually i forgot to mention the namespace std. (by bigo005)
|
by mahone
f()=X()??
|
|
[3 replies] Last: so, is = a member function of every class by default? Yes.... (by Peter87)
|
by theredchaser
help with const char's and string literals!
|
|
[1 reply] : It's not that char arrays are different. It's just that the operator<<... (by Peter87)
|
by mahone
Default constructor????
|
|
[1 reply] : If no constructor is declared for a class then the compiler declares t... (by vlad from moscow)
|
by RastaWolf
is this unconventional or bad form? (cont..)
|
|
[5 replies] Last: Everyday, I am surprised by the courtesy of everyone on these forums. ... (by RastaWolf)
|
by skipper123
printf() : header file not required???
|
|
[1 reply] : You are using an old C-compiler that follows the C89 Standard where fu... (by vlad from moscow)
|
How would i go about doing this? I am new to C++ and taking a class for it, and just want to see what this might look like. |
|
[1 reply] : class student { // members, usually left private public: Type f... (by ToniAz)
|