by camarowheels
Parallel Array and an Input Text File
|
|
[1 reply] : Okay, so I've made a rookie mistake. I've gone back and simplified som... (by camarowheels)
|
by Game4564
Help with C++ problem
|
|
[2 replies] Last: lol a little late to be starting this assignment (by Cody0023)
|
Array Help |
|
[6 replies] Last: Thank you! it is now working. I need to stop flipping the operands. Th... (by mckizzlealmond)
|
by iky
need help with calling function twice?
|
|
[4 replies] Last: thank you so much!!!! (by iky)
|
by Angeljruiz
Simple Emulator
|
|
[no replies]
|
by gunesahmet
How i can convert string to wchar_t ?
|
|
[4 replies] Last: If your C++ compiler supports C99 features, you can do one without the... (by vince1027)
|
by Prog24
Changing the input of my program
|
|
[no replies]
|
by bobthedruid
Loading Issues
|
|
[2 replies] Last: cout << "Enter you character's name: "; cin.ignore(100,'\n'); getlin... (by bobthedruid)
|
by DaveJC
Bugging Pointers
|
|
[1 reply] : Went with a different way of declaring these: while (heap.size() > ... (by DaveJC)
|
by rvbplayer123
C++ Arrays:invalid conversion from int to int*?
|
|
[1 reply] : I did not see all your code because it will be enough to point out tha... (by vlad from moscow)
|
by mendozae
Debugging ifstream
|
|
[3 replies] Last: You just prove to me that you could tie the two together. Yes, by as... (by Cubbi)
|
by aslv
compiler settings through source code
|
|
[2 replies] Last: Since this is competition software, there should be a way to set the c... (by LB)
|
by Catfish2
Iterators skipping characters
|
|
[4 replies] Last: Thank you for the replies. gustgulkan is right, and the underlying r... (by Catfish2)
|
by aclark17
inheritance ctors
|
|
[2 replies] Last: How should i solve thos problem virtual keywords global varibles (by aclark17)
|
by mtbusche
decrementing an iterator from begin
|
|
[4 replies] Last: ne555, Yes, I think I understand the advantages and ramifications of ... (by mtbusche)
|
by hunterb24
I can't seem to find how to achieve this with fstream
|
|
[17 replies] Last: Its likely an issue where the program tries to find the path or file r... (by BrokenSilenceDev)
|
by Nausea
Inheritance problem
|
|
[4 replies] Last: Thanks L B, I will try to figure out how to do that. That was nice, no... (by Nausea)
|
Array-like variable format |
|
[6 replies] Last: Ok, thank you. (by BrokenSilenceDev)
|
by DeerPark
Issue With Two Dimension Variable Array/vector
|
|
[4 replies] Last: I am not sure if that worked, I still get the error at the class when ... (by DeerPark)
|
by andy2012
How can I return the highest and second highest scores in this C++ program?
|
|
[7 replies] Last: I modified my code, but I don't know if I am getting any closer. voi... (by andy2012)
|