by andrewt
cout all user input requests at once
|
|
[3 replies] Last: Get a sheet of paper and write down the steps that you want to be perf... (by seymore15074)
|
by destro
calculating overtime
|
|
[12 replies] Last: You are my hero! Thanks again and again for your extended help. (by destro)
|
by CaliJoe
My Game Will Not Add Odds
|
|
[5 replies] Last: You will have to add a while loop to run the program again then. (by eker676)
|
by jaydr
formating floats
|
|
[2 replies] Last: Thank you Brazzy. sorry it took so long to thank you but i got sidetra... (by jaydr)
|
by CaliJoe
Beginner Dice Game
|
|
[5 replies] Last: Line 24: The function return value is void. Nothing needs to be return... (by eker676)
|
by crimshaft
??check for input??
|
|
[2 replies] Last: That is correct. ugh, sounds like I need some more studdy. where could... (by crimshaft)
|
by haco
issue with my 1st C++ program..
|
|
[16 replies] Last: I'm sure there are many different ways to accomplish that task that I ... (by grcunning)
|
by Oromis
Debugger in Dev-C++
|
|
[2 replies] Last: Thanks for the reply. The Dev-C++ reference on the debugger is real... (by Oromis)
|
by DragonKnight
Read from a .txt file
|
|
[8 replies] Last: Hello, I am using visual studio 2008 and ifstream infile and fstream i... (by kypeswith)
|
by ellimist14
Sorting
|
|
[2 replies] Last: That's the problem. We haven't learned structures yet. So I can't use ... (by ellimist14)
|
by radikll
Strange Problem
|
|
[2 replies] Last: 1) this code doesn't compile. You can't make declare 'scores' the way... (by Disch)
|
by NaCo
How to view the source code for iostream?
|
|
[1 reply] : Finding the implementation of the standard library is quite hard, they... (by Bazzy)
|
by Xanthus
new thread to execute Sleep()
|
|
[7 replies] Last: It sounds like a flawed approach. Sleep doesn't do what you think it ... (by kempofighter)
|
Is there a free tool to see where program bottlenecks are? |
|
[5 replies] Last: valgrind looks to be for linux. Is this the platform you are working ... (by kempofighter)
|
by Peyton
Calclating pi from sum of infinite series
|
|
[1 reply] : pow hasn't overloads for integral types so it can generate errors, c... (by Bazzy)
|
by kypeswith
mixed asm and C++
|
|
[1 reply] : In standard C++ you have the asm keyword working like this: asm("as... (by Bazzy)
|
by CKShia
getting a problem with return array value inside for loop...
|
|
[6 replies] Last: I'm not real sure, but i think when you use ++i instead of i++ it... (by jsmith)
|
by Scythe37
Can someone tell me what's wrong with my if statement?
|
|
[5 replies] Last: the logical AND (&&) would be what you need also, i like to use cha... (by kypeswith)
|
by destro
Guessing number within 2 of the number
|
|
[6 replies] Last: Thanks for all the great help. I needed it. (by destro)
|
by kypeswith
Simulating keyboard presses from a string
|
|
[2 replies] Last: thank you for pointing out my error, i appreciate the help greatly! I ... (by kypeswith)
|