fstream problem, please help. |
|
[1 reply] : try replace readFile<< ""<<input<<""; with readFile<< input<< '\... (by y2krush)
|
adding while loops |
|
[1 reply] : I would use a do while for this. while (salary <= 0; salary++) /... (by atriumheart)
|
how do i fix my code |
|
[7 replies] Last: while(num > 0) { ... ... } (by atriumheart)
|
by FaffyWaffle
Exponents
|
|
[1 reply] : this is a cheap way of making things cubed easily #define cube(a) (a*... (by Spikerocks101)
|
by Ratzer
Enter and ESC keys
|
|
[1 reply] : What about replacing the 'CR' and 'ESC'? IsKeyDown(ENTER) IsKeyDown(ES... (by y2krush)
|
by McFads1
Creating several variables in a while loop?
|
|
[2 replies] Last: I misread the instruction! I managed to figure out a way to do it. Now... (by McFads1)
|
by Northern
Dynamic memory question
|
|
[1 reply] : You can not grow an array. You have to create a new one with the desir... (by toum)
|
by Baumer8993
How To Pass A Two Dimensional Array To A Function.
|
|
[2 replies] Last: AHHHHHHHHHHHHHHHHHH. Thank you!!!! Stupid typos! (by Baumer8993)
|
BASIC question about classes |
|
[2 replies] Last: Thanks, can you tell me when to put ; at the end of line 6 and 7? (by Rehan FASTian)
|
Why do I have an infinite loop? |
|
[1 reply] : I'm gonna attempt to help you. The "reason" that you have an infinite ... (by atriumheart)
|
by Handar
Custom strcat function using pointers
|
|
[2 replies] Last: You're absolutely right, thanks a lot for your help. :) (by Handar)
|
by kevinbright
For Loop not allowing inputs after first loop??
|
|
[4 replies] Last: Yes, sorry about that... I'll post up my code when I get home. Thank... (by kevinbright)
|
by jmcmaster008
Phonecall cost calculator with functions, call by reference
|
|
[1 reply] : line 46 you've switched callcost and totalcost. (by toum)
|
Default Constructors |
|
[1 reply] : Which default constructor are you talking about ? The one of your stud... (by toum)
|
by denisme
compare array
|
|
[4 replies] Last: Meaning he used your code for his homework lol. Also please don't dele... (by closed account 3qX21hU5)
|
by Flashbond
Modifying VB.NET NumericKeyPress event code to C++
|
|
[1 reply] : I added this->textBox1->KeyPress += gcnew System::Windows::Forms::Ke... (by Flashbond)
|
by Flashbond
Backspace behavior
|
|
[no replies]
|
My object array doesn't draw to the screen |
|
[9 replies] Last: Your last post is a good way to solve your problem, although be sure t... (by Branflakes91093)
|
by nfordhk
Performing equations using an Input.txt file
|
|
[5 replies] Last: That's embarrassing I got it now haha! And I changed my numbers to flo... (by nfordhk)
|
by Breezy1234
My Tic-Tac-Toe game isn't working properly.
|
|
[no replies]
|