0
How to make c data base projects .
It would be beneficial if you guys give me any ideas
2 odpowiedzi
+ 3
You can use structs and file operations to write and read from the file . However the operations may not be too fast and efficient as in case of MYSQL or any other database .
this link will help you how to connect c/cpp program with database
https://www.geeksforgeeks.org/database-connectivity-using-cc/amp/
0
https://www.c-sharpcorner.com/article/create-database-project-in-visual-studio-2015/