its been a while since C and i can't remember how to output say A+B in a string ( return type const char* )
say
foo ( a,b ) returns a integer\double. how do i output as a const char* ?
return (char*) foo(a,b)
obviously does not work. thanks in advance.
dowxp
say
foo ( a,b ) returns a integer\double. how do i output as a const char* ?
return (char*) foo(a,b)
obviously does not work. thanks in advance.
dowxp
