cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
extraction and collection
extraction and collection
Mar 20, 2013 at 9:49pm UTC
Omer Can
(4)
How can I do multi-digit numbers, extraction and collection c++ with series
Mar 20, 2013 at 9:53pm UTC
Stewbond
(2827)
in <cstdlib> you can use atoi() or atof() which converts a string (array of digits) to a double or int.
Topic archived. No new replies allowed.