cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
c++ program...
c++ program...
Aug 31, 2008 at 12:13pm
Aug 31, 2008 at 12:13pm UTC
ahmine
(2)
i need to create a program that will convert numbers into words...
example input: 1
output: one
100 inputs...
tnx!
Aug 31, 2008 at 12:17pm
Aug 31, 2008 at 12:17pm UTC
Mitsakos
(343)
1
2
if
( num == 1 ) cout <<
"one"
;
Aug 31, 2008 at 3:06pm
Aug 31, 2008 at 3:06pm UTC
Duthomhas
(13275)
No one here will write it for you (unless you can affort to hire one of us). If you google "convert number to words c c++" you'll get some pretty good hits.
Good luck!
Sep 1, 2008 at 9:53am
Sep 1, 2008 at 9:53am UTC
ahmine
(2)
tnx a lot..^^
Topic archived. No new replies allowed.