Can i apply find_first_of ,substr,istringstream and make_pair to a char array?
pucivogel
0
Newbie Poster
Recommended Answers
Jump to PostI haven't read your example code as I'm in a rush, but if you ever have a char array, and you want to carry out string operations on it, you can turn it into a string, carry out your operations, and then turn it back to a char array.
All 4 Replies
Fbody
682
Posting Maven
Featured Poster
mrnutty
761
Senior Poster
pucivogel
0
Newbie Poster
Moschops
683
Practically a Master Poster
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.