C/C++

C/C++ Source Code

Free C/C++ Source Code. Download 10 latest C/C++ system's projects with source code for free here.

Intersection of Pair of Lines in the Goven Order of N Lines

Submitted by ashine1980 on
This project will teach you how to get the intersection of pair of lines in the goven order of N lines. This is very simple project. Download project to see the full source code. Please don't forget to like my page. #include #include #include #include int i=0; int a1=0 , b1=0 ,c1=0;int K=0; int detA =0 , det1 =0 , det2=0 ;int SIZE=0; float *x,*y ; int lines=0;int p=0,q=0,r=0,s=0; float x_cor =0

Simple ATM machine

Submitted by cngirwa on
Simple C++ application which demonstrate ATM machine. Developed using Visual C++ in Visual Studio 2008. User can; 1. Log In 2. Deposit 3. Withdraw 4. Check balance 5. View bank information 6. log out If you are interested on this project, please modify it by adding; 1. Input validation 2. Add more ATM features 3. Add more users (system only allow one user to log in) Log in credentials are

Quiz Game in C++

Submitted by Bhaumik Mistry on
This is a very simple quiz game created using C++. This was intentionally created to help others who wants to learn this programming language. It has a very simple rules. First is enter your name and hit enter. Your name will display on the system. The quiz is a multiple choice. Hope you like this and learn from this project.

Sample C Questions

Submitted by deepak.gupta1501 on
The Folder contains 34 C Programs including : Armstrong number between 1 to 500, Calculate Profit and Loss, Check an year for leap year, Check whether a number is odd or even, Check whether a triangle is valid or not, Compare 'Area and Perimeter' of Rectangle, Convert Decimal number into its binary equivalent, Delete an element from an array at a particular position, Display ASCII value for a

Create Pattern, Print Series, Working with Records, Use Numeric Functions, Work with arrays

Submitted by deepak.gupta1501 on
The objective of this assignment is to develop a menu driven application that will enable the user to use its different features to print various series, work with records and arrays, create patterns, use number functions and exit the application. The application should provide the following options in the main menu, however this menu is further classified into another menus:- • Create Pattern •