by frescofrs
ifstram::read won't work the second time
|
|
[3 replies] Last: I overlooked that there might be an " end of file " after the first ti... (by Chervil)
|
by vgoel38
simple java program
|
|
[3 replies] Last: In C++, you can append a f to the number to force it to being a float,... (by TheIdeasMan)
|
by Trackett7493
Helllpp!
|
|
[16 replies] Last: Regarding the problem I mentioned earlier, with this code: while(... (by Chervil)
|
by dioing
didn't find problem!!!
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; string ... (by dioing)
|
by iyak218
Simplified Mastermind Game
|
|
[3 replies] Last: use a variable to check wether to quit or go on. read the users input ... (by Darkmaster)
|
by turbochef
Need to chop code into functions
|
|
[3 replies] Last: zhuge already said it, functions are used to do certain tasks. this g... (by Darkmaster)
|
by tkhan0301
Memory deallocation, am I doing it right?
|
|
[8 replies] Last: What I've learned is that it's better to always separate declaration ... (by Catfish2)
|
by su li
function in array...
|
|
[2 replies] Last: thank you for your explaination...but sorry,,i don't really get your p... (by su li)
|
by RedRider747
Help with arrays
|
|
[4 replies] Last: How do I add tags? Follow the link above. When you post something yo... (by coder777)
|
by algoRichard
inheritance problem
|
|
[3 replies] Last: Do what I said: overwrite the constructor and the operator=(). For C s... (by coder777)
|
by dakerudk
Dynamic Arrays
|
|
[2 replies] Last: You also don't delete Dynarray after you output it at 60-63. Also, th... (by Zhuge)
|
by indojo24
About keyboard being pressed
|
|
[1 reply] : @indojo Look here for a small program I showed someone on using the a... (by whitenite1)
|
by bosox99
Clarify rand()
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cstdlib/rand/ Firstly, yo... (by Episteme)
|
by anchanfx
Can we make these 2 function shorter?
|
|
[7 replies] Last: Anybody? (by anchanfx)
|
by mistabob
infix and postfix homework, stumped
|
|
[6 replies] Last: Looks like i'm trying to continue pulling terms from the input even wh... (by mistabob)
|
by boazgeorge
Isdigit
|
|
[4 replies] Last: class DigitString: public WCS_String { /* ... */ }; Assuming that ... (by JLBorges)
|
by ThirdAge
Midterm reviewin'
|
|
[15 replies] Last: OOOH i see...I should have had column a constant value and summed the ... (by ThirdAge)
|
by indojo24
About animation
|
|
[2 replies] Last: Thanks for your reply. I appreciate it, and it seems I'm getting throu... (by indojo24)
|
by Merriak
Need help on some homework!
|
|
[11 replies] Last: Well I followed your advice, added the virtual functions as you said a... (by Merriak)
|
by tdcslong09
expression must have bool type
|
|
[1 reply] : You are doing an assignment (=) inside the while loop condition. I sus... (by Zhuge)
|