by Adam Chance
getline none of the 2 overloads could convert all the argument types
|
|
[3 replies] Last: system( "pause" ); or getch( ) declared in conio.h (by Burz666)
|
by blackblue
Hi, guys can you please explain how these code works in order?, extremely appreciated
|
|
[1 reply] : You expect us to explain 300 lines of code? Can you say more specific ... (by Peter87)
|
by Ramzi89
Mysterious ÿ character??
|
|
[4 replies] Last: I see, i see... How interesting. Many thanks. (by Ramzi89)
|
by Tom King
QT changing which ui loads first
|
|
[no replies]
|
by htirwin
array of pointers
|
|
[3 replies] Last: Just make sure you call delete on these stack allocated arrays befo... (by Moschops)
|
output for the first input should not be same as for second user input..but it occurs to be same. |
|
[2 replies] Last: thank you very much for your advises.. sorry. it's my first time and ... (by angel paripari)
|
RE:[Accessing enum values] |
|
[5 replies] Last: Yes you are correct template is missing before the bitmap .. and than... (by BABU Prasad G)
|
by Tatipu
Reading arithmetic from file
|
|
[4 replies] Last: std::fstream fileStream; std::string sBuffer; ... std::vector<std:... (by Burz666)
|
by blueeyedlion
not creating an object properly?
|
|
[3 replies] Last: From Scott Myers on return value optimization for objects, you can als... (by sohguanh)
|
by rollie
Reference to rvalue in C++03
|
|
[3 replies] Last: Glad to hear - not crazy :) Thanks guys. (by rollie)
|
by Dantoc
Parse text from file
|
|
[2 replies] Last: Thanks. i will try to use vector of string in the coding. Thanks. (by Dantoc)
|
by Ziv Mhabary
passing vector to function
|
|
[9 replies] Last: vector<vector<float> > Lap ( n, vector<float>(n)); It creates an nx... (by ne555)
|
by amberleef
changing values..
|
|
[3 replies] Last: eliminating the "enter how many cards to deal" to ""enter cards e.g:2... (by sohguanh)
|
by ausairman
Ziggurat algorithm help
|
|
[7 replies] Last: So I'm now trying it with the original version (the one that you linke... (by ausairman)
|
by Mats
iPhone and C++
|
|
[8 replies] Last: The thing with iOS development is the cost basically. Without delving ... (by sohguanh)
|
by lolfoo
Ways to go about
|
|
[no replies]
|
by chtsolak
read excel cells via C++
|
|
[14 replies] Last: Finally i used FormatExcel code and i succeded in reading and wrirting... (by chtsolak)
|
by samartinjr
Error using <vector>
|
|
[12 replies] Last: After fixing the typo in line 13, this program compiles with gcc 4.6.2... (by Cubbi)
|
Get numbers from a .txt file |
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ Now can you find bro? (by ascii)
|
by kOdL3R
problem from tutorial (1,2,3,4)
|
|
[69 replies] Last: Moschops said : Is that a truly horrific shortening of a spell... (by kOdL3R)
|