🔒 Closed Turbo c++ notepad databse[help]

Status
Not open for further replies.

jaimeskie24

Journeyman
Need ko po ng help may project po kami gamit ang turbo c++ gagawa po kami ng student database management system and need ko po kung pano pag build , and also how to import database from notepad to c++. Help po mga master. Please
Thank you in advance
 
Ang daming site na pwedeng pag kuhaan ng sourcecode. much better din kong manunuod ka sa youtube.. try to learn kong paano ung add, edit, delete, search.. pag na tutunan mo yan essay nalang sayo yan.. goodluck
 
If you mean database using notepad you must mean using a text file as sort of database.

I will only give you pointers because anything more than that will probably result in you just copying without actually learning.

  1. Learn how to use c++ standard library "fstream". You do not have permission to view the full content of this post. Log in or register now.
  2. Treat that text file as if it was a notepad where you write the students name and anything related info into a single line.
  3. Every new student including its related info must be written on its own line.
  4. Every line of text could now be considered as table column with every text inside it that is separated with space ca now be considered as table rows.
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 839
    Views
  • 3
    Participants
Last reply from:
Donopatay

Trending Topics

Online now

Members online
402
Guests online
890
Total visitors
1,292

Forum statistics

Threads
2,286,929
Posts
29,041,239
Members
1,217,262
Latest member
prix_kaau
Back
Top