d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Getting Started
Add Reply New Topic New Poll
Member
Posts: 2,957
Joined: Aug 29 2011
Gold: 0.00
Apr 13 2017 10:28pm
Hey, so I am very new to computer programming and I'm sure this question has been asked a lot here but where should I start? I took introduction to computer science probably a year ago and have am just starting to play around with rpg maker vx. Don't want to download c++ or anything that costs money until I take a class next term and can download software for free
Thanks!
Member
Posts: 3,197
Joined: May 4 2013
Gold: 1,457.00
Apr 14 2017 01:21am
You don't have to pay anything. Free visual studio: https://www.visualstudio.com/vs/visual-studio-express/ is all you need to start. This is full featured IDE, if you want just compiler you can get mingw and g++ in there.

Other languages are also typically free, eg. jdk for java, golang, ruby, python .. 100% free.
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
Apr 14 2017 08:50am
C++ is free to use.
Member
Posts: 2,957
Joined: Aug 29 2011
Gold: 0.00
Apr 14 2017 12:17pm
Quote (nuvo @ Apr 14 2017 12:21am)
You don't have to pay anything. Free visual studio: https://www.visualstudio.com/vs/visual-studio-express/ is all you need to start. This is full featured IDE, if you want just compiler you can get mingw and g++ in there.

Other languages are also typically free, eg. jdk for java, golang, ruby, python .. 100% free.


Quote (Mastersam93 @ Apr 14 2017 07:50am)
C++ is free to use.


Thank you guys! I didn't realize that. I'll start there
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll