I've done a lot of research and personally I can't figure out which way would be the best way to prompt the user for a name and write it to a binary file.
Any suggestions or opinions of what would be the best way?
I know some of my options are...
1. Create string then covert to char array then write to file
2. Prompt the user to enter in one char at a time then add a null char at the end of the char array