by GypsyBaron
.exe stoped working
|
|
[2 replies] Last: There are many places where this program could go wrong, but the first... (by Ganado)
|
by AwesomeGuy
accelerated c++ 10.4
|
|
[2 replies] Last: The chapter is about arrays and pointers, so I guess it must be an arr... (by AwesomeGuy)
|
by WiWo
std::getline does not stop at eof
|
|
[3 replies] Last: Inserting saveFile.clear(); before writing solved the problem. Reall... (by Enoizat)
|
by priyank77
Are negative index in array allowed?
|
|
[11 replies] Last: missing copy constructor and assignment operator `lower' and `upper' m... (by ne555)
|
image choice |
|
[1 reply] : To test for equality, use the == operator. if (response = 'y') ... (by Chervil)
|
by Mofarrell913
Tic Tac Toe Issue- Calling functions
|
|
[1 reply] : In the function input you call changeplayer(); but changeplayer isn't ... (by Thomas1965)
|
Seperating material between header and '.cpp' files. |
|
[11 replies] Last: Yes. In a class declaration, the keywords class and struct are synon... (by Lucian Valois)
|
by Amiplus
Creating a timeline with timers and events (1,2)
|
|
[30 replies] Last: > cout << "Number of sec since January 1,1970:" << now << endl; Thi... (by JLBorges)
|
by Shyanie
How to insert avg & min & max in the program
|
|
[13 replies] Last: Please use code tags, when posting code. See http://www.cplusplus.com/... (by keskiverto)
|
Problem with solution to UVa 120 |
|
[2 replies] Last: explain your algorithm and comment your code. you need to test extrem... (by ne555)
|
by Bopaki
Getting an error when using the function find_if on STL
|
|
[3 replies] Last: Hello Bopaki, I will offer this as a thought. I put your program in V... (by Handy Andy)
|
by MHD8181
Set Expressions
|
|
[1 reply] : im learning about set expressions "set" you say. What set are you ta... (by keskiverto)
|
c/c++ runtime libraries from a developer point of view |
|
[1 reply] : > If I am trying to make a program that will run on any Windows machin... (by JLBorges)
|
by masecla33
A console GUI concept
|
|
[2 replies] Last: You might find yourself happier playing around with NCurses / PDCur... (by Duthomhas)
|
Program crashes as pointer tries to access struct |
|
[2 replies] Last: Thanks, I didn't know I could use structs like lists. I also tried usi... (by oldspiderdude)
|
by arczi w
cin, multiple entries to recognize
|
|
[10 replies] Last: That is both a "strength" and a "drawback" to the design of C and C++.... (by Duthomhas)
|
by larryl
Keyboard To Char Vector?
|
|
[2 replies] Last: Thanks Cubbi: <CTL-Z> <CR> fixed everything. I never build c... (by larryl)
|
by MeganFox
How should I prepare for c++ data structure class?
|
|
[4 replies] Last: If the syllabus is available then please post it (or a link to it) her... (by dhayden)
|
by alterkait
How to Make the Console respond to Statements containing specific Characters
|
|
[3 replies] Last: > That worked like a Charm! Now consider these: Q: How was your day?... (by JLBorges)
|
by Tobruk
Reading partially correct, but stops halfway - imbued wifstream into wstring with ConsoleCP changed to 65001 UTF8
|
|
[7 replies] Last: reading from a file does not succeed. read from a file using ifstrea... (by Cubbi)
|