by Ardeshir81
How get a few words from input cin with spaces between them?
|
|
[1 reply] : use getline(cin, line), it is part of the standard library. http://ww... (by pata)
|
by Goldfinger
.exe for distribution
|
|
[2 replies] Last: give your friends your source code and have them compile it on their c... (by NSharbz)
|
by pata
[] operator confusion
|
|
[3 replies] Last: I think it is a way to use the string class constructor string(size_t... (by AbstractionAnon)
|
by bigdog225
While loop using !not operator
|
|
[2 replies] Last: Oh ok thanks, maybe it didn't work because I kept using the or opera... (by bigdog225)
|
by hanman
convert Matlab code to C++
|
|
[no replies]
|
by Ardeshir81
How to check if a string is "0" ?
|
|
[1 reply] : string tmp ; cin >> tmp; if (tmp== "0") cout << "Zero" ; There is n... (by Disch)
|
by ErrorFree
Books buying suggestion needed
|
|
[7 replies] Last: Friends Experimenting with all the your suggestions so far, i think i ... (by ErrorFree)
|
Structures related problem |
|
[1 reply] : SOLVED BY MY FRIEND wiserehan@gmail.com //////////////////////////////... (by Abdullah PAKISTANI)
|
by AnonAnarch
rvalue/lvalue problems + compiling issues
|
|
[2 replies] Last: Sorry about the semicolons, again I'm new. Thanks for the answer, I'll... (by AnonAnarch)
|
by a967Bytes
inline funcitons
|
|
[1 reply] : I think that there is no a difference because modern compiles can inli... (by vlad from moscow)
|
by ratrangana
error in compiling
|
|
[1 reply] : Hmmmm...someone correct me if I'm wrong but I think it's because you'r... (by ENIGMAx)
|
by cshu
fuctions and passing arrays by value
|
|
[no replies]
|
Vote for which book is best for beginners |
|
[17 replies] Last: Thanks for your comments they were helpful. (by closed account EwCjE3v7)
|
by ratrangana
sum of array elements
|
|
[3 replies] Last: int row ; for (int i = 0; i <7; i + +) for (int j = 0; j <3 ... (by ar2007)
|
Understanding Classes |
|
[1 reply] : There's a lot that could be written about this, but you're best off do... (by MikeyBoy)
|
by a sk
Missing symbols and PDB files
|
|
[no replies]
|
else if problem. |
|
[7 replies] Last: I must say that the program works, however, with the exception of the... (by MikeyBoy)
|
by phantasm
where is my mistake?
|
|
[1 reply] : You may not define a function inside an other function in C/C++/C#. (by vlad from moscow)
|
by wreglefan
Basic C++ Programs
|
|
[1 reply] : $ dict homework Studies or other preparatory work done prior to some ... (by ne555)
|
by SpottyBlue
Stationery Ordering System
|
|
[6 replies] Last: it should be something like this I think : cin >> Bluepen ; while (Bl... (by Ardeshir81)
|