Курсовая работа: Застосування BORLAND C BUILDER для створення ігрових програм

#include<graphics.h>

#include<string.h>

#include<time.h>

#include<stdlib.h>

// Inputs:void game()

void menu()

int question()

void contend()

void rules()

#include<stdio.h>

#include<conio.h>// Header Files

#include<graphics.h>

#include<string.h>

#include<time.h>

#include<stdlib.h>

#define n 10

#define NULL 0

int flag, take, choice;

char name[20][50];

void menu()

{

clrscr();

printf("\n\n WELCOME TO WHO'LL BE A MILLIONAIRE "

"\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "

"\n\n\t $$$$$$$$$$$$$$$$$$$$$ MAIN MENU $$$$$$$$$$$$$$$$$$$$ "

"\n$ $ "

"\n$ $ "

"\n\t $ Choice 1 : READ THE RULES OF THE GAME$ "

"\n$ $ "

К-во Просмотров: 588
Бесплатно скачать Курсовая работа: Застосування BORLAND C BUILDER для створення ігрових програм