C++ : Continuing the journey

Next month, I will be taking a break from Python.  I usually take a break from Python every sixth month of the year. This year will be June and December.  During this time I will be continuing my learning of C and C++.  I have registered for a C++ class on EDX.  The class covers the fundamentals of C++, object-oriented design and programming in C++, and data structures and algorithms.   The course is run by IBM and I will be posting the lab examples and my code on this blog.

I will still be working on the web development class that I started. It's just that I will be doing a lot of C++ instead of Python in June.

Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle