by kebapmanager
What is c++ used for , and is there future in it ?
|
|
[11 replies] Last: Nothing, and not at all. Just kidding, C++ is a pretty big language t... (by ResidentBiscuit)
|
by fiji885
remove() function help
|
|
[2 replies] Last: http://www.cplusplus.com/reference/cstdio/remove/ And of course there... (by cire)
|
by Qeeet
Being argument, array a[2] isn't copied when calling function
|
|
[8 replies] Last: I don't know. I turn on most flags telling compiller to treat standard... (by MiiNiPaa)
|
by Frank Stolfi
Need help with outFile with multiple loops
|
|
[no replies]
|
by Austin J
Whats wrong with this?
|
|
[14 replies] Last: Move using namespace std; from mult.h to mult.cpp and this will be a... (by moorecm)
|
by hbhans
expected initializer
|
|
[5 replies] Last: Hi Zereo. Thank you very much. Henning (by hbhans)
|
Need help with Pig Latin |
|
[2 replies] Last: I've made a new one and it kinda works. but when i tried adding it to ... (by Dammned Programmer)
|
How to code this program? |
|
[6 replies] Last: OK I get the picture now. But it would seem there's no need to start w... (by Chervil)
|
by geekocoder
output
|
|
[4 replies] Last: The calling convention is not the same as the order of evaluation. The... (by LB)
|
GCC-Ubuntu: How come this code works? |
|
[4 replies] Last: Change int i to int i and the code will work :) #include <stdio.h>... (by vlad from moscow)
|
by sri ganesh
microsoft visual studio
|
|
[3 replies] Last: The code that coder777 gave you is a loop. When you look at a loop (i... (by closed account 17ihb7Xj)
|
by CorruptionEX
Redefinition Errors with Include guard?
|
|
[6 replies] Last: @CorruptionEX It is not interesting what you were saying. I only wo... (by vlad from moscow)
|
by whitesaya
Need help!
|
|
[4 replies] Last: @mirec Yea but thats the problem, i have to for example "Name,class,... (by whitesaya)
|
by shugs81
"Hello world" - yeah I know but I just started...
|
|
[7 replies] Last: hmm... that seemed to work... What does any of it mean? EDIT:------... (by shugs81)
|
Far too many results |
|
[3 replies] Last: found my fault changed: case '20': c = 1; break; ... (by Philip Wilson)
|
by orly24
delay error
|
|
[6 replies] Last: wew.. T_T ok tnx for the help (by orly24)
|
by Jake Jung
Almost done with my program. One problem. Please help!!
|
|
[1 reply] : remove line 11 and put it at the beginning of the main() function. It'... (by coder777)
|
Unions |
|
[10 replies] Last: Basically I would go with the principal that Unions are outdated, they... (by newbieg)
|
by rhn1229
can element be -ve value?
|
|
[3 replies] Last: Thank you (by rhn1229)
|
by Octoballa
sentinel loop problems.
|
|
[4 replies] Last: Nevermind. Type in ("pause"). I should not be coding with no sleep... (by Octoballa)
|