Author |
Message |
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
Okay so I really want to learn how to code. Which is the best language for beginners? I know coding in general is a complicated subject but there has to be different levels of difficulty.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 8:25 pm |
|
|
Tid
Joined: Fri Jan 02, 2009 6:02 pm Posts: 7283 Location: Australia Country:
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
|
There are, but coding is a little different to most practices. I would actually reccomend starting with a harder, less forgiving language, than an easy one. That way when you get better and change between languages frequently, you'll be really good at the concepts because the hard one you started with didn't allow for mistakes. Do you want to make applications or games?
_________________Ask me anything!!! Special thanks to Steven for my beautiful Deep avatar! <3
|
Sun Sep 11, 2011 8:31 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
I would like to make games. EDIT: What language(difficult) would you recommend?
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 9:40 pm |
|
|
Nick
Joined: Fri Sep 17, 2010 12:31 am Posts: 2229
Gender: N/A
|
C++ is a good place to start, if you want an assignment I have something for you that I just started in my computer science class.
_________________
|
Sun Sep 11, 2011 10:09 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
Assignment? Now I'm curious. Details please.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 10:10 pm |
|
|
Nick
Joined: Fri Sep 17, 2010 12:31 am Posts: 2229
Gender: N/A
|
Well to understand C++ and its capabilities we are starting with a really nooby program called "Alice". All you really have to dp is set up a simple process cycle and execute it. 1. Identify your goal (make an animation using the program or w/e) 2. Identify what the finished product will look like 3. Design an algorithm (A recipe - if you will) 4. Follow the algorithm to get to your goal In the end you should have a step by step process on how you created your goal or got to it - so to speak -, quite simple and is a very good for an introductory to C++. It's really nooby and quite easy but organizing your work is really needed for working with code. and YES I am very new to coding so don't be shy on correcting my terms.
_________________
|
Sun Sep 11, 2011 10:16 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 10:20 pm |
|
|
Nick
Joined: Fri Sep 17, 2010 12:31 am Posts: 2229
Gender: N/A
|
Just get Alice and screw around with it for a bit, get used to the terms and such. Ya that was a hell of a mess and is purely from memory, just ignore what I said there.
_________________
|
Sun Sep 11, 2011 10:22 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
Link me please. lol.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 10:25 pm |
|
|
Nick
Joined: Fri Sep 17, 2010 12:31 am Posts: 2229
Gender: N/A
|
_________________
|
Sun Sep 11, 2011 10:36 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
Lol, thanks.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Sun Sep 11, 2011 10:39 pm |
|
|
Tid
Joined: Fri Jan 02, 2009 6:02 pm Posts: 7283 Location: Australia Country:
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
|
Pfft. Google the website "learncpp". Best tutorial I've seen for C++, it's what I used.
_________________Ask me anything!!! Special thanks to Steven for my beautiful Deep avatar! <3
|
Sun Sep 11, 2011 11:18 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
Thanks for all the help. I'll get started this afternoon.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Mon Sep 12, 2011 5:24 am |
|
|
SS
Joined: Sat Aug 16, 2008 8:38 am Posts: 6670 Location: Darkest Antartica Country:
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
|
It also helps if you have something to do with the programming language too. Start up a small widget project or something.
|
Mon Sep 12, 2011 12:47 pm |
|
|
Snoble
Joined: Tue Jun 16, 2009 2:48 am Posts: 834 Location: Australia.
Gender: Male
Skype: snoble7
|
dont bother with alice
just learn c/c++
|
Tue Sep 13, 2011 5:48 am |
|
|