alright, I get confused a bit with strings, but getting better.
my question:
I can get
std::string sText;
sText = "Charles in Charge.";
dbText(100,100,sText);
this prints out normaly.
I want to just print out the say '5th' charcter
dbText(100,100,sText.at(5));
this gets a error:
Quote: "error C2664: 'dbText' : cannot convert parameter 3 from 'char' to 'std::string'"
The old db string commands do not seem to be in place as of yet.
Compiler is msvc 2008.
There are many answers but just one question" ~ Jerilith the Mad