Returning a NULL string, Crashes compiler?
#2

maybe try return "\0";
i think that's the null char
if that don't work return a 0
and check it with
Code:
if(func(something))
{
    somevar = func(something);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)