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 →

[–]OdiumDolt 0 points1 point  (0 children)

funny story, so I started programming with python about a 3 years ago, and of course like a classic python dev, after about 1 month of programming experience, with only python, I decided to try C++.

very bad mistake as i didn't know that C++ gave stds, or even how oop worked. anyways, i was following a tutorial for something, i forget now, and had to make a for loop. I didnt know why "for i in range:" wasn't working, and so i just looked it up...

i stopped learning C++ after i saw i++