by bgold12
Wrong output for second cout statement
|
|
[1 reply] : (1/2) is 0 (1.0/2.0) is 0.5 (by LB)
|
by Smallboy
Access Violation - insertionSorting arrays
|
|
[8 replies] Last: Hey that worked perfectly! That makes sense too, I always thought of t... (by Smallboy)
|
by nick050183
Boolean Variable array and Variable parsing.
|
|
[15 replies] Last: bool Bool1 = false; bool Bool2 = false; bool * const foo = { &Bool1,... (by nick050183)
|
by genkers
my code isn't formatting in my file correctly
|
|
[5 replies] Last: The problem is this line if (line.at(0) != 'M' || line.at(0) != 'D... (by Yanson)
|
by ChipsNChips
Namespace, What Is It
|
|
[10 replies] Last: Just to clear things up: the reason I asked "What do you mean by 'comp... (by LB)
|
by JulyZerg
Beginner on Classes!
|
|
[11 replies] Last: Line 22: You're still not initializing feet. Line 29: Why did you... (by AbstractionAnon)
|
by nooblet001
why put a reference in an "operator" when overloading an operand
|
|
[2 replies] Last: First, know that what you have there is a very bad idea. I'll get to ... (by TwilightSpectre)
|
by Ardaos
how to use getline() properly and how to use strcpy with a string a const char*
|
|
[7 replies] Last: There are several compilation errors in the above code. Line 14 o... (by Chervil)
|
by tangren17
I am receiving a run time error
|
|
[7 replies] Last: hackmattr, would I just put case 0: Sign = aries; cout <<"Aries\n"; ... (by tangren17)
|
by Necrode
Find non-numbers in a file
|
|
[1 reply] : You may add something like this after the while loop: if(!inputFile.eo... (by coder777)
|
by EvE12
Loop test
|
|
[8 replies] Last: nice one :) sorry for bothering you You aren't bothering me :)... (by mutexe)
|
Why is the output this? Please help, hurry.. |
|
[4 replies] Last: is it because "012345678" are 9 digits so i=9? No. Well, not exactl... (by mutexe)
|
by raheel1212
Hmm Cant get this right!!
|
|
[1 reply] : Don't mix gets with std::cin . Instead use a simple std::string . ... (by abhishekm71)
|
by turtlesavage
Why isn't this string if statement working?
|
|
[5 replies] Last: Just kidding (by turtlesavage)
|
by asd182
pic32 printer programming
|
|
[no replies]
|
by alex067
Can someone explain this to me?
|
|
[1 reply] : Modulus 10 will give you the rightmost digit. Dividing the number by 1... (by Peter87)
|
by Mahkus
No input files error??
|
|
[1 reply] : Why am I getting a no input file error here? What does that mean? Li... (by coder777)
|
by xenovia12
OOP
|
|
[2 replies] Last: so youre saying in the first one that it is like a normal function and... (by xenovia12)
|
How can I add intergers from a file and assign the sum to a variable in this program |
|
[1 reply] : 1. while -loop http://www.cplusplus.com/doc/tutorial/control/ 2. How ... (by keskiverto)
|
by robert410
Error: expected ';' before "cost"
|
|
[6 replies] Last: Apologies for my unnecesary duplication. (by closed account 48T7M4Gy)
|