Search...

Showing posts with label project. Show all posts
Showing posts with label project. Show all posts

Tuesday, November 18, 2014

How to create a database in C++ using file handling

#include<stdio.h>
#include<iostream.h>
#include<conio.h>
#include<fstream.h>
#include<string.h>
#include<stdlib.h>
#include<iomanip.h>