by willia23
double-precision floating-point numbers?
|
|
[2 replies] Last: Thanks for the help. What do u add the begging of the variable? (by willia23)
|
by matanuragi
How to select random number
|
|
[2 replies] Last: Here are two links to help point you in the right direction. hope t... (by ja23jr)
|
debugger problem? |
|
[1 reply] : I think you should pause your program to see variable values (by Bazzy)
|
event only numbers? |
|
[3 replies] Last: I figured it out.. It was "process only even" numbers.. It took about ... (by computernerd89)
|
by amyotm
NEW Specific IF question
|
|
[3 replies] Last: I assume you replaced all the if( a='x' ) with if( a == 'x' )... (by jsmith)
|
by chandangang
doubt in return
|
|
[6 replies] Last: thanks jsmith once again. (by chandangang)
|
by amyotm
Problem solved
|
|
[6 replies] Last: That's helped quite a great deal. Thank you very much. Perhaps you cou... (by amyotm)
|
by trzachar
How do I not overwrite information
|
|
[2 replies] Last: I got it thanks...I just had to keep the file open instead of closing ... (by trzachar)
|
by amyotm
Problem solved
|
|
[1 reply] : You could printf() a temporary value, then store it to the array I sup... (by firedraco)
|
by leesharper
c++
|
|
[2 replies] Last: Is this a homework question? You don't explain yourself properly (by Umz)
|
by ace2606
C++ Prime CHecker
|
|
[4 replies] Last: Prime number calculation algorithms are so hideously inefficient anywa... (by jsmith)
|
by Ideasite
Number of characters in an integer
|
|
[4 replies] Last: I didn't understand Scipio's answer until you explained it a bit more ... (by Ideasite)
|
by Vector
Not reading .txt file
|
|
[6 replies] Last: The only time you will HAVE to use it is when you are trying to have b... (by firedraco)
|
by Claymz
making atanf2 with atanf
|
|
[10 replies] Last: *cough*Ithoughtitwasobvious*cough* It's not like the function is sudd... (by firedraco)
|
by petergrwl
range/tolerance check
|
|
[6 replies] Last: The stl::string class has >100 member functions. That doesn't make mon... (by exception)
|
by Ozzypig
Header File Issues
|
|
[7 replies] Last: I think you're using an old book. read some tutorials here and get you... (by Poke386)
|
cin.get() doesn't always work. |
|
[6 replies] Last: put a cin.sync(); above your cin.get(); (by Poke386)
|
by taklct
leap year
|
|
[3 replies] Last: isLeap is declared as an integer function, but does not have a return ... (by Faldrax)
|
by amalshah71
Assigning value to char pointer
|
|
[3 replies] Last: In both cases you are leveraging behavior that is not defined in C/C++... (by jsmith)
|
by amyotm
strcpy problems.
|
|
[3 replies] Last: The syntax "a.b" is used when a variable "a" has a type that is a stru... (by jsmith)
|