Home
The Crazy Programmer
Home
BOOKS
»
C Programming
C++ Programming
Digital Logic Design
C Programs
»
Basic Programs tutorial
Programs Tutorial
Projects for C
C++ Programs
»
Basic Programs tutorials
Programs tutorials
Projects for C++
CGPA Calculator
Tech UOG
Important Questions For Exams
Tuesday, 18 December 2018
Tech UOG
December 18, 2018
Tech UOG
5 comments
...
Read More
Wednesday, 30 May 2018
HOSTEL MANGMENT SYSTEM in C++
May 30, 2018
Codes For C++
,
Projects For C++
2 comments
#include<iostream> using namespace std; #include<fstream> #include<stdio.h> class hostel { int room_no; char name[30]; char address[50]; char phone[10]; public: int main_menu(); int add(); int display(); int rooms(); int edit(); ...
Read More
Older Posts
Home
Subscribe to:
Posts (Atom)
Tech UOG
Social Profiles
Popular
Tags
Blog Archives
Contact Form
Name
Email
*
Message
*
C++ Program For Hostel Management System
#include <iostream> using namespace std; #include <fstream> #include <stdio.h> class hostel { ...
C++ program For Calculating University CGPA
#include <iostream> using namespace std; class Profile { public : string ...
Search This Blog
About Me
Unknown
View my complete profile
Powered by
Blogger
.
Blog Archive
December 2018
(1)
May 2018
(1)
March 2018
(2)
February 2018
(5)
January 2018
(3)
December 2017
(32)
September 2017
(22)
August 2017
(10)
July 2017
(5)
June 2017
(17)
Categories
Basic
(1)
Basic for C
(1)
C Programs
(9)
CGPA Calculator
(1)
Codes For C++
(2)
Constants and Keywords in C
(1)
i/o "input
(2)
If-else In C
(6)
Introduction of C Programming
(1)
Loop in C
(8)
output stream"
(2)
Programming
(1)
Projects For C
(15)
Projects For C++
(14)
questions for exams
(12)
Tech UOG
(1)
Variables
(1)