cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Array problem
Array problem
May 29, 2015 at 2:04am UTC
mjamesball9
(61)
How can I accept input of integers in one line?
Last edited on
May 29, 2015 at 3:23am UTC
May 29, 2015 at 10:55am UTC
Gamer2015
(810)
split them by ' '
25 156 19643 1
std::cin >> i1 >> i2 >> i3 >> i4;
Last edited on
May 29, 2015 at 10:56am UTC
Topic archived. No new replies allowed.