How can I learn computer programming languages on my own?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? How can I learn computer programming languages on my own?
# 1  
Old 05-18-2011
How can I learn computer programming languages on my own?

I would love the idea to develop games. How can I teach myself computer programming? What programs or software must I use? I have the new iMac?
# 2  
Old 05-18-2011
first try rpgmaker XP or rpgmaker VX... (for rpg's)
or else try gamemaker... (its a bit harder but you can make any kind of game)
there are many forums that can help you...
good start and its simple...

then try harder engines like unreal engine Smilie
thats how i started

try a book or google on some languages... its great help Smilie

Last edited by metal005; 05-18-2011 at 05:57 AM..
# 3  
Old 05-27-2011
# 4  
Old 05-28-2011
Start with "hello world" (Hello world program - Wikipedia, the free encyclopedia) in any language.
# 5  
Old 05-30-2011
I know your end goal is to program games but I started off that way and got discouraged by the sheer complexity of trying to do it the old fashion way (actually coding it piece by piece) and the new way which is to use a program where you take big virtual pieces and plop them down in your configuration (nothing is new just new ways of doing the same thing in a different way, no coding at all, and always seems cheesy to me)

I would suggest that if you want to get started learning to think in programming terms go with figaro's advice start with something simple, and in my opinion you have a great opportunity with UNIX on your mac. One of the easiest to understand, good learning curve (to a point)

Start with console (Applications/Utilities/Console) and a list of simple commands, maybe a good unix introduction book like UNIX for dummies (Dont worry not many true lovers of "the code" out there will make fun of you for not knowing, were just glad to see you get started) and just start working with it. Most books will give you simple things like making and changing directories to get started which is to get you comfortable in the console environment. I would also suggest starting to use vim text editor (look it up) instead of text edit.

Once you have the basics of how to make a computer do what you want it to do, then other languages are not as intimidating just other ways of doing what you already know how to do.

Keep with it and dont get discouraged.
# 6  
Old 06-04-2011
Learn from the pros, attend seminars, read their blogs.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Best way to learn UNIX and shell Programming

Guys, What do you think is the best way to learn UNIX and shell scripting? ** I keep on searching tutorials online, where I loose most of my time :( Let me know the way you learnt the UNIX concepts, your replies might help me learn more. Thanks a ton:b: (2 Replies)
Discussion started by: dnam9917
2 Replies

2. Web Development

What Web Development languages should i learn?

I am learning Web Development, so far i am learning html,xhtml, css, java script.... What I want to know is what other Web Development languages should i learn? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. What is on Your Mind?

Programming languages polyglots: how many languages you know?

Post what languages (including scripting) you know, why and where you think that language is most usable. Also include libraries in which you're really good at (libusb, gtk, qt, etc). assembly? C or C++? perl or python? pascal? bash or csh/tcsh? opengl? gtk or qt? mono? (27 Replies)
Discussion started by: redoubtable
27 Replies

4. UNIX for Advanced & Expert Users

How to export/link Control_m with another programming languages

Hello All. Everyday at work I have to fill a big .xls spreadsheet with process chains start and end time information. The thing is that it takes too long and a lot of boring work. :( I was wondering if I could link this with a tool in java that would export this information into a .xls... (1 Reply)
Discussion started by: pingosa
1 Replies

5. UNIX for Dummies Questions & Answers

please suggest computer languages to create man-machine interface for Linux applicati

I am new to program development on Linux. I wonder what computer languages are easy to grasp to create man - machine interactive interface software, which can accept inputs (parameters) from usrers, and present (display) the calculation results to users. Before, I have heared about Perl,... (10 Replies)
Discussion started by: cy163
10 Replies

6. UNIX for Dummies Questions & Answers

Programming/Scripting Languages To Learn

Which languages would, in the long run, be best to learn on a UNIX environment for kernel work, every day programs, and overall UNIX programming? I've been learning C for over a year now (which I'm pretty confident with) and decided I want to look into some other languages. I'll mainly be... (1 Reply)
Discussion started by: tjinr
1 Replies

7. Programming

Want To Learn Network Programming

I want to learn Network Programming with C,but I don't know how to start. Thank you. (2 Replies)
Discussion started by: hubin330
2 Replies

8. UNIX for Advanced & Expert Users

Operating System and Programming languages

I'm trying to create an operating system. Just as a small hobby, it will not be anything big I am trying to get some practice. Does anyone reccomend a certain programming language because I dont know which one to use. Any help please? (2 Replies)
Discussion started by: jacx2
2 Replies

9. UNIX Desktop Questions & Answers

Shell scripting & programming languages

If I want to do high-end 3d animation, what skell scripting languages, and programming languages shoul I learn? If you know any good resources for learning these languages they would be appreciated. (1 Reply)
Discussion started by: aloysius1001
1 Replies
Login or Register to Ask a Question