Posts by Leandro_Rivaile • 1 point
4 posts
-
0
votes1
answer37
viewsA: Doubt - Let the user choose which line to delete
I managed to solve my problem by reading the documentation here, See the link provided by " here "because the official website is cut off much of the information. Management Management::adicionar(){…
-
0
votes1
answer37
viewsQ: Doubt - Let the user choose which line to delete
I am developing a small CRUD in the C++ language, using Mysql c++ Connector 8.0.17, and I came across this question: void Management::excluir(){ std::cout << std::endl << "…
-
0
votes0
answers71
viewsQ: Code::Blocks - Std::bad_alloc
After I run this simple code. #include <iostream> #include <jdbc/cppconn/connection.h> #include <jdbc/cppconn/driver.h> int main() { sql::Connection *con; sql::Driver *driver;…
-
0
votes0
answers270
viewsQ: Error connecting Mysql to Vscode with c++
I’m trying to connect the Mysql for some time in the Vscode with the linux OS Mint +19, and I’m not making it after taking the following steps: I downloaded Connector on the Mysql website:…