by Orval
Need help with Classes
|
|
[1 reply] : Hi, the statements health; health - 20; do not change any state or... (by Ganado)
|
by ChrizWar
Need to improve this code.
|
|
[5 replies] Last: void getSale(int &prod, int &quantity, float &price) The parameters ... (by dhayden)
|
by soccerguy77
What can I do to make this functional?
|
|
[1 reply] : The "stray" error is from your minus sign not being a minus sign on li... (by tscott8706)
|
by ryanjoshiii
Refreshing the console
|
|
[3 replies] Last: You can't actually "refresh" the console because it doesn't have a vid... (by Computergeek01)
|
by dgdgarrett
Input validation
|
|
[1 reply] : 1.) choice is a character, so it will contain their choice in ascii an... (by GRex2595)
|
by Trapnasty92
rand function
|
|
[8 replies] Last: Which line? Did you add braces to definition? (by MiiNiPaa)
|
by Bronislaw
Pushing back a sprite from a typedef struct
|
|
[2 replies] Last: Sorry, I've corrected it. It's about "Units" in SFML, which have a spr... (by Bronislaw)
|
by Adamhladik
Own command prompt
|
|
[2 replies] Last: Instead of cin >> command , you should include string and use getlin... (by GRex2595)
|
ArrayList Custom class |
|
[4 replies] Last: Thank you very much tipaye and coder777 .... Yours answers mean a lot... (by MRKSalman0349)
|
trouble with setw and 2D arrays |
|
[2 replies] Last: That's all of the code that I have in main, but the first row isn't al... (by strangelove1221)
|
by abc456
can someone help me fix this code?
|
|
[3 replies] Last: Where is your original code? Oh wait! I have it right here! // Cont... (by Militie)
|
by D0CHollywood
Basic looping question confusion
|
|
[4 replies] Last: Got it. Thanks man! (by D0CHollywood)
|
Spliiting code into headers |
|
[4 replies] Last: I think I will go for the second option you suggested, thank you for a... (by closed account y0XSE3v7)
|
dynamic arrays |
|
[4 replies] Last: Here is an example: int*** my2Darray = new int** ; // create for... (by codekiddy)
|
Program ends automatically |
|
[14 replies] Last: Well, you may say that. But you can do other things with targets. For ... (by MiiNiPaa)
|
by m0rteum
LinkedList memory error, help?
|
|
[3 replies] Last: If _last is the last node with a value == nullptr this line should be... (by closed account SECMoG1T)
|
How to break loop if my values are arrays |
|
[2 replies] Last: if(score = score ) This guarantees you an infinite loop, because ... (by tipaye)
|
by fung915
A program that assign passengers seats
|
|
[3 replies] Last: Hmm... that shouldn't really make a difference. If it appears to be so... (by tipaye)
|
by Bgarrett315
Quick sort
|
|
[1 reply] : Line 12: I don't know how choose_pivot(...) work, but if you pass th... (by coder777)
|
by persades
Simple program to print two squares
|
|
[2 replies] Last: Print first row of hollow square. Print space. Print first row of soli... (by MiiNiPaa)
|