Hello everybody, I'm using gcc and gcc-c++ on redhat 7.2. Is there any way to convert a string (declared with string s;) to a char*? I need it because I have a string (not an array of char) and I want to print it on a gtk_text widget. Thanks.