Code:class Database { public: std::string Query; void SendQuery(std::string,&Database); // Would this be faster? //Reminds me of like a wildcard variable/pointer/reference thing // or void SendQuery( std::string Query, Database& db ); // or would this be faster? }



LinkBack URL
About LinkBacks




I have the urge to so badly.