Samad-Shaikh / CppAssignments

C++ Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

C++ Assignment

License:GNU General Public License v3.0


Languages

Language:C++ 30.8%Language:CMake 22.8%Language:C 22.6%Language:Makefile 15.2%Language:HTML 7.1%Language:CSS 1.2%Language:Smarty 0.3%