by Sub
Getting compile error C2061, I'm not sure how to fix it
|
|
[3 replies] Last: That's the problem. I deleted #include game.h from input.h and it now... (by Sub)
|
by rozick1
Is this a correct implementation of eratosthenes's sieve?
|
|
[2 replies] Last: Lol, I'll try again. (by rozick1)
|
by IWishIKnew
Finding directories and/or files.
|
|
[9 replies] Last: so.... anyone have step-by-step instructions or not? (by IWishIKnew)
|
by Amnesiac
Accelerated C++
|
|
[3 replies] Last: The code in section 4.5 - calls some input/output functions - which a... (by guestgulkan)
|
by chirrrs
program "stopped working" error!
|
|
[3 replies] Last: Add a dummy int somewhere and change line 127 to if (i < MAX_SCORES)... (by slicedpan)
|
by chameleon
template array initialization
|
|
[5 replies] Last: What compiler are you using? Because both MinGW 4.4.1 & Microsoft's Vi... (by closed account zb0S216C)
|
by Praetorx
Multiple Source Codes
|
|
[no replies]
|
by voyance
Passing a pointer...question
|
|
[3 replies] Last: 2. I see people pass a pointer by pointer...how does it work? are the... (by dadabe)
|
by Waqar Ahmed
Problem with pointers, need help!
|
|
[3 replies] Last: The destructor is being called for the copy passed as a parameter to y... (by codeFoil)
|
by rawstyle
remove 200 from int....
|
|
[3 replies] Last: Yea thanks for the responses guys! Exactly what I needed. (by rawstyle)
|
C++ Without Fear Exercise 2.5.2 |
|
[3 replies] Last: if ((total % 3) == 2){ total -= 2; cout << "I... (by twistedforever)
|
by rsanchez1992
Problem with my Program.... Please Help
|
|
[2 replies] Last: Wow... i feel stupid right now.. i didnt even bother looking at the co... (by rsanchez1992)
|
by Ahaanomegas
Graphics Library
|
|
[1 reply] : There is no such graphics.h library in either C or C++. If you have... (by Disch)
|
How can I convert a vector of integers to a vector of characters? |
|
[3 replies] Last: You can initialize (or assign to) a std::vector<> using a pair of iter... (by JLBorges)
|
by equax
Calculating Volume within a text
|
|
[5 replies] Last: Well, you are redefining it, aren't you? int main() { enum {NSHAP... (by JLBorges)
|
by rro0035
fstream counting new lines
|
|
[5 replies] Last: See if you can make sense of these modifications: if (doc) { // ... (by JLBorges)
|
by justinko
case problem
|
|
[15 replies] Last: AWESOME! Thanks a lot! Working nice and flawless :))) (by justinko)
|
by pandameow
pointers
|
|
[2 replies] Last: I suggest, you should read a book about C or C++. This would be the no... (by dadabe)
|
by korbel
Error assigning value to char
|
|
[5 replies] Last: Awesome! thank you, (by korbel)
|
by Archa4
Automated testing
|
|
[10 replies] Last: comp tool1.out 1.out Why discuss so much, simply: try This are onl... (by dadabe)
|