by oak
heap
|
|
[1 reply] : Yeah, Thanks for spreading the word. Aceix. (by Aceix)
|
by vichu8888
C++ compiler
|
|
[2 replies] Last: Thank you Aceix Ill try and let u know (by vichu8888)
|
by ebonygeek45
Can't figure out what means int player = 1,i,choice;
|
|
[8 replies] Last: Thanks guys Because I know I am jumping way ahead of the level of st... (by ebonygeek45)
|
by Rahvin24
Float and Double
|
|
[8 replies] Last: Here's an example of why it's best not to mix float and double: ... (by Chervil)
|
by Aceix
Simple logic behind C++ statement
|
|
[3 replies] Last: Thank you all for the help. Aceix. (by Aceix)
|
by nahla
How would I type y = x + 3/4 - 2 in c++ lang.?
|
|
[4 replies] Last: @cppbeginer123 (8) x / 4 + 3 - 2 // according to order of the operat... (by TheIdeasMan)
|
by Caven Yang
why this strtok doesn't work?
|
|
[1 reply] : The problem is that you try to pass a null pointer to atof. You can si... (by Peter87)
|
by elmimo
How, in a subroutine, convert String to Char?
|
|
[6 replies] Last: Actually, I tried and it is okay. Crossing the street without looki... (by cire)
|
by newbieg
File write issues
|
|
[3 replies] Last: Who's on second. What's stealing home? Uh. Sorry, dumb joke. I put w... (by newbieg)
|
by htown
Allocate
|
|
[1 reply] : You need to change it to: process *allocate_pcb(); // This is the prot... (by coder777)
|
by anreese1
writing functions
|
|
[2 replies] Last: I need help writing the functions for this code that reads from a fil... (by cire)
|
by NotAnOcelot
Problem with while loop and output files
|
|
[3 replies] Last: Ah ok. I solved all the errors. Thank you for your help freddy92! (by NotAnOcelot)
|
by jktexas1
multiple file reads to get values for linked lists(matrices)
|
|
[2 replies] Last: Or just use a 2D array with nested for loops. (by TheIdeasMan)
|
by marena
Need some help
|
|
[2 replies] Last: Must be in the same class. http://www.cplusplus.com/forum/beginner/81... (by leftcoast)
|
by Amethyst
Polynomial Class and Fstream
|
|
[6 replies] Last: Great, thanks! I'll see what I can do. :) (by Amethyst)
|
by AuburnChicky
Change date from numerical to literal
|
|
[4 replies] Last: In addition to what codewalker has stated, I think it would be easier ... (by error1f1f)
|
by AuburnChicky
Prime Number Program
|
|
[2 replies] Last: It looks to me like more or less the right lines of code, but not nece... (by Chervil)
|
by LucasCarioca
timeclock program
|
|
[2 replies] Last: perfect that worked thank you (by LucasCarioca)
|
by anonymousy
Passing 2D arrays
|
|
[4 replies] Last: Thanks again (by anonymousy)
|
I need help with tracing. |
|
[4 replies] Last: Thanks so much! I eventually figured out how the first one works. (by bainofmyexistance)
|