Forum: C++
Jan 30th, 2005, 7:19 AM
|
|
Replies: 11
Views: 838
|
Forum: C++
Jan 28th, 2005, 12:19 PM
|
|
Replies: 11
Views: 838
i have posted this problem on 3 separate...
i have posted this problem on 3 separate forums....sorry monster but u have been beaten to the solution.
another guy give me 2 solutions, the one im using is the one you gave which is perfect.
thanx...
|
Forum: C++
Jan 28th, 2005, 11:30 AM
|
|
Replies: 11
Views: 838
[d4033875@linux12 ~]$ gcpp...
[d4033875@linux12 ~]$ gcpp ica3.cpp
[d4033875@linux12 ~]$ ica3
Input a real number (one with decimal point):
34.56
Number to be analysed: 34.56
Sign: �
Whole number: 134515518
Fractional part:...
|
Forum: C++
Jan 28th, 2005, 8:12 AM
|
|
Replies: 11
Views: 838
it's stil not working, iv tried implementing...
it's stil not working, iv tried implementing these changes and although it compiles error free it gives strange results.
im thinking the functions mustn't be working properly.
can someone help me to...
|
Forum: C++
Jan 26th, 2005, 7:54 AM
|
|
Replies: 11
Views: 838
URGENT HELP NEEDED: Whats wrong with my code?
The code below should take a user entered floating point number and use functions SEPARATE (to break the number up into its individual parts) and PRINTOUT ( to display the individual parts ).
despite...
|