by ominous
Homework Help
|
|
[8 replies] Last: @ jkevin Use of toupper is OK, except the OP should do it once for t... (by TheIdeasMan)
|
by kelbs
Good programming practices
|
|
[2 replies] Last: @jkevin 1. answer needs to be initialised, otherwise the loop might n... (by TheIdeasMan)
|
by spangg
Expected Unqualified-id
|
|
[2 replies] Last: Oh wow did'nt realise that. Thanks! Problem solved. (by spangg)
|
by joeplus
please help, Do-While
|
|
[3 replies] Last: use this: do { cout << "Please enter two numbers to calculate " << s... (by kradragon94)
|
by Jemar
What Do you Think is wrong?
|
|
[4 replies] Last: @coder777 Thanks buddy for the making me Think what should i do. now ... (by Jemar)
|
Code |
|
[no replies]
|
by jkevin
For loops
|
|
[2 replies] Last: A formatted code is easy to read than unformatted. For example int k... (by vlad from moscow)
|
by Chillieman
Graphics (1,2)
|
|
[29 replies] Last: @Chillieman GraphicsGale is a pretty good editor for 2d/pixel art. You... (by knn9)
|
by coinage23
Trouble understanding File input/output and .get()
|
|
[6 replies] Last: you can still use getline(), and then thefile >> ws to "Eat up" leadin... (by jkevin)
|
by JB2005
trouble with word/letter count using files.
|
|
[7 replies] Last: You're welcome. I'm guessing it measures the size of the string? Yep... (by norm b)
|
by joeplus
Continue Until Choosing to Exit
|
|
[2 replies] Last: Thanks, I know I'm suppose to use the do-while, but Im not sure how to... (by joeplus)
|
by luckyelee
homework help - csting reverse characters using pointers.
|
|
[12 replies] Last: Thank you for explaining, I still don't really understand but after ad... (by luckyelee)
|
Pythagoras |
|
[3 replies] Last: Thank you very much! (by ti83programmer)
|
C++ windows form breaks after input |
|
[no replies]
|
by Ardeshir81
Why should "return 0" at the end of main cause crash ?
|
|
[12 replies] Last: The read problem relates to the way strings work with pointer internal... (by andywestken)
|
Increment/ decrement doubt |
|
[15 replies] Last: @Cubbi And the point of view of the C++ standard is that the two inc... (by vlad from moscow)
|
by hellcoder
break
|
|
[6 replies] Last: Don't delete your posts, I've posted even worse garbage on this site a... (by Computergeek01)
|
by ant1bball
C++ Quiz Part2
|
|
[2 replies] Last: Thank you very much! :-) I'll try 17 without the typos (by ant1bball)
|
by mmep93
goto (looping) error
|
|
[8 replies] Last: #include <iostream.h> #include <conio.h> main() { clrscr(); u... (by vlad from moscow)
|
by Rakanoth
void pointers and pointers to functions
|
|
[9 replies] Last: operation's third argument is a pointer to a function accepting two in... (by AbstractionAnon)
|