News Ticker

Menu

Browsing "Older Posts"

Browsing Category "C++"

Pocker Game in C Programming - 300698 Operating Systems Programming (Advanced) – 300943

Saturday, 12 March 2016 /
Buy now

Introduction

Operating Systems have a need for extremely compact data structures, as often these need to be stored wholly in memory. Examples of this are free memory lists, page tables and disk space bitmaps. This  practical Case Study will refresh your knowledge of bit operations, necessary to manipulate such compact data structures. We will use a simple variant of the card game poker as the inspiration for our compact data structure.

In this exercise, you will model a deck of playing cards as a bit 1eld. Only six bits are
required to fully describe a card, two for the suit and four for the value. An extra bit as been added to the structure to encode the colour of the card.

CS 222 Homework Assignment 6 ASCII File I/O

Friday, 11 March 2016 /

Introduction

For this assignment, you will perform basic ASCII file Input and Output. Your program will read a series of questions from an input file, present them to the user, get the user's responses to the questions, and write both the questions and the responses to an output file.

CS222 Project 1 The Game of Korona és Horgony - Dice Rolling Game

Friday, 26 February 2016 /

Project Description:

For this project, you will be creating a program to play a dice game known in Hungary as Korona és Horgony. The rules are fairly simple. Three dice, each containing six different symbols on each face are used. A mat, also containing the same six symbols is on the table. The player makes bets by placing wagers on one or more of the six symbols. The dice are then thrown. If any of the dice show the symbol on which a bet has been placed, the banker pays the player the amount of his stake for each die  showing that symbol.

Game of Craps in C programming Source Code

Monday, 15 February 2016 / No Comments

Project Description:

For this project, you will be creating a program to play a simplified version of "Craps," a well-known dice game. In the game, two dice are thrown, and the players bet on the outcome of the roll (the sum of the upturned faces).

The basic rules of Craps are as follows:

2D, 3D, 4D, 5D arrays in C, C++, Java, PHP

Thursday, 11 February 2016 / No Comments

Multi-dimensional arrays in C, C++, Java & PHP

Create a 5-dimensional array
Initialize its members and use a print function to print it.

Order your solution now only for $5