by jimmy5023
why?
|
|
[1 reply] : cout<<billy<<endl; What is the output that you were expecting? It... (by ne555)
|
Trouble with Program |
|
[6 replies] Last: I did that and your program worked fine. I got no errors (but I did ge... (by closed account D80DSL3A)
|
by jimmy5023
Test a palindrome
|
|
[2 replies] Last: Like this? using namespace std; int main; std::string true,user... (by jimmy5023)
|
by Lucky D
#define, void, return and int main()
|
|
[3 replies] Last: Great, i'm much grateful for your wonderful help Bazzy, i hope i will ... (by Lucky D)
|
by Patoto
Devc++_Allegro_HeaderFiles
|
|
[3 replies] Last: I dont understand how the header files work, anyone know about this? W... (by Patoto)
|
by Zeppfan
Arrays and Functions
|
|
[9 replies] Last: OMG! That's so easy. I can't believe I forgot that. Thank you so much.... (by Zeppfan)
|
by pabloist
Calculating motion of an object?
|
|
[2 replies] Last: Thanks, motion is still a little weird, but at least it slows down pro... (by pabloist)
|
by indy2005
Address of char array (1,2)
|
|
[23 replies] Last: When you declared test, you called it a char*. The operator turns it ... (by Zhuge)
|
by ndimos
Text Editor in C
|
|
[3 replies] Last: Not really. Depending on the GUI Toolkit you pick they each have their... (by Zaita)
|
by hunkeelin
Is my program complete?
|
|
[1 reply] : Well. When you test it; does it satisfy all of the conditions you have... (by Zaita)
|
by hunkeelin
Translate this to c++ langauge
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/32971/ Already answered. (by Zaita)
|
by Sariss1990
Several errors with writing this reverse and increment function
|
|
[3 replies] Last: What you should be doing is outputing the values you're getting; and t... (by Zaita)
|
by scottyscot
finite differences need some advice
|
|
[1 reply] : 1) Your code is not wrapped in blocks. And it's not formatted so it'... (by Zaita)
|
by system0
Making a c++ big project
|
|
[3 replies] Last: What you're asking for isn't something you can learn from a book. >... (by Zaita)
|
Game library problem |
|
[2 replies] Last: I'm mainly confused on how to get the user input with games.insert(ga... (by Robby McDonald)
|
by award982
how can i get the amount of lines of text does a text file contain?
|
|
[11 replies] Last: or you could load the file into a vector... vector<string> filet... (by closed account 3pj6b7Xj)
|
by Elbin
Error using fgetws with popen
|
|
[3 replies] Last: Hi, I do not want to read a file, rather I want to execute a proces... (by Elbin)
|
by Shlacker
tic tac toe
|
|
[3 replies] Last: your function is int display_grid(int* board ); The way the fun... (by firix)
|
by saif84
Passing elements into Matrix
|
|
[3 replies] Last: Please read the rules of this forum (by firix)
|
by Rave
Program Out Put Does Not Make Sense!
|
|
[4 replies] Last: actually its incorrect, the op= is envoked twice, for one = since ther... (by Rave)
|