I am using a class that requires type char*. To be more specific, I am using a class called, "CINIReader", to read INI files. The file to open requires char* locationOfFile.
However, I have a method from a different class that reads a string from an online message. This string is the name of the INI file.
This is how I find out the name of the file:
string username = readstring();
To open that file, I am required to supply a char* value: