Char Fields [ ]Look for wchar_t size() count() lenght(). http://stackoverflow.com/questions/2853615/get-length-of-w...
Confused about a problem on exchanging an arrayStart with creating the array and iterate through it
Simple questionYour outerloop is iterating only once! In the first iteration of the outerloop, the inner loop runs ...
IF name = specific name change to nicknameYou're using single quotes, which are supposed to use for chars. [code]if(name = 'SistersName')[/cod...
Simple questionYour using a 'linear sort algorithm', which isn't wrong (but there are more efficient sort algorithm...