Errors with strcat
#2

It's because of ""'s. Replace:
Код:
strcat( hugeStr, ""ORANGE"Administrator Commands: \n" );
With:
Код:
strcat(hugeStr, """ORANGE""Administrator Commands: \n");
Reply


Messages In This Thread
Errors with strcat - by Goldino - 20.02.2013, 10:02
Re: Errors with strcat - by GWX - 20.02.2013, 10:11
Re: Errors with strcat - by Goldino - 20.02.2013, 10:35
Re: Errors with strcat - by Jewell - 20.02.2013, 10:40
Re: Errors with strcat - by Goldino - 20.02.2013, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)