I took ME cse in self supporting? How many years we should spend to complete this course?
Programming I, II
This was the meat of everything that I learned and got me going with programming. These were the classes where you learned to program. Before I took these classes, I had barely even programmed at all. I had tried getting a head start but didn’t get much further than loops.
This class started with creating an empty file and making it compile in an IDE (I used Code::Blocks). And we worked ourselves all the way up to creating our own text-based battle game. Looking back at the code I wrote makes me embarrassed. I have come a long way since then. Here is the repo if you’d like to have a laugh (I only use a main.cpp file with 1063 lines of code).
So what did I learn here? I want to say everything. These courses were insanely valuable and got me at least 70% of the knowledge I needed to work professionally as a programmer. I learned if statements, loops, boolean logic, class creation, struct creation, creating interfaces, polymorphism, inheritance and more. There was also some use of basic data structures like arrays and vectors.