Especially for Sagarmatha Engineering college
This repo contains C++ programs that need to be run on practical classes (3rd sem) . These are the codes present in the sheets given during practical lessons in sagarmatha engineering college.
- Each sheets have corresponding
SHEET-nfolder. Click me for note - Each
SHEET-nhas apdfof the lab sheet provided. - Each
SHEET-nhas a uniqueREADME.mdfiles for more info. - The Questions given in sheet are named as
Q-n.cpp. - The Sub-questions are named as
Q-n-X.cpp. - The answers to Write a program are named as
Q-n-A.cpp. - The code for programs that contains errors and are needed to be analyzed are named as
Q-n-X-N.cpp
You are free to run any IDE of your choice however I recommend Geany simple, lightweight & cross-platform.
note :
nrepresents number. Example 1,2,3.Xrepresents sub questions that are usually written in roman . Example : I,IINrepresents analytical questions that contains error by design.BCTrepresents Bachelors in computer engineering (group).