Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
351005119
Total activity
4
Last activity
April 25, 2022 12:50
Member since
April 21, 2022 22:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
April 25, 2022 12:50
#include <iostream>#include "mysql.h"int main() { // insert code here... MYSQL *conn; MYSQL_RES * res; MYSQL_ROW row; const char * server ="localhost"; const char *password ="111...
Community
CLion
how can conect withe mysql c++ use clion
0 votes
Created
April 25, 2022 12:49
cmake_minimum_required(VERSION 3.22)project(appname)set(CMAKE_CXX_STANDARD 17)set(CMAKE_INCLUDE_CURRENT_DIR ON)add_executable(appname main.cpp)include_directories(/usr/local/mysql/include/)target_l...
Community
CLion
how can conect withe mysql c++ use clion
0 votes