*Hi,

Greetings to u all ...
I am new to this website as well as in C++.
I got a question in c++.
I need to remove decimal point from amount (declared as CString)
Eg. Amt is 145.76
I need the final output as 014576 and same to be stored in the buffer.
ie. Amt has to be in 6 digits length.
What is the procedure to convert to reqd. output.
If the total digit is < 6, pad with 0
Hope i have made clear
Thanks

Anu
*

Recommended Answers

All 2 Replies

So you can do it by num(mod1) and as long as it's not 0 multiply by 10?
Good luck on that !

Thanks Despairy,logic worked

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.