Is it possible to mess up the programming in a universal remote?

How to learn Programming?

  • well I know it has to do with programming languages and stuff, but can I get a order of which I should learn? (easiest to hardest) I want to be able to mess around with text based games for now and work my way from there. I am considering this as a future profression and want to learn all I can now, while I can. Thanks.

  • Answer:

    1-Pick a programming language ( Python been said to be the best to start with ! ) 2-Get resources (see below ) 3-Get the basics ( variables, conditions, loops, etc) 4-Get the 'logic' by reading simple solutions to common programming problems 5-Get the object orientation stuff ( You will know that latter :) 6-Write programs, starting with very simple text ones Along the way let the tutorials and debugger be your buddy Practice whenever you have time :) For Python http://www.python.org/download/ And http://docs.python.org/tutorial/ Good luck!

allihadt... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Since you want games, two languages will be your very start: C and Python. C is pretty old, but, once understood, will lead to c++, php, and many other languages. C is still used in many game programming, because of its efficiency. (It is also used to develop every product from Microsoft - not a reference, I must admit).

Start off with learning C. The easiest way to learn programming is by taking 2 classes at a community college or picking up a book. If you wanna do text based games, you're gonna have to learn php and mysql. If you want to get into this profession you have to start from scratch like everyone else does. In the beginning its hard, but after you learn a few things you'll be like "Oh, this was easy".

nobody has mentioned javascript for text based games, but you can make loads of games with javascript. you can program hangman, anagrams, lottery games, maths games, quiz games, ping pong in fact just about anything apart from 3D stuff.

Well, hard question about what is the easiest language to learn. I would say Visual Basic is, even though I have not used it at all. The other candidates are: C or C++, but you have to learn about allocating memory and deallocating memory, as well as other little traps you can fall into. So this may prove to be a bit harder than you thought. Java, but then you have to learn about Object Oriented Programming. If you have no idea what this means, or cannot understand it after you have learnt a little bit, then you are going to get into trouble. As for php, javascript, etc, these are web based languages, so you would need to either have a php server, and/or build web pages so you can see the results. This would entail learning HTML or similar so you can write a web page. Doing a course on programming may be the better way to learn. This way the course will teach you at least 1 language, and hopefully be able to teach you how programming works (which is essential to understanding and being able to learn new languages). Buying some books would require you to know what language you want to learn. But there are some simple books out there that may help you. Since you want to do text based games, a series of books that do a few languages are called "Beginning <langauage> Through Game Programming". So these books may be good to get. 2 examples of this series of books are called Beginning C++ Through Game Programming Beginning Java Through Game Programming Here are some other answers that might help you out. http://answers.yahoo.com/question/index;_ylt=Ap266mopgEgiG3LguzUosjvty6IX;_ylv=3?qid=20061106103328AAMzv9R http://answers.yahoo.com/question/index;_ylt=AilIl6S.ar_NtXWeyscRymzty6IX;_ylv=3?qid=20070311190036AA8psBo http://answers.yahoo.com/question/index;_ylt=AsCRmyurNEd.iktRii0UYBbty6IX;_ylv=3?qid=20090822153304AA2TO4V Good luck with it.

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.