kelvinc2 0 Report post Posted December 6, 2008 Hi, I'm learning Turing right now in school.. I personally take Turing very easily as I know every single concept of it.But when it comes to real life, turing is UESLESS absolutely uesless. I was wondering, is there a easy (comparablely) programming language I can learn? (out of Java, PHP, CGI, C++, ASP) I was wondering as well: I self-learned some-what little graphics java, its a game. but when my sister learn java its just absolutely different.. whats the difference? can anyone tell me? Thanks!! Share this post Link to post Share on other sites
truefusion 3 Report post Posted December 6, 2008 Go with PHP. Since its syntax is derived from other languages, you'll find that, after learning PHP, learning other programming languages become easier (or at least that was the case with me). But if you're going to go into PHP, i recommend learning about object-oriented programming. This will help with other languages, like C++ and Java. Thanks to PHP, learning JavaScript, Python, C++, etc, has been easy for me; however, C++ required slightly more knowledge, as you have to keep track of everything for the sake of memory, since interpretted languages do their own memory management, while in C++ you don't get that convenience. Also, since PHP5, PHP has become more suitable for desktop applicaitons. Share this post Link to post Share on other sites
kelvinc2 0 Report post Posted December 8, 2008 truefusion! :)thanks for the advice, our school is finishing turing, turing is so not for real programming, do you have any websites that can help along with php study?-KC Share this post Link to post Share on other sites