I need to write about a half one page instruction string for one of my C++ programs. How do I do this best, so I can read it in the code and easly update it later. I have tried concatinating, but that makes corrections tough on the wrapping edge.
bumsfeld 413 Nearly a Posting Virtuoso
Recommended Answers
Jump to Post>I need to write about a half one page instruction string for one of my C++ programs.
Try again, this time in coherent English, please.
Jump to Post>I think the longest string that can be made in C or C++ is the maximum value of an integer (as defined by size_t).
That's a reasonable assumption, but why not just call string::max_size() and be sure?
All 7 Replies
Narue 5,707 Bad Cop Team Colleague
Ene Uran 638 Posting Virtuoso
chrisbliss18 26 Posting Shark
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Narue 5,707 Bad Cop Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Narue 5,707 Bad Cop Team Colleague
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.