How to make in mysql connector c ++?

driver = get_driver_instance (); con = driver-> connect ("tcp: //0.0.0.0: 3306", "root", "root");

I know in C like this mysql_options (mysql, MYSQL_OPT_BIND, "1.1.1.1");

what about ++? tell me

    0