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
How to do this with char arrays in c++?
How to do this with char arrays in c++?
May 25, 2012 at 10:44am UTC
szak1592
(22)
I have to input a char array and then compare the value with the answers, now I have like 30 questions and I dont want to have 30 char arrays for answers, is there any other way to do this?
May 25, 2012 at 10:59am UTC
Moschops
(7244)
A single array of strings.
A map.
Topic archived. No new replies allowed.