by fotoni2
quick question about fstream
|
|
[1 reply] : ios_base::end may help, as may seekg(). You may find out more about th... (by Albatross)
|
by puneetsr
problem regarding the -dumping of stacktrace
|
|
[3 replies] Last: When I compiled this, I got a warning that your expression will always... (by Albatross)
|
by Halli66
Cant enter a right curly brace !
|
|
[10 replies] Last: I'd recommend that you do indeed use AltGr+7 instead of Ctrl+Alt+7... ... (by AngelHoof)
|
by steviebax
Newbie needing answers
|
|
[1 reply] : If you are using a pointer to access a member function of a class, you... (by AngelHoof)
|
by kooroshkdt
guys take a look to this problem(c2664) about string
|
|
[2 replies] Last: @kooroshkdt Your code will not compile if you have void main(). ... (by Albatross)
|
by FrankTheFox
imestamp from localtime mktime
|
|
[1 reply] : That's as good as it gets, it's a messy business. You can check the... (by kbw)
|
Coding Conventions (1,2) |
|
[26 replies] Last: C and C++ programmers typically expect that ALL_CAPS identifiers repre... (by Duthomhas)
|
by magicmasterp
How do you stop a program skipping inputs?
|
|
[5 replies] Last: All user input ends with ENTER http://www.cplusplus.com/forum/beginne... (by Duthomhas)
|
by DoomCarnage
Whats Wrong again zzz!!URgent
|
|
[8 replies] Last: Okay thanks people :) (by DoomCarnage)
|
by mugilan
C++ Set and Get problem
|
|
[3 replies] Last: Thank you very much friend. (by mugilan)
|
Error: The name streambuf is ambiguous, streambuf and std::streambuf. |
|
[1 reply] : The compiler has come across the name streambuf and has found more t... (by closed account z05DSL3A)
|
by igee
* Least squares identification with Matrix manipulation
|
|
[no replies]
|
by whitesnow
Menu messing up, not working properly, functions work fine without menu.
|
|
[5 replies] Last: SOLVED :) The answer lies in using "getline" and "stringstream" and... (by Sputnik)
|
by vampire
static member array of class
|
|
[1 reply] : when we write a program with class using a static member array You ... (by m4ster r0shi)
|
by john92
"Too Few Argument to Function"
|
|
[5 replies] Last: You need to initialise your variables. int card, type, value; => ... (by closed account z05DSL3A)
|
by Deluge
How to Initialize an Array in the Constructor
|
|
[2 replies] Last: Why not use string? (by aidyszh)
|
by nothingatall
simple c++ problem
|
|
[1 reply] : You should not put a semicolon after an if statement, because that rea... (by Athar)
|
by sopian87
why c++ given different answer
|
|
[3 replies] Last: thank you to all my friend...i success solve this problem......before ... (by sopian87)
|
by aachen
ios::binary
|
|
[no replies]
|
by john92
Case Statement
|
|
[3 replies] Last: Use an if/else chain instead of a switch. (by firedraco)
|