08.12.2011, 10:20
I'd like to know if is possible that a condition can be checked if the string is empty.
new hi[] = ""; // String empty
if(!hi == '\0') // if hi isn't a NULL string? This should work?
if(!strlen(string[]))
{
// code to execute
}