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
input problem
input problem
Jan 18, 2020 at 5:27pm UTC
yabi2943993
(59)
I want to take iser input of two numbers sepperated by a "/"
Last edited on
Jan 18, 2020 at 6:10pm UTC
Jan 18, 2020 at 5:45pm UTC
dutch
(2548)
1
2
3
int
a, b;
char
ch; std::cin >> a >> ch >> b;
Jan 18, 2020 at 5:51pm UTC
deleted account xyzzy
(5768)
yabi, DO NOT delete your posts.
It is solved for you, but not for anyone else who might have learned from this post.
Last edited on
Jan 18, 2020 at 6:04pm UTC
Topic archived. No new replies allowed.