C++ programming
Just join to unlock the knowlage of c++.


Regester now to see all the available topics on the forum



Join the forum, it's quick and easy

C++ programming
Just join to unlock the knowlage of c++.


Regester now to see all the available topics on the forum


Current date/time is Wed May 08, 2024 7:50 pm

Assignment Hub

  • Topics
  • 20120312
     Global announcement:
    Now we got a whole lot of staff to get you problem solved with in a day.

    the staff are their all the time no delay in getting your problem solved

    by Admin - Comments: 0 - Views: 21
  • 20130207
    //***************************************************************
    // Source Code
    //****************************************************************
    #include<iostream.h>
    #include<conio.h>
    #include<stdlib.h>
    #include<stdio.h>
    #include<time.h>
    void draw_line(int n,char ch);
    void rules();
    void main()
    {
    int balanceamt,amt,no,dice;
    char playername[80],ch;
    clrscr();
    draw_line(60,'=');
    cout<<"\n\n\n\n\t\tCASINO GAME\n\n\n\n";
    draw_line(60,'=');
    cout<<"\n\n\nEnter...

    by Admin - Comments: 0 - Views: 594
  • 20130206
    #include <iostream.h>
    #include <stdlib.h>
    #include <string.h>
    #include <conio.h>

    const int MAXLENGTH=80;
    const int MAX_TRIES=5;
    const int MAXROW=7;

    int letterFill (char, char[], char[]);
    void initUnknown (char[], char[]);

    int main ()
    {
    char unknown [MAXLENGTH];
    char letter;
    int num_of_wrong_guesses=0;
    char word[MAXLENGTH];
    char words[][MAXLENGTH] =
    {
    "india",
    "pakistan",
    "nepal",
    "malaysia",
    "philippines",

    by Admin - Comments: 0 - Views: 386
  • 20130206
    //***************************************************************
    // HEADER FILE USED IN PROJECT
    //****************************************************************


    #include<fstream.h>
    #include<ctype.h>
    #include<iomanip.h>
    #include<conio.h>
    #include<stdio.h>


    //***************************************************************
    // CLASS USED IN PROJECT
    //****************************************************************

    class account
    {
    int acno;

    by Admin - Comments: 0 - Views: 370
  • 20130206
    //***************************************************************
    // HEADER FILE USED IN PROJECT
    //****************************************************************

    #include<fstream.h>
    #include<iomanip.h>
    #include<stdio.h>
    #include<conio.h>


    //***************************************************************
    // CLASS USED IN PROJECT
    //****************************************************************

    class student
    {
    int rollno;
    char name[50];
    int...

    by Admin - Comments: 0 - Views: 364
 
 

Users browsing this forum: None
Moderators

None

Permissions in this forum:

You cannot post new topics in this forum
You cannot reply to topics in this forum

Legend
  • New posts New posts
  • New posts [ Popular ] New posts [ Popular ]
  • New posts [ Locked ] New posts [ Locked ]
  • No new posts No new posts
  • No new posts [ Popular ] No new posts [ Popular ]
  • No new posts [ Locked ] No new posts [ Locked ]
  • Announcement Announcement
  • Sticky Sticky
  • Global announcement Global announcement