Posts
All the articles I've posted.
-
How to Create a C++ DLL in Visual Studio (Step by Step)
Learn how to create a C++ DLL in Visual Studio, export functions with __declspec(dllexport), and use the DLL from another app — a clear, beginner-friendly walkthrough.
-
Orthogonality in Programming: Why Independent Code Wins
Orthogonality in programming means changing one thing without breaking another. Learn what it is, why it matters, and how to write more independent, maintainable code.
-
How Long Does It Take to Learn C++? An Honest Timeline
How long does it take to learn C++? An honest, goal-based timeline — basics in 2–3 months, job-ready in 6–12 — plus a weekly study plan that actually works.
-
Should I Learn C or C++ First? A Clear, Honest Answer
Should I learn C or C++ first? A clear, no-hedging answer based on your goals — games, embedded, jobs, or CS classes — plus a simple decision guide to follow.