by vlad61
that grading program.
|
|
[4 replies] Last: ooohh i see what you mean so it works like a chain.... each if code s... (by vlad61)
|
is there any way to find the methods in header file? |
|
[12 replies] Last: SGI has a list of that stuff. http://www.sgi.com/tech/stl/ It's proba... (by tummychow)
|
by ehsangha
inheritance
|
|
[5 replies] Last: A bit more specific? That's a very vague question. (by tummychow)
|
by ehsangha
define String to number
|
|
[12 replies] Last: ok Thank you (by ehsangha)
|
by bronco413
Program Modification
|
|
[2 replies] Last: Why are you mixing stdio and iostream like that? Is there any specific... (by closed account jwC5fSEw)
|
by stepan89
Converting string to number, stringstream
|
|
[3 replies] Last: to: hamsterman, maikel thank you, now it is quite clear to me... (by stepan89)
|
by dan1973
don't understand what compiler has said
|
|
[3 replies] Last: Much appreciated, matter settled, thanx. (by dan1973)
|
I remember when... |
|
[2 replies] Last: Problem is, speaking as an absolute novice, the IDE takes away a porti... (by dan1973)
|
by Taz billy
Visual Studio C++ first use
|
|
[7 replies] Last: check whether the file exists....if it doesnt make sure u save it next... (by abhi201090)
|
by jinjin12
how many return values can a function have in c++?
|
|
[7 replies] Last: Similar to C , in c++ also u can return only one value (by abhi201090)
|
by jinjin12
struct vs class
|
|
[6 replies] Last: Seriously, in the definition of the C++ language, that is exactly what... (by closed account S6k9GNh0)
|
by beaudy
File Input & Output
|
|
[11 replies] Last: just looks like you needed a space catcher , and move your write data ... (by DrakeMagi)
|
by vlad61
practice programs
|
|
[4 replies] Last: It reads as: if score is greater than or equal to 90, and score is les... (by tummychow)
|
by MWH
Passing variables to 2D arrays
|
|
[4 replies] Last: You may also want to read this: http://www.cplusplus.com/forum/article... (by hamsterman)
|
by Cn00b
sort issues
|
|
[1 reply] : #include <iostream> #include <cstdlib> #include <algorithm> #inclu... (by m4ster r0shi)
|
by broot
question about encapsulation
|
|
[3 replies] Last: Why do people do this and not just declare it under public? my quic... (by blackcoder41)
|
by sammy34
sizeof(string)
|
|
[3 replies] Last: A std :: string is a class , so it is (as Disch said) implementat... (by Duthomhas)
|
by martje12
Converting char* to char
|
|
[13 replies] Last: Sorry, i deleted the post...i somehow did the mistake of strcmp(Volume... (by martje12)
|
by shaqywacky
Errors when compiling
|
|
[2 replies] Last: I just noticed that if #include <iostream> is used it gets these error... (by shaqywacky)
|
by marvolo1300
double to int error
|
|
[5 replies] Last: oh ok, nice to know (by m4ster r0shi)
|