User profile: jwijnker

User info
User name:jwijnker
Location:Amsterdam
History
Joined:
Number of posts:8
Latest posts:

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 array
Start with creating the array and iterate through it

Simple question
Your outerloop is iterating only once! In the first iteration of the outerloop, the inner loop runs ...

IF name = specific name change to nickname
You're using single quotes, which are supposed to use for chars. [code]if(name = 'SistersName')[/cod...

Simple question
Your using a 'linear sort algorithm', which isn't wrong (but there are more efficient sort algorithm...