by NoBark
Debug assertion failed
|
|
[6 replies] Last: One thing to keep in mind is that defining global sfml objects is a no... (by cire)
|
Simplify nested loops with functions? |
|
[6 replies] Last: So how would I set the variable? (by ApertureScience101)
|
by Shipoopi
Help With array
|
|
[2 replies] Last: ya, i know i'm being very vague. A is suppose to be the matrix I and... (by Shipoopi)
|
by EvE12
Code editing
|
|
[3 replies] Last: You can either change the sign of the first element of arr that is bei... (by JayhawkZombie)
|
by wolfv
error: type 'nested class' is not derived from type 'class'
|
|
[no replies]
|
by nicktothek
Only getting one answer
|
|
[4 replies] Last: You need to take into account that, for example, January 31 is "less t... (by dhayden)
|
Problem with comparing string characters |
|
[7 replies] Last: Try this, I use strtok() function to tokenize or break the line into p... (by tanezavm)
|
need urgent help on a project |
|
[2 replies] Last: I've got this to open the file: void openfile() { string getword; i... (by patrickstewetOG)
|
libraries to start programming |
|
[7 replies] Last: thank you all (by closed account ypLhURfi)
|
hi guys, i need help with this exercice |
|
[1 reply] : Please check the code below, randDouble() which generates random numbe... (by tanezavm)
|
by AwakenedRage
Switch Statements Trouble
|
|
[2 replies] Last: The condition within a case has to be a constant-expression. case (t... (by PopEye)
|
by TravisWolf
Sudoko
|
|
[2 replies] Last: I wrote a sudoku solver several years ago. It was a lot of fun. You d... (by dhayden)
|
How to ask user if they want to run program again? |
|
[5 replies] Last: Try a do-while loop. It will run through once before checking the cond... (by HatchetMan302)
|
by football52
returning multiple variables from functions
|
|
[2 replies] Last: A function can only return one thing, so if you want to change multipl... (by HatchetMan302)
|
by davtk8
Put a limit on string size in a string array (using C-style Strings)
|
|
[no replies]
|
by parmih4
Codes runs once but not a second time
|
|
[11 replies] Last: Should it return temp? I changed it but it still gave me wrong answer (by parmih4)
|
by mshah
assignment help plzzzzzzz(c++ code )
|
|
[1 reply] : Please move this to the "Beginners" section if you need help. You will... (by megatron 0)
|
by nicktothek
if statements using dates?
|
|
[3 replies] Last: make the middle one && instead of || ! :) (by Muhammad Anim)
|
by pik
Class dayType program always starts me on Monday
|
|
[4 replies] Last: Thank you very much for you help. I messed with my program and was abl... (by pik)
|
by nicktothek
declare dates
|
|
[1 reply] : See this: http://www.cplusplus.com/reference/ctime/time/?kw=time And... (by coder777)
|