by gtrruff
Writing an array to a text file
|
|
[2 replies] Last: outputFile << (int) ARRAY << " "; (by ne555)
|
by miken92
want to start learning c++
|
|
[3 replies] Last: It will be good if you practice with creating clones of simple games l... (by Observer)
|
by Grunalin
Setting lmits for float
|
|
[5 replies] Last: There's really not much else you can do [outside of external refactori... (by Ganado)
|
by Cheesmeet
Trying to make a function that returns a value
|
|
[2 replies] Last: Thanks! I didn't know I had to write int two times. I used a link to s... (by Cheesmeet)
|
by plus29
Program ends halfway after implementation of polymorphism
|
|
[4 replies] Last: Fixed the error, many thanks. (by plus29)
|
Some bug in template with enum parameter |
|
[2 replies] Last: I come up with my solution. Hmm I think we have 5 * 3 situations. (5 f... (by CakeByTheOcean)
|
Reading numbers from .txt |
|
[4 replies] Last: Since there're spaces between the numbers white spaces are ignored. F... (by coder777)
|
by hansenh4
Personal power point application
|
|
[3 replies] Last: Making your own powerpoint presentation software from scratch sounds l... (by Ganado)
|
by blackmamba
CODECHEF LONG CHALLANGE
|
|
[1 reply] : In MATCHIT problem i got 43.394 points. Anyone who got more than this,... (by blackmamba)
|
by Bopaki
Not getting the correct output when testing my program
|
|
[6 replies] Last: Thanks very much LastChance!!! it works like a bomb.... (by Bopaki)
|
error: use of ‘this’ in a constant expression while using helper funciton |
|
[3 replies] Last: It looks like it will not be able to deduce the template arguments so ... (by Peter87)
|
by earlcrieta
Help
|
|
[2 replies] Last: #include <iostream> #include <cctype> #include <string> #include <alg... (by lastchance)
|
Undirected graph with weights |
|
[no replies]
|
hospital billing with overloaded functions |
|
[3 replies] Last: Thank you both so much this really helped me understand functions and ... (by sidsthekid678)
|
by Alex009988
Cant cout an array
|
|
[1 reply] : Hello Alex009988, In the future when you have errors that you do not ... (by Handy Andy)
|
Read text file for classes object |
|
[4 replies] Last: I edit my code because i forgot to put the constructor rectangle. the ... (by closed account iN8poG1T)
|
Why std::copy changes my pointer position? |
|
[4 replies] Last: You should post the complete code. (by helios)
|
I got infinite loop |
|
[3 replies] Last: Thank you so much!!! @salem c @ducth I just realized i didnt set the v... (by closed account iN8poG1T)
|
by maksoud
Guessing game c++
|
|
[4 replies] Last: i have managed to reset count and managed to get other numbers randomi... (by maksoud)
|
by ames1951
Won't calculate correctly
|
|
[3 replies] Last: GOT IT!! Thanks guys! (by ames1951)
|