Monday, May 24, 2010

How do i concert in c++?

how do i convert a string to a character ins c++? need it so i can compare ascii values.

How do i concert in c++?
if you declare a char array and use name.get(), you'll pull out one character at a time.
Reply:See this:





http://www.cppreference.com/cppstring/c_...


No comments:

Post a Comment