Skip to content

Latest commit

 

History

143 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Repository

If you want a study checklist ( list to study what ) check out ~ Study Checklist

Contents


Resources

The Notes directory contains reference material:

How to Use

  1. Navigate to the date folder for the specific session you're interested in
  2. View the markdown file (e.g., 20-02-25.md) for instructions and questions
  3. Check the corresponding .cpp files for the solutions

Getting Started

To compile any program in this repository:

gcc  program.cpp
a.exe

To Run In Turbo C++

Just make the following cahnges in the code

int mian() -> void main()
return 0; -> getch();

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages