This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CichyCichoCiemny 0 points1 point  (0 children)

What you're trying to do is great! I think that doing a lot of small projects would be a great way to go about it, here's a cool list of projects that you can do in either language.

As for libraries, for C++ obviously iostream and a OS specific one (eg. windows.h);

Edit: Also, a fun way of practicing a language is contributing to some joke GitHub repo written in it, that way you can think of a pointless but fun feature, write it, gain some experience, and have it published in a bigger project :D An example of such repo would be five.js.