Your method though sounds incredibly inefficient :p There's no need to store each individual character in to a separate array element (and hence allocation of memory :p). Moreover, you shouldn't have...