CodingIsFun
Programmer
Hi all experts,
I am new to c++, and have a project to revamp or convert some c++ code to a more inhouse usable language. No one in my group has ever used c++.
most of this makes sense, but I do have a few questions
(1) db_connection *pconn = get_connection();
What is the * for before the pconn variable.
(2) std::string strInitializeCountSql
just confirming that this is a string declaration, right?
(3) SELECT * from FROM test_%1% WHERE test_id=?"
what is the _%1% for?
Thanks in advance...
I am new to c++, and have a project to revamp or convert some c++ code to a more inhouse usable language. No one in my group has ever used c++.
most of this makes sense, but I do have a few questions
(1) db_connection *pconn = get_connection();
What is the * for before the pconn variable.
(2) std::string strInitializeCountSql
just confirming that this is a string declaration, right?
(3) SELECT * from FROM test_%1% WHERE test_id=?"
what is the _%1% for?
Thanks in advance...