A repository containing codes for Class 12 HSC Board Computer Science. It is a continuation to CS-XI.
- Base Code contains codes for Basic structures of important functions, which include Inheritance, Class, etc.
- Practicals folder contains the codes that were executed during CS Practicals.
- Question Bank folder contains code for the defined examination.
- Visual Basic folder contains folders about differents Applications from Visual Basic.
- C++
- HTML
- Visual Basic
Please note that this repository is meant for Class-XII of HSC Board, Maharashtra. The codes in this repository were compiled in Visual Studio Code. Hence, they might not work directy in compilers like Turbo C++. You might need to make changes to do so. For example:
#include <iostream> => #include <iostream.h>
int main() { } => void main()
- Deleting "using namespace std;" line.