Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-26-2003, 07:25 PM   #1
Member (6 bit)
 
Join Date: Oct 2003
Posts: 44
Question Computer Programming?

I was wondering what computer programming language would be good for a total beginner. It's kind of hard to find out since almost everybody has a different opinion. I'm looking for a language that could be learned over the Internet or by book and doesn't require you to take courses. If anyone knows of such a language can you please recommend some good books which explain everything clearly for a beginner. Thanks.
GreenBMP is offline   Reply With Quote
Old 10-27-2003, 08:43 AM   #2
Professional gadfly
 
doctorgonzo's Avatar
 
Join Date: Jan 2002
Location: Minneapolis, MN
Posts: 6,364
Send a message via MSN to doctorgonzo
Either Java or C++ would fit the bill. Both are useful, and there are online tutorials for both.

As for books, just do a search at Amazon. Sams Teach Yourself are pretty good for just about any topic.
doctorgonzo is offline   Reply With Quote
Old 10-27-2003, 05:59 PM   #3
Member (11 bit)
 
james8547's Avatar
 
Join Date: Aug 2003
Location: NJ
Posts: 1,099
Visaul Basic 6.0 is also good for beginners. It runs in a Windows environment and is more graphical (generally, fewer lines of coding depending on what kind of prog you're making) compared to C++.
__________________
P4 2.6C @ 3.12 || ASUS P4C800-E Dlx || Antec SOHO File Server w/ 5 case fans || Antec TruePower 430w PSU || 2 x 512MB Crucial PC3200 DDR || 280GB of total storage 7200rpm ATA100 8mb cache || LiteOn CDRW 52x32x52 || LiteOn DVD+/-RW SOHW-812S || WinXP Pro || Solarism 15" TFT LCD || 500VA TrippLite UPS || Logitech MX-700 Duo || ATI 9800 AIW || Sennheiser HD-555
james8547 is offline   Reply With Quote
Old 10-27-2003, 06:32 PM   #4
Member (10 bit)
 
Join Date: Nov 2002
Location: Champaign, IL
Posts: 611
Send a message via AIM to David14259
I'd start with C++.

I reccomend the book - Starting out with C++ by Tony Gaddis....its like $50, but well worth it.
David14259 is offline   Reply With Quote
Old 10-28-2003, 08:01 AM   #5
Professional gadfly
 
doctorgonzo's Avatar
 
Join Date: Jan 2002
Location: Minneapolis, MN
Posts: 6,364
Send a message via MSN to doctorgonzo
Visual Basic isn't bad (I have worked more with VB than with anything else), but unless I am mistaken there isn't a free IDE out there for you to use. With Java or C++, you have access to free IDEs.
doctorgonzo is offline   Reply With Quote
Old 10-28-2003, 08:10 PM   #6
Member (4 bit)
 
Join Date: Sep 2003
Posts: 14
see the top message in this forum group for many links to free sites for C. turing is really simple. VB is very simple. i would suggest any of the 3. its kinda useless to program in any older languages like foxpro or seomthing, just because its so obselete.
morcos is offline   Reply With Quote
Old 10-28-2003, 08:28 PM   #7
Member (9 bit)
 
Join Date: Oct 2003
Location: CFB Greenwood, NS
Posts: 392
Send a message via AIM to cdnref Send a message via MSN to cdnref
I'm very interested in writing programms and such, but what kind of stuff do you do with VB and C++, what's the differance? Doing C++ will you understand binary?
cdnref is offline   Reply With Quote
Old 10-28-2003, 08:32 PM   #8
Member (9 bit)
 
Join Date: May 2003
Posts: 420
Send a message via AIM to juicelooser
PHP is a great language. Check php.net for more.
juicelooser is offline   Reply With Quote
Old 10-28-2003, 08:56 PM   #9
Member (9 bit)
 
Join Date: Oct 2003
Location: CFB Greenwood, NS
Posts: 392
Send a message via AIM to cdnref Send a message via MSN to cdnref
PHP? I;m not good with these abbrev.(or whatever it's called)
cdnref is offline   Reply With Quote
Old 10-28-2003, 09:05 PM   #10
Member (8 bit)
 
Join Date: Mar 2003
Location: U.S. -- Arlington, TX
Posts: 245
Send a message via AIM to vizun Send a message via Yahoo to vizun
PHP is not a programming language, it is a server side scripting langauge used for the web, lol dont confuse a n00bie
vizun is offline   Reply With Quote
Old 10-28-2003, 09:08 PM   #11
Member (9 bit)
 
Join Date: May 2003
Posts: 420
Send a message via AIM to juicelooser
ah, sorry about that.

i never made the distinction before, but that makes sense.

in that case, i'd start with vb.
juicelooser is offline   Reply With Quote
Old 10-28-2003, 09:19 PM   #12
Member (9 bit)
 
Join Date: Oct 2003
Location: CFB Greenwood, NS
Posts: 392
Send a message via AIM to cdnref Send a message via MSN to cdnref
I did a little with VB last year in high school but I was only in the class for 2 months....I made MC Hammer dance across the screen. I was funny. Thats the most I know, but I forgot it all.
cdnref is offline   Reply With Quote
Old 10-29-2003, 08:08 AM   #13
Professional gadfly
 
doctorgonzo's Avatar
 
Join Date: Jan 2002
Location: Minneapolis, MN
Posts: 6,364
Send a message via MSN to doctorgonzo
Visual Basic is probably a bit easier to learn. It is for rapid Windows GUI development. A few lines of code and you have yourself a Windows program (granted, it doesn't do much, but it is a Windows program). VB isn't as powerful as other languages, though. It isn't a true Object-Oriented Language (though this changes with the newest incarnation of Visual Basic, VB.NET).

C++ is a true Object-Oriented Language. It can be used for programming either console apps (run in DOS) or Windows apps, although coding Windows apps using the Windows API is much more complicated that coding Windows apps in VB. C++ can do just about anything, and most serious apps (including Windows itself) are written at least partially in C++.

You will learn binary using either language; after all, no matter what higher-level language you use, it all comes down to 1s and 0s.
doctorgonzo is offline   Reply With Quote
Old 10-29-2003, 03:27 PM   #14
Member (10 bit)
 
Join Date: Nov 2002
Location: Champaign, IL
Posts: 611
Send a message via AIM to David14259
hey doctorgonzo, what are you views of starting with Java?
David14259 is offline   Reply With Quote
Old 10-29-2003, 05:15 PM   #15
Member (11 bit)
 
james8547's Avatar
 
Join Date: Aug 2003
Location: NJ
Posts: 1,099
If you want hardcore coding, go for Assembly. There are free compilers out there and you only need notepad (or DOS edit) to write the code. It's the most powerful / painful language I ever encountered. You will learn binary, hex, and debugging. It's powerful since you have direct access to the memory, registry, etc. It works fast with number calculations. The only downside is that it isn't good for business apps...I think it takes 4 lines of coding just to do a cout.
james8547 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:08 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2