Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
example.cpp - word to num
SUBMITTED BY:
Guest
DATE:
Dec. 5, 2013, 2:44 p.m.
FORMAT:
C++
SIZE:
359 Bytes
Raw
Download
Tweet
HITS:
853
Go to comments
Report
#include
<iostream>
#include
"ntw.h"
using
namespace
std
;
int
main
()
{
unsigned
long
test
;
ntw
ntw0
;
cout
<<
"Example programm for Numder to Word!"
<<
endl
;
cout
<<
"Number: "
;
cin
>>
test
;
cout
<<
ntw0
.
NumToWord
(
test
)
<<
endl
;
return
0
;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus