by hulibarri
My program exits immediatly.
|
|
[2 replies] Last: ask for input before you exit your main loop int wait; cin >> wait; ... (by jorz)
|
by vreed321
tic tac toe program review
|
|
[no replies]
|
by TripleF
I need a little help with a C++ program
|
|
[no replies]
|
by mikeglaz
vector iterators
|
|
[1 reply] : Probably because the push_back in the first case caused an internal ... (by shacktar)
|
by pstchnt
What's wrong with my function?
|
|
[2 replies] Last: It may be the lazy way out but I've been wracking my brain too long on... (by pstchnt)
|
by cdf
expected primary-expression before 'char'
|
|
[2 replies] Last: Instead, you should have this: con::con(char data ){ do ( data );} /... (by shacktar)
|
by paper32
Mode of an array
|
|
[8 replies] Last: #include <iostream> int main() { const int SIZE = 100 ; in... (by cire)
|
by rob1609
Text file loader bytes to readable chars
|
|
[no replies]
|
by headless
Finding files going through a loop
|
|
[no replies]
|
by Nexus
Hello all.
|
|
[3 replies] Last: I am not majoring in C++ I shoulda majored in C++ :( Anywho, all ... (by ResidentBiscuit)
|
by Jesus805
Changing the Color of text
|
|
[1 reply] : call GetConsoleWindow() to get a handle to the console then call SetCo... (by Texan40)
|
by hulibarri
I'm not sure how to export my code.
|
|
[2 replies] Last: Ok thanks just found itX) (by hulibarri)
|
by newbie21
The mind behind the logic?
|
|
[9 replies] Last: I've found if I get hung up on a logical issue for awhile, I'll go tak... (by ResidentBiscuit)
|
by JordanC
Can't load project
|
|
[6 replies] Last: After a quick google search, I've ran into many possible causes and so... (by ResidentBiscuit)
|
by magadavixt
how to approach this problem?
|
|
[14 replies] Last: you need a variable to be the total of the roman numerals, so it would... (by ui uiho)
|
by dudeperfect
Enumeration
|
|
[1 reply] : It really just makes your code more readable, and removes the "magic n... (by ResidentBiscuit)
|
by morando
unordered_set requierments
|
|
[1 reply] : You have to provide a hash function. struct HashFoo { std::size_t o... (by Peter87)
|
by Need4Sleep
Looking for a SFML tutorial site or book.
|
|
[10 replies] Last: This tutorial ( http://www.gamefromscratch.com/page/Game-From-Scratch-... (by Serapth)
|
by zeion
How to instantiate objects from within another class constructor?
|
|
[3 replies] Last: What if I need to instantiate multiple objects in the constructor? edi... (by zeion)
|