Thanks, that worked, though now i have ran into another prblem with the program

Code:
ofstream cs_file("characters\\"cfullname".html");
What thats suppose to do is create a .html file with the 'characters' first and last name combine and will put all the info in that file.. "cfirstname-clastname.html" with other blocks of code after that.. but the problem is that block of code above, won't work. any ides?