Skip to content

Repository files navigation

C/C++ Programs Collection

A comprehensive collection of C and C++ programs demonstrating various programming concepts, graphics applications, and games.

Folder Structure

Educational programs covering fundamental C++ concepts including:

  • Object-oriented programming (classes, this pointer, method chaining)
  • Pointers and memory management (new, delete, dangling pointers)
  • References and data operations
  • Control flow statements
  • Arithmetic operations and mathematical functions
  • Numeric limits and precision handling

Graphics programming examples showcasing:

  • Pattern generation (bricks, grids, stars)
  • Visual decorations and display techniques
  • Graphics rendering and visualization projects

An improved implementation of the classic Hangman game featuring:

  • Interactive word-guessing gameplay
  • Word list management
  • Debug utilities

Getting Started

Each subfolder contains its own programs that can be compiled and executed independently. Refer to individual README.md files in each folder for detailed information about specific programs.

Compilation

For C++ programs:

g++ -o output_file source_file.cpp

For C programs:

gcc -o output_file source_file.c

Execution

./output_file

Author

Programs and projects developed for learning and demonstration purposes by Tanish Shivhare.

Releases

Packages

Contributors

Languages