by freecody24
military change to normal time?
|
|
[1 reply] : Trace what is happening Lets follow hours if hours = 0 h = 0 input(... (by mobotus)
|
by kenglong
Testing integers for nearness to each other
|
|
[5 replies] Last: Thanks everyone. Narrowing the scope of the parenthesis did the trick.... (by kenglong)
|
by dennyblanco
Bubble sort algorithm
|
|
[1 reply] : bubbleSort(array, n); (by ne555)
|
new to c++ and i have just 2 questions about project i did |
|
[no replies]
|
by Glorinar
Lines From File To Structs? Help Plz
|
|
[3 replies] Last: Bump (by Glorinar)
|
by mjyz
So lost with functions
|
|
[3 replies] Last: @JockX @mobotus thank you that worked perfectly. Any advice on how to ... (by mjyz)
|
by deividas717
Any idea how to read this?
|
|
[3 replies] Last: Here's one way. Read the whole line and then use a stringstream in ord... (by Chervil)
|
by stubborn
Do not understand definition of a special class constructor
|
|
[4 replies] Last: Yes, of course I meant nothing other than if ( n==3) :D Thanks a l... (by stubborn)
|
by JONOEFC
I NEED HELP WITH FILES
|
|
[4 replies] Last: I have it working now thanks to what you said :) thanks alot (by JONOEFC)
|
by fahmankhan75
While(cin)
|
|
[8 replies] Last: while(number) is valid, because 'number' is being evaluated as an ex... (by xismn)
|
by Adas
I have trouble with for
|
|
[2 replies] Last: Thank you Ispil. The code works perfectly. (by Adas)
|
Code aprox. of pi does not run :( |
|
[1 reply] : Remove the semicolon from line 13, while (totalcount < 1000000); ... (by Chervil)
|
DISCOUNTS NEED HELP PLEASE |
|
[2 replies] Last: Im really stuck but i will try to determine the rate in lines 59 to 61 (by Hickeyhead247)
|
by newlearn33
Throwing out highest and lowest values from a group of values
|
|
[2 replies] Last: OK, that makes sense but how do I put that into a statement or functio... (by newlearn33)
|
by ardengo
'nothrow' or alternatives
|
|
[5 replies] Last: thanks JLBorges . that's much clearer now! (by ardengo)
|
by Tina167
If, else or switch based program (roman numbers) - help
|
|
[no replies]
|
by ASCII14
text based game trouble!
|
|
[16 replies] Last: thanks, fun2code. I'm teaching myself by making a game and learning a... (by ASCII14)
|
by Ltp
Long value print
|
|
[4 replies] Last: You'll need to use a bignum implementation. 95123**12 = 5488156205177... (by Duthomhas)
|
by adv100
arrays, random number generators, and for loops
|
|
[2 replies] Last: thanks! that was great! (by adv100)
|
Trying to store multiple user input then add all together |
|
[3 replies] Last: entries[0,1,2,3,4] == -999 This syntax does not compute. One would ... (by keskiverto)
|