Skip to content

Repository files navigation

  ██████╗ ██████╗  ██████╗     ██████╗ ██╗   ██╗███████╗███████╗████████╗██╗ ██████╗ ███╗   ██╗███████╗
 ██╔════╝ ██╔══██╗ ██╔══██╗   ██╔═══██╗██║   ██║██╔════╝██╔════╝╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
 ██║      ██████╔╝ ██████╔╝   ██║   ██║██║   ██║█████╗  ███████╗   ██║   ██║██║   ██║██╔██╗ ██║███████╗
 ██║      ██╔═══╝  ██╔═══╝    ██║▄▄ ██║██║   ██║██╔══╝  ╚════██║   ██║   ██║██║   ██║██║╚██╗██║╚════██║
 ╚██████╗ ██║      ██║        ╚██████╔╝╚██████╔╝███████╗███████║   ██║   ██║╚██████╔╝██║ ╚████║███████║
  ╚═════╝ ╚═╝      ╚═╝         ╚══▀▀═╝  ╚═════╝ ╚══════╝╚══════╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝

C++ Assignment Website

This repository is my student assignment submission based on C++ programming questions from the C4 Knowledge Seekers website

Assignment Overview

This project contains:

  1. Topic-wise C++ question sets (00-Questions.md)
  2. C++ solution files (que1.cpp, que2.cpp, ...)
  3. Compiled executables for many programs (.exe)
  4. A simple HTML website to navigate assignment topics and sections

Topic Structure

Each topic is stored in a separate folder using this naming pattern:

<topic-number>-<topic-name>_<total-questions>

Available topic folders:

  • 01-Single_Dimension_Arrays_43
  • 02-Functions_7
  • 03-Strings_50
  • 04-Multi_Dimension_Arrays_12
  • 05-Basic_Programming_Constructs_113
  • 06-Inheritance_10
  • 07-Data_Conversion_16
  • 08-Object_Oriented_Programming_31
  • 09-Operator_Overloading_8
  • 10-Virtual_Functions_13
  • 11-File_Handling_16

Total listed questions across all topics: 319

Website Files

  • index.html - main assignment homepage
  • webpages/ - topic pages and stylesheet
  • assets/ - image resources used by the site

To view the website, use giythub deployed page.

How to Compile and Run C++ Programs

Example :

g++ que1.cpp -o que1.exe ; ./que1.exe

Folder Content Format

In most topic folders:

  • 00-Questions.md contains the list of assignment questions.
  • queN.cpp files contain C++ code solutions.
  • Some helper or generated files may also exist (for example temporaryrunner.cpp files or text files for file handling tasks).

Academic Note

This repository is prepared for learning and assignment submission purposes. The goal is to practice C++ fundamentals topic-by-topic through structured problem solving.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages