0
How can i create a database for school record system in c++
The database must contain following. things 1.school name 2.no of stunts in school 3.no. of teachers in school 4. Data of students and teachers All the data must be recorded in sequence
2 ответов
0
You can hard code it , but that will be time consuming: sorting , visualizing...
Like , you can creat a .csv file where you seperate columns by ; and row by \n
0
Or , much better, use MySQL and c++ together. And if you uses visual studio, use windows forms in c++ : it provides a great utility for visualizing & MySQL handling in C++