How can i create a database for school record system in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

2nd May 2019, 4:19 PM
Sunny Chauhan
Sunny Chauhan - avatar
2 Answers
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
2nd May 2019, 8:52 PM
Cihad Jasem Alhaji
Cihad Jasem Alhaji - avatar
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++
2nd May 2019, 8:54 PM
Cihad Jasem Alhaji
Cihad Jasem Alhaji - avatar