A comprehensive collection of C and C++ programs demonstrating various programming concepts, graphics applications, and games.
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
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.
For C++ programs:
g++ -o output_file source_file.cppFor C programs:
gcc -o output_file source_file.c./output_filePrograms and projects developed for learning and demonstration purposes by Tanish Shivhare.