login
|
careers
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
0
votes
How to check the length of an input? (C++)
You can check the length of your NULL terminated string that getline returns by using: int len = strlen(lvlinput); This works because …
answered
Jul 3 at 20:13
Mark Santesson
1,095
●
1
●
4
●
12
posts containing
user:4662
within these tags
strings
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled