but it gives an error. It seems like the new ANSI string wont accept the ' character. Does anyone know how i can write that string to include the " characters around the bmp filename?
You inspired me to add one more item to my code snippet on std::string ...
[php] // use \" for embedded double quotes
string s1 = "";
cout << s1 << endl << endl;
[/php]
ahh thanks. This means i could add a snippet too!! i have a logging system that makes a html file with icons for each type of entry (its normal, its a warning, its an error ect...) its all tabulated as well :)