by whatisjeff
Program that plays guessing number game
|
|
[1 reply] : https://en.wikipedia.org/wiki/Bisection_method You need to keep track ... (by ats15)
|
by Andym
convert a string to an integer
|
|
[2 replies] Last: awesome! Thanks! (by Andym)
|
by rjizzo
Terminate a "For" counter loop
|
|
[1 reply] : !indentation <nolyc> indentation is optional whitespace. see also: !vo... (by ne555)
|
Factorial |
|
[6 replies] Last: No. Factorial( a - 1 ). Factorial( 10 ); if it is > 1 it will multip... (by giblit)
|
by pronesti
C++ IO question
|
|
[2 replies] Last: I was just thinking that was probably it. Thanks (by pronesti)
|
by chronomancer
Input to parallel arrays
|
|
[4 replies] Last: You were right, wrong file location. Thank you so much for your help!... (by chronomancer)
|
by Edward01
Template list
|
|
[3 replies] Last: Simply store a copy, instead of a memory address in a pointer. templ... (by Catfish4)
|
by otisphat80
dynamic template array classs
|
|
[4 replies] Last: Thank you cire. (by otisphat80)
|
by Dominic4774
Why does this happen?
|
|
[1 reply] : that is a really ill-formed for loop and the program should have prope... (by giblit)
|
by whatisjeff
Help with a coin flip program
|
|
[9 replies] Last: Thank you all for the help :) (by whatisjeff)
|
by zagzag
Switch statment
|
|
[6 replies] Last: The problem was I had case '1': instead of case 1: you are right. I al... (by zagzag)
|
by farie82
input problem/fscanf to int doesn't work correctly help please(fixed)
|
|
[7 replies] Last: Thanks for the update. (by Chervil)
|
Syntax error with calling function with array of structs as a parameter |
|
[3 replies] Last: Once I implemented your advice and then figured out that I was also tr... (by MongolSamurai)
|
by piczim
Returning incorret Answer
|
|
[7 replies] Last: Thanks very much for all the help working fine now. Can someone point ... (by piczim)
|
by technovator
Output of a vector
|
|
[6 replies] Last: @andy you can also just add a count variable when using iterators but ... (by giblit)
|
by Oddwired
Variables in “wait” functions
|
|
[2 replies] Last: Thank you that worked perfectly! (by Oddwired)
|
by yeki
Dividing
|
|
[1 reply] : Use the float or double types (a double uses twice as much memor... (by Catfish4)
|
by a sk
Detecting the datatype of argument
|
|
[8 replies] Last: Thanks again. (by a sk)
|
Help Payroll C++ for intro to C++ class |
|
[5 replies] Last: You can also try this: Put "}" at line 55 Reverse "{" to "}" at line 6... (by JCM)
|
by ivo1
graph problem
|
|
[no replies]
|