N numbers per line (text file) |
|
[2 replies] Last: thankyou (by closed account 3796URfi)
|
by vorticidal
2d geometry lib suggestion?
|
|
[2 replies] Last: Box2D might be just what you need. Please have a look at the features ... (by Laurent Zubiaur)
|
by aish96
PLEASE HELP!!!!
|
|
[6 replies] Last: i got the mistake :P (by aish96)
|
by Jort
PLEASE HELP!! histogram coding problem
|
|
[no replies]
|
by antwon128
Add validation checking and decimal formatting?
|
|
[1 reply] : Bump tried adding input validation with an if statement, but it still ... (by antwon128)
|
by drawinfinity
Use recursion to check if 2 numbers are equal
|
|
[1 reply] : You need to return the function-call, as such bool equals (int x, ... (by fafner)
|
by madosenshi
Not knowing what to do with this C++ assignment...
|
|
[2 replies] Last: Hi Madosenshi, there is nothing pathetic about asking for help, its w... (by NGangst)
|
by dealaus
Vectors - Deleting all negative elements using pop_back and push_back
|
|
[8 replies] Last: Why not only add them to the vector if they are positive? use a while ... (by giblit)
|
by btwHendo
run-time check failure #3 - the variable 'num 3' is being used without being initialized.
|
|
[3 replies] Last: *sigh* I'm so disappointed with how programming (and specifically C++... (by Disch)
|
by aish96
Variables (1,2)
|
|
[38 replies] Last: i've almost finished it :) (by aish96)
|
char not registering even though it is listed |
|
[2 replies] Last: I didn't use the quotes as I should have. Thanks you! (by project science)
|
by Zain01
Please help me with these 2 questions
|
|
[1 reply] : Hi Zain01, As a rule we don't directly provide homework help to begi... (by NGangst)
|
by bg87
Developing stand alone application for raspberry pi in linux
|
|
[1 reply] : I think that what you need to do is cross-compile. Use something li... (by Stewbond)
|
by sea711
Simple logic question
|
|
[1 reply] : > unsure where i should return to The function returns to the point i... (by JLBorges)
|
Binary Search of an Array Problem |
|
[3 replies] Last: forgot to sort at the beginning...great catch, thanks! (by project science)
|
by Lindseybb
identifier undefined
|
|
[3 replies] Last: Oh wow I didn't even notice the ShowAve on there twice, oops! Thank yo... (by Lindseybb)
|
by programhelp
SIMPLE ROULETTE HELP PLEASE
|
|
[no replies]
|
by Gacsam
Char to array
|
|
[6 replies] Last: No problem. My fault too for not explaining it properly the first time... (by Chervil)
|
by Maderthanyou
Passing variables through void?
|
|
[3 replies] Last: Illustration of concept: void Function1(int &x, int &y) { ... ... (by tipaye)
|
by NSWhitmore
Converting data to binary
|
|
[3 replies] Last: Not sure what he's asking for when he says buffer by four, but I can a... (by GRex2595)
|