Feb 12, 2013 at 8:14am
Hello guys
My problem is everything is working but only my char array is not outputting for some reason. Please help Thanks.
Last edited on Feb 12, 2013 at 8:36am
Feb 12, 2013 at 8:22am
Your retdes() function returns 30th character from productName c-string.
Feb 12, 2013 at 8:31am
well when I remove the number I get an error how would I get the whole array to display?>
Feb 12, 2013 at 8:56am
make it return char*
or, better const char*