Hi,
Sorry about the simple question - I'm a newby (obviously):
I'm trying to print a string the following way:
int main(){
string s("bla");
printf("%s \n", s);
.......
};
but all I get is this random gibberish. Can you please explain why?
Thanks, Li