News

but after doing some java programming and coming back to C/C++ I've noticed there isn't a 'byte' data type. <HR></BLOCKQUOTE><BR>There is. It's called char. Or perhaps unsigned char, since that ...
Can anyone here remember the syntax required to use a string variable as a filename for a data file? As in:<P>the variable is "fileName"<P><B>char fileName[16] = "";</B><P>and it is decided with ...