Skip to content

A collection of basic C++ projects, including CGPA Calculator, Rock Paper Scissors game, Login and Registration System, Search Engine, and Tic Tac Toe game.

License

Notifications You must be signed in to change notification settings

DaniyalAhmad7/Cpp-Basic-Projects

Repository files navigation

C++ Basic Projects

Here is the collection of basic C++ projects to help beginners understand and implement fundamental programming concepts.

Contents

1. CGPA Calculator
2. Rock Paper Scissors
3. Login and Registration System
4. Search Engine
5. Tic Tac Toe

Introduction to C++

  • C++ is a high-level programming language developed by Bjarne Stroustrup as an extension of the C programming language.
  • It is widely used for competitive programming, game development, system/software development, and more.
  • The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

Applications of C++

  • Game Development: C++ is widely used in developing game engines due to its high performance.
  • System Programming: It's used for developing operating systems, browsers, and system-level applications.
  • GUI Applications: Many desktop applications are developed using C++.
  • Embedded Systems: C++ is used in software for embedded systems and IoT devices.

About Me

I am a Computer Science student with an interest in software development, open-source projects, and learning new technologies.

Contact Me

GitHub Email LinkedIn WhatsApp

About

A collection of basic C++ projects, including CGPA Calculator, Rock Paper Scissors game, Login and Registration System, Search Engine, and Tic Tac Toe game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages