Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
/ beginnings Public archive

Some C/C++ stuff from my early days! [2003 - '04]

License

Notifications You must be signed in to change notification settings

iamazeem/beginnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

beginnings

Some C/C++ stuff from my early days! [2003 - '04]

IDE: Borland C++ 3.1

I was learning C and exploring the documentation of Borland C++ 3.1, experimenting and trying to create things. At that time, with very limited access to the Internet and other study resrouces, I had no idea about any third-party libraries/frameworks e.g. curses/ncurses, object-oriented programming (OOP), data structures, multi-threading, design patterns, best practices, etc. I had to learn some OOP after a discussion on solving fractions with my teacher which led me to C++.

NOTE: This code might have bugs! I tried to clean it a bit before pushing.

Matrix Falling Code - My Version :)

Yes, I love Matrix! <3

Code: MATRIX.CPP

Text-based User Interface (TUI) for a Terminal / Shell Emulator

Code: DOS.CPP

MathOps (menu-based TUI)

Code: math-ops

NOTE: Use DOS (CP437) encoding if the correct ASCII special characters are not visible in the editor. Check the compressed code if there's somoething wrong with the ASCII art in the uploaded code.

Contact

Email: [email protected]
LinkedIn: https://www.linkedin.com/in/az33msajid

License

Apache 2.0