05.07.2012, 07:29
if (strcmp(name, "Your name",true) == 0)
Meybe you need to change "Your name" to something else such as,
if (strcmp(name, "TheLazySloth", true) == 0)
Or you can just delete the if statement but you'll need to re-indent your code. Should be no problem.
Meybe you need to change "Your name" to something else such as,
if (strcmp(name, "TheLazySloth", true) == 0)
Or you can just delete the if statement but you'll need to re-indent your code. Should be no problem.

