by leociongoli
Problem with functions returns
|
|
[2 replies] Last: Hey guys ! After long hours looking at the code (and with a little he... (by leociongoli)
|
by WayneC
Pause for screen display
|
|
[9 replies] Last: http://www.cplusplus.com/forum/articles/7312/ If one of my students u... (by Duthomhas)
|
by ShadeKoopa
New to C++; need help/advice.
|
|
[2 replies] Last: Or you can use break; to break out of the loop. (by GodPyro)
|
by firix
runtime stack overflow
|
|
[8 replies] Last: thanks coder777 (by firix)
|
"expected ';' before string constant error" |
|
[4 replies] Last: Here's another way to convert an int into a string: http://www.cpluspl... (by Computergeek01)
|
by Casanova
Error function bidimension ...What is the problem with my code ?
|
|
[4 replies] Last: No if array is empty , I can't choice 2. Compile yes compile but have ... (by Casanova)
|
by bally28
pointer to pointer
|
|
[6 replies] Last: Quite right, there are other problems. (by kbw)
|
by kyranstar
Hi I'm new to C++
|
|
[2 replies] Last: Don't use semicolons at the beginning of if statements, they should lo... (by TheNoobie)
|
by Chazzmundo
Iterating an enum
|
|
[10 replies] Last: Thank you guys especially coder777 (it worked perfectly). For referen... (by Chazzmundo)
|
by SJPxx
Programming without using IDE?
|
|
[16 replies] Last: Personally, for small projects and beginners, and would recommend not ... (by moorecm)
|
by Newton88
Can't access components of a vector from another class
|
|
[4 replies] Last: oh ok thank you i thought i declared 2 in my class and defined them in... (by Newton88)
|
by firix
did not understand a point of following the program
|
|
[5 replies] Last: thank everyone you for your responses. (by firix)
|
by jazpearson
dynamic multi-dimensional arrays - not vectors
|
|
[2 replies] Last: Thank-you. (by jazpearson)
|
by dAND3h
Building a release version
|
|
[1 reply] : likely you set the include path for your debug version but not for rel... (by coder777)
|
by lare26
Change class member data in a global function
|
|
[6 replies] Last: Well, the only reason I ask is so you can slap me with the logic as to... (by lare26)
|
by leomifare
Winscard.DLL is wrapped in my own DLL (Function Error)
|
|
[no replies]
|
by ferrari5107
Need help with C++ program!!
|
|
[2 replies] Last: // Header File #ifndef XYPOINT_H #define XYPOINT_H #include <iostrea... (by Khaltazar)
|
by ascii
making me some calculator
|
|
[8 replies] Last: heres the latest build of it which now has decimals and im looking int... (by ascii)
|
by rohanshah1
Random generator
|
|
[5 replies] Last: #include <iostream> #include <cmath> #include <cstdlib> #include <str... (by rohanshah1)
|
by RedPill17
Working Program crashes when run on different windows machine
|
|
[6 replies] Last: I cleaned up a lot of my code for the blackjack program and it works f... (by RedPill17)
|