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
Strings and arrays
Strings and arrays
Mar 9, 2016 at 9:36pm UTC
NBL
(5)
Can anyone help me know how to enter strings and integers, both into one float array?
Mar 9, 2016 at 11:09pm UTC
Moschops
(7244)
An array has to be all of the same type. There are some advanced, clever types that can be "anything" on the inside, but if you tell us what you're trying to do with this, we can give you some suggestions.
Topic archived. No new replies allowed.