Computers |
|
| | #1 (permalink) |
| True Techie | Hey all! I think I wanna start programming, a little endeavor of mine i always wanted to do. But, I have no clue where to start. I've heard of C++ and Visual Basic and all that crap, but I don't know which language to choose, what programs to get, what books to read, ANY of that stuff. So..if you all could help that would be great!! ![]()
__________________ i hate computers |
| |
| | #2 (permalink) |
| Wizard Techie | Every language has it's uses, what type of programs are you going to write, ie. what do you want to do? Applications? Games?
__________________ Shakie |
| |
| | #5 (permalink) | |
| Monster Techie | PHP!!!! Web programming is where it's gonna be!A cool thing you might do while you're learning VB, is get a few books on ASP (active server pages) or PHP (PreProcesser Hypertext) You'll have the ability to create badass websites...and maybe create forum software like VBuilliten and sell it for $160 a pop!! Hopefully one day i'll be there...it all takes time though! Just like Anibus said... Quote:
__________________ C:\\ Is the root of all evilphiber@sysdum.com spam this account, it's fun. | |
| |
| | #8 (permalink) |
| Newb Techie Join Date: Apr 2003
Posts: 11
| My personal choice is Visual Basic. Not because I have a specific bias towards Visual Basic but because with the release of .NET, Visual Basic is now faster and more useful than ever. Now with the same engines under the hood as C++, there is no reason to learn a harder language, when you can learn an easier one, and cut your work time in half without losing quality or speed. So read (unbiased) reviews on both of them and take my words into consideration, before you make your choice. |
| |
| | #9 (permalink) |
| Newb Techie Join Date: May 2003
Posts: 3
| Hmm, most of u suggested PHP but do you think its so wildspread.. i have never seen any section devoted to it on any of the sites i have visited, so to begin with i suggest VB ...more than C++ since VB is absolutely to the point, the syntaxes understood better and the help was neater... ( i know a lot of guys will shout about creating more efficient programs in C). |
| |
| | #10 (permalink) |
| Newb Techie Join Date: May 2003
Posts: 2
| One thing to get clear from the start is PHP is not a programming language. It is a scripting language. There for is totally different to VB (do not mistake VB with VBScript). I myself don't know VB I am a C++ programmer, and can only talk from C++ experience. It is, I believe one of the best languages to learn as it is one of the most complete languages out there. NOTE: Also have a look at C#. C# is the new kid on the block of the C family. C++ can be used to code everything from entire Operating Systems, to quick Applications, from the coolest 3D games to 2D card games like Solitaire. It is not the easiest language to work with (or for that matter learn) but the rewards are most certainly there once you have it down. Also once you have a firm understanding of C++ moving around other languages is much easier. For example I need to code a website for a friend and had to use PHP to create each page dynamically it took about 1 week to learn the ins and out's of PHP. There are so many other reasons that I could suggest learning C++, but this is a forum not a sales pitch. What ever you choose to learn I hope you find programming as enjoyable as I do. |
| |