Skip to main content

Posts

Showing posts with the label #SQL

C++ wala SQL (Project)(currently not complete)

//now posting as TECHY 3 ;-) //New- Database Capability (groundwork ready for that) // Further idea- Have an option to save the tables/databases in a database, or different databases //               Declare more classes to get 1 column, 2 column.. tables also, probably maximum 5 columns //               Have option to give/change Row names // Create unlimited number of tables in a database using Linked List // Maintain both, database with maximum 5 tables and database with more capabilities //Features to be depricated // Database with limitation of upto 5 tables //Programmer - Aditya Gupta #include<iostream> #include<stdlib.h> #include<string.h> //#include<fstream> // will be required when save in database supported using namespace std; void inline title(void){ system("cls"); cout<<"\tNAMASTE!...\n\nProgram-C++ wala SQL\nPrograammer - MR....