Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Help me learnnnnn to code

Halp I wannna learn.
Teach me to code
Recipe- class
Creation- object
Method- directions
Variable- ingredients

I would love to learn any programming language halllp XD
This page is a permanent link to the reply below and its nested replies. See all post replies »
ViciDraco · 36-40, M
Going to have better luck finding tutorials online.

If you are just starting out brand new there are two broadly recommended avenues to take.

1) jump into the deep end and learn C/C++ that covers a broad range of topics and would have you well versed with debugging skills.

2) learn something a little higher level but broadly applicable. Python is a good go to.

Personally, I would recommend route 2 to most people.
@ViciDraco I feel comfortable with route 1 but I know C is prone to security problems in that buffer overflows are common if people don't manage their memory carefully.

And I don't know how to carefully.