The ability to work with any programming language requires a good understanding of the data types it offers in order to comprehend the language’s possibilities and limitations. In this article, I look ...
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 user ...