User profile: codeBunny

User info
User name:codeBunny
Bio:In school getting my BS in Comp Sci
History
Joined:
Number of posts:1
Latest posts:

Problem with my substr
string format(const string &name){ size_t first = name.find(" "); // sets size of first name size_...