by eons93
okay, I'm lost. hope is dwindling.
|
|
[10 replies] Last: Line 19 in Combat.cpp is also wrong. You need to be able to tell the d... (by booradley60)
|
by keanedawg
Why does a #include make my program not work.
|
|
[17 replies] Last: Maybe this is bad but couldn't I just have the function defined insid... (by Gamer2015)
|
by pravi
C++ different output
|
|
[4 replies] Last: In C++, An integer literal that begins with 0 is considered as an Oct... (by Gamer2015)
|
by MisterWHite
How to read this???
|
|
[8 replies] Last: char eil ; fd>>n; for(int i=0; i<n; i++) { fd.ignore('\... (by MisterWHite)
|
by vivek14
error : "list" does not name a type
|
|
[4 replies] Last: cool. (by mutexe)
|
by composter
threads in code::blocks
|
|
[5 replies] Last: thank you it works now (by composter)
|
by bsikhonde
Calculate average
|
|
[1 reply] : Line 13 doesn't make sense. Use avarage : float number; ... (by coder777)
|
by gafftaped
Help with Classes
|
|
[5 replies] Last: morning dude, Your error1 is because you have this in your .cpp file: ... (by mutexe)
|
by keanedawg
Setting values inside the class versus setting them via constructors
|
|
[1 reply] : first: it's because you can't initialize non-static members in the cla... (by Gamer2015)
|
Roulette |
|
[1 reply] : srand(...) should be called only once at the top of main. See this:... (by coder777)
|
by starblazer
help with my very first project - war: capitalists and communists
|
|
[1 reply] : You need to move line 27 inside the while loop. Otherwise it rolls onl... (by coder777)
|
by fguy
Initializing a dynamically allocated array.
|
|
[1 reply] : > The book I am reading (Stroustrop) says that the number of elements ... (by JLBorges)
|
by Irishguy95
Expressing y = x^x
|
|
[9 replies] Last: Thanks guys, coulda swore I posted this a few days ago :/ #include <i... (by Irishguy95)
|
by Miller9800
Help with parallel arrays
|
|
[5 replies] Last: Now that I see it typed out, it seems so easy... Thanks again. I reall... (by Miller9800)
|
by ryan12538
Complex numbers with C
|
|
[no replies]
|
by Arturofm
Guys I need help, the exam is coming soon, simple program
|
|
[4 replies] Last: Thanks for your help/time guys!!! (by Arturofm)
|
by DanteWylde
Help with Reversing output of an array.
|
|
[2 replies] Last: Thank you. I knew I was missing something small and basic. (by DanteWylde)
|
by niklyd
std::map with only 100 elements
|
|
[1 reply] : Remove code from the program until you have the minimal code required ... (by LB)
|
by JORGEMAL
Passing an array to a function and get the number of elements
|
|
[1 reply] : Arrays don't have a size method. You can pass the size of the array to... (by Yanson)
|
by FuturistP
Questions about C++
|
|
[2 replies] Last: 1) I think OP has it described pretty correctly, if simply. A ... (by Duthomhas)
|