View Single Post
  #2 (permalink)  
Old March 12th, 2004, 12:30 PM
davekw7x davekw7x is offline
Authorized User
 
Join Date: Feb 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm not sure what you mean. Do you mean that you want to extract the decimal digits from a number that is the value of a variable in C or C++? Or what?

printf() in C or C++ (or cout << in C++ ) does the job. However, if this is a programming exercise, maybe you could give us a clue as to what you really want to do.

Dave
Reply With Quote