By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Forums - PC Discussion - i want to learn how to code....

i want to learn how to code. What programming languauge should i start in?

I'm not interested in web coding BTW.

any suggestions?



Around the Network

bump



Java or C++.

I started with Turbo Pascal, but thats outdated. And Visual Basics - dont know, not that interesting.



Any message from Faxanadu is written in good faith but shall neither be binding nor construed as constituting a commitment by Faxanadu except where provided for in a written agreement signed by an authorized representative of Faxanadu. This message is intended for the use of the forum members only.

The views expressed here may be personal and/or offensive and are not necessarily the views of Faxanadu.

Depends on what kind of programs you want to write ...



C++ i would suggest

Don't use Visual Basics its so shitty



Around the Network
tallgnome said:
C++ why not

 

If you want to develop anything with a user interface C++ can be a pain ... For high performance and/or command line applications it is really the only way to go though.



do you guys recommend i start big, and even though it will be hard, after that i can learn the other programming languages easier?

or do you recommend i start small, so that way i work my way up?



@Happy: thtas why I would say Java. I developed a cell phone game with it once - quite fun.



Any message from Faxanadu is written in good faith but shall neither be binding nor construed as constituting a commitment by Faxanadu except where provided for in a written agreement signed by an authorized representative of Faxanadu. This message is intended for the use of the forum members only.

The views expressed here may be personal and/or offensive and are not necessarily the views of Faxanadu.

I suggest starting with (by today's standards) a more bare-bones language like C. It's powerful enough to do anything you want, yet there isn't much syntax for you to learn.

Buy a good C programming book, and when you can code some basic algorithms with loops, recursion, arrays and structures, you can move on to C++, Java or C#.

At some point, you'll have to learn the really important part of programming, which is data structures and algorithms.

 



My Mario Kart Wii friend code: 2707-1866-0957

@NJ5: Then lets start with Assembler...that way you learn it all bottom up the hard way.



Any message from Faxanadu is written in good faith but shall neither be binding nor construed as constituting a commitment by Faxanadu except where provided for in a written agreement signed by an authorized representative of Faxanadu. This message is intended for the use of the forum members only.

The views expressed here may be personal and/or offensive and are not necessarily the views of Faxanadu.