Code Monkey home page Code Monkey logo

cppassignments's Introduction

#C++ Assignments

Assignment 1: Guessing game

A game of hi-lo. If the user does not guess the correct number between 1-100 in 7 turn, the program should tell them whether they guessed too high or too low. If the user guesses the right number, the program should tell them they won. If they run out of guesses, the program should tell them they lost, and what the correct number is. At the end of the game, the user should be asked if they want to play again.

Assignment 2: Array and Pointers

Implement a function which will search for a value in an array and return an index to the value in the array. Use this function to insert new values into a sorted array and implement an insertion sort algorithm.

Assignment 3: Blackjack

Implement Blackjack.

Assignment 4: C++ Redis

implement an in-memory key-value database in the style of Redis.

Assignment 5: SVG Writer

  • OOPS and virtual inheritance in C++
  • Reading from a file
  • Modern heap memory management in C++ using shared_ptr
  • Dynamic casting

cppassignments's People

Contributors

samad-shaikh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.