Mohammad Towhidul Islam

    10-Oct-13 12:26:04 am

    Guessing game in c beginner level the following program will act

    Guessing Game In C++ Beginner Level The following program will act as a guessing game in which the user has eight tries to guess a randomly generated number. The program will tell the user each time whether he guessed high or low: #include <stdlib.h> #include <iostream> #include <...

    Read More


    Mohammad Towhidul Islam

    10-Oct-13 12:17:36 am

    Make you own basic calculator in c beginner level the following

    Make you own basic calculator in C++ beginner level The following program will function as a basic calculator; it will ask the user to input what type of arithmetic operation he would like, and then ask for the numbers on which the operation should be performed. The calculator will then give the ...

    Read More


    Mohammad Towhidul Islam

    15-May-13 05:26:00 pm

    Getting started c program include iostream using namespace std int main

    #include<iostream> using namespace std; int main(){ cout<<"Hello World"<<endl; system("PAUSE"); return 0; } ...

    Read More


    VCampus

    12-May-13 07:23:53 pm

    C fundamental data types

    C++ Fundamental Data Types ...

    Read More


    Mohammad Towhidul Islam

    24-Feb-13 05:57:58 am

    Make a contact book with cpp include iostream include cstdio

    Make a contact book with CPP #include <iostream> #include <cstdio> //#include <fstream> using namespace std; #define MAX_CONTACTS 3000 /* MAX SIZE OF A CATALOGUE FILE ~= 7,3 MB*/ /*Contact struct holds information for one entry.*/ /*Contacts with no first name will be recog...

    Read More


First1Last
1 of 1 pages
Copyright © 2024. Powered by Intellect Software Ltd