by shadder
setw from left o_O
|
|
[4 replies] Last: @leryss [quote=leryss]add in the setw() argument the sum of differenc... (by shadder)
|
by anarelle
Is it ok to ignore buffer after every cin?
|
|
[6 replies] Last: If you just discar one character that kind of format would still work... (by MiiNiPaa)
|
by Wulfinite
Inline Functions Question.
|
|
[1 reply] : No. it can decide to not to if it would hamper perfomance and provide ... (by MiiNiPaa)
|
by sumeetchand
Flags in ios class
|
|
[1 reply] : Generally flag is a variable which signels that some event happened (f... (by MiiNiPaa)
|
by sumeetchand
What is a Flag
|
|
[1 reply] : Please, do not double post. It clutters forums and spreads attempts to... (by MiiNiPaa)
|
by Cat32
Need help with an error code.
|
|
[7 replies] Last: If this is the required declaration: vector<int> findMode( int data ,... (by JLBorges)
|
by DreamTime
Why return a bool from an insert function?
|
|
[4 replies] Last: Ok, so there seem to be 2 cases where inserting a node can fail, there... (by Kevin C)
|
Help Using Set Parameters! |
|
[1 reply] : how to return more than one value through a function Group your varia... (by MiiNiPaa)
|
Need Help |
|
[4 replies] Last: That's what's commonly known as the conditional operator, although you... (by YFGHNG)
|
by leashbomb69
function to output values from smallest to largest
|
|
[1 reply] : I can't see what is wrong. 1) Use a debugger 2) rewrite by using a sw... (by Kevin C)
|
by Panda187
For loop going crazy
|
|
[1 reply] : getline(cin,name1); getline(cin,name2); getline(cin,gender); (by Kevin C)
|
by cher1201
Quick Logic Fix
|
|
[1 reply] : if (choice=='Y' || choice == 'y') (by Kevin C)
|
by ianheinze
Functions
|
|
[1 reply] : http://www.programming4beginners.com/tutorial/functions/functions htt... (by Kevin C)
|
by JohnDeBord
String in a Struct wtf
|
|
[1 reply] : Probably because when reading a string, the extraction operator will r... (by Kevin C)
|
by Obio
help help with a question about using switch structure
|
|
[no replies]
|
by dmc
cin not behaving as expected
|
|
[4 replies] Last: No it is well defined and specified by the standard. Well guess I h... (by wizebin)
|
by ASF93
Shopping list program have some issues
|
|
[no replies]
|
by leeli0830
Copying constructor making error
|
|
[1 reply] : You did not post relevant part: copy constructor. (and assigment opera... (by MiiNiPaa)
|
by st4evr
Number Guessing Game Using Void and For Loop
|
|
[2 replies] Last: Thank you. Made that correction and a couple of other modifications an... (by st4evr)
|
by Hidden Squid
trying to write into the inputFile.
|
|
[6 replies] Last: The warning level is whatever VB sets it as. I know that it my issue i... (by Hidden Squid)
|