PDA

View Full Version : Programming....



Ioun
02-17-2014, 10:25 AM
I'm thinking of learning programming, and since there are some experienced programmers. I have a few questions.

1. Is it difficult?
2. Do you need math to do programming?
3. What is the recommended programming software?

Sorry for wasting your precious time here....

Fancy Sweetroll
02-17-2014, 11:05 AM
Hey, I'll attempt to answer your questions.

1. Programming can be quite difficult, getting into, but after many weeks of dedication, commitment and frustration, you will quickly start to speedup.

2. You will do some math when programming, though most of your thoughts will be about how you can achieve a certain goal by combining the "tools" you have at your disposal.

3. When programming for Cryengine you have to use the language C++ and Visual Studio will be a very good choice as your IDE. There are also some plugins like CryMono which allows you to program using C#. You can also script using Lua.

I hope this was of some help, though I'm not the programmer on the team :)

Estus
02-18-2014, 01:56 AM
Hey Ioun, I know a little bit of programming, and I learned everything on this ABSOLUTELY AMAZING tutorial: http://www.codecademy.com/

Ioun
02-18-2014, 08:31 AM
Hey, I'll attempt to answer your questions.

1. Programming can be quite difficult, getting into, but after many weeks of dedication, commitment and frustration, you will quickly start to speedup.

2. You will do some math when programming, though most of your thoughts will be about how you can achieve a certain goal by combining the "tools" you have at your disposal.

3. When programming for Cryengine you have to use the language C++ and Visual Studio will be a very good choice as your IDE. There are also some plugins like CryMono which allows you to program using C#. You can also script using Lua.

I hope this was of some help, though I'm not the programmer on the team :)

Thanks Fancy! This was seriously helpful.

Ioun
02-18-2014, 08:32 AM
Hey Ioun, I know a little bit of programming, and I learned everything on this ABSOLUTELY AMAZING tutorial: http://www.codecademy.com/

Thanks Estus, i certainly will check this out!