I've seen answers to this question a few times BUT the issue is they're all for console! I am making a visual C++ application and right now, i've overcame many hurdles in the pass day or so making this application butt his one i am just stuck on, how can i format output of a SQL database? i've figured out how i get the data into a list box but it is all crammed
My Code:
Parsing means splitting the string into pieces in this case. You can use <string> functionality described in the reference section of this site - find, replace etc
"JohnAlexElizabeth" eg check each character and check if it is uppercase
http://www.cplusplus.com/reference/cctype/isupper/?kw=isupper thereby finding the locations within the string where uppercase occurs and where a 'cut' canbe made to produce a sub-string.