by brandonator
How to solve an variable storage problem?
|
|
[4 replies] Last: ok, if you would gladly reply to my next reply and try to fix or at le... (by brandonator)
|
HELP! Weird error using functions. |
|
[4 replies] Last: Thank you very much. I forgot I had text within the function stating w... (by closed account y6DLy60M)
|
by joshsmith01
Code affect IDE? Xcode specific issues?
|
|
[no replies]
|
by SquattingDog
Darn function does'nt work the way i want it
|
|
[1 reply] : I want to use a -for loop- Well, here's a version which is self-cont... (by Chervil)
|
Help with if else statement |
|
[3 replies] Last: For what I can see as I didn't run the program. if (currentBalance ... (by leftcoast)
|
by kdubb
Rock Paper Scissors
|
|
[1 reply] : //I need some help with this coding assignment...any suggestions? ... (by IceThatJaw)
|
Help ! error C2064: term does not evaluate to a function taking 1 arguments |
|
[4 replies] Last: Thank you so much I completely forgot that. (by closed account y6DLy60M)
|
by Sena2012
Flowchart help
|
|
[2 replies] Last: Thank you, I can do the rest now. (by Sena2012)
|
by brandonator
Problem setting class functions equal to a variable
|
|
[1 reply] : Attack = YourFireType->SetAttack; Health = YourFireType->SetHealth; ... (by Aceix)
|
by kuriolis
cannot exit do...while loop
|
|
[15 replies] Last: ZOMG. sloppy9, you... are my hero. Popped that inside the main loop... (by kuriolis)
|
by Ruthless
Facing difficulties in shifting & insert new numbers in array
|
|
[2 replies] Last: Thanks you, I got it working so far but I don't know weather it is 100... (by Ruthless)
|
by brandonator
Problem with setting class functions equal to a variable
|
|
[2 replies] Last: Can you fix this error please so i can implement it into my program pl... (by brandonator)
|
by devonrevenge
can you help me with another very simple array problem, then thats it for my frazzled brain for todai
|
|
[11 replies] Last: thas still no workee workee five dollar ahh i forgot an = what i mea... (by devonrevenge)
|
by gtkano
for each loop ?
|
|
[1 reply] : No, that is not standard C++. It's probably a compiler extension, whi... (by Disch)
|
by Edi Amin
Return an array from function problem
|
|
[3 replies] Last: I've solved the problem using vector. Please tell me if you see there ... (by Edi Amin)
|
Infix to postfix expression. Don't work |
|
[no replies]
|
Function/Table problem |
|
[3 replies] Last: Don't use pow to square a number, it's like using a sledgehammer to sw... (by Disch)
|
by georgep
Problem getting g++ up to date
|
|
[3 replies] Last: -std=c++11 and -std=c++0x is exactly the same. (by Peter87)
|
by rozick1
cout not printing
|
|
[3 replies] Last: There's a lot of IO activity and stuff I cannot reproduce at my PC and... (by webJose)
|
how to translate-> static uint8_t * song = (uint8_t*)"C2.C2,D4,C4,F4,E8,"; |
|
[1 reply] : The string literal has type const char . In the expression it is con... (by vlad from moscow)
|