ComputerForum.com ComputerForum.com  
TigerDirect
 
Go Back   Computer Forum > General Chat > General Computer Chat

Reply
 
LinkBack Thread Tools Display Modes
Old 04-02-2006, 08:08 PM   #1 (permalink)
Diamond Member
 
34erd's Avatar
 
Join Date: Jul 2005
Age: 15
Posts: 2,842
Default C and C++

What are some good books for a begginer in C and C++? I basicly have no experiance. My brother has a book on C++ but its waaaay too complicated lol.

And what are some good fee compilers? I think my brother might have one but theres no way he'll let me use it.
__________________
DFI Lanparty UT nF4 SLI DR
Athlon 64 3500+ Venice
1 Gig OCZ VX DDR500 DDR
BFG GeForce 7800GT
160 Gig SATA HDD
CD-RW DVD-ROM
Antec NeoPower 480
Thermaltake Tsunami
34erd is offline   Reply With Quote


Old 04-02-2006, 08:11 PM   #2 (permalink)
Silver Member
 
Flipper's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 121
Default

Use the internet man, books aren't really that great. Start off with tutorials to see if you even like the language. Do you know PHP? The syntax is very much alike which would make it much easier for you to learn. Free compilers, hmm I would say use borland unless your system can't handle it. It is a bit RAM consuming...but if it's the system in your signature it should run fine, if not use this link.

http://www.bloodshed.net/devcpp.html
__________________
dotOmega Forum System - It's whats for cool people.
Too bad it's still in development :).

98% of the teenage population will try, does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this into your signature
Flipper is offline   Reply With Quote
Old 04-02-2006, 08:16 PM   #3 (permalink)
Diamond Member
 
34erd's Avatar
 
Join Date: Jul 2005
Age: 15
Posts: 2,842
Default

Its the system in the sig.

I want to eventualy learn C++ so I can make some simple game mods.
__________________
DFI Lanparty UT nF4 SLI DR
Athlon 64 3500+ Venice
1 Gig OCZ VX DDR500 DDR
BFG GeForce 7800GT
160 Gig SATA HDD
CD-RW DVD-ROM
Antec NeoPower 480
Thermaltake Tsunami

Last edited by 34erd; 04-02-2006 at 08:22 PM.
34erd is offline   Reply With Quote
Old 04-02-2006, 08:20 PM   #4 (permalink)
Silver Member
 
Flipper's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 121
Default

Well I don't have much experience with game mods and wether or not you can do them in C++ but I would definitely go for some online tutorials man. Start with C before you continue on to C++.

Get some tutorials here:
http://www.pixel2life.com/tutorials/Cpp_General/All/

That is for C++

This is for C:
http://www.physics.drexel.edu/course..._tutorial.html

And here is to get borland c compiler:
http://www.borland.com/downloads/download_cbuilder.html
__________________
dotOmega Forum System - It's whats for cool people.
Too bad it's still in development :).

98% of the teenage population will try, does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this into your signature
Flipper is offline   Reply With Quote
Old 04-02-2006, 11:21 PM   #5 (permalink)
Gold Member
 
matt12685848's Avatar
 
Join Date: Aug 2005
Age: 18
Posts: 372
Default

Just go to a local library, I found a 1000 page book on java, thats where i started off.
__________________
3 GHz P4 HT processor
ATI x700 Pro 256mb PCI-E graphics card
2 x 512 Dual Channel Ram
160GB 7200rpm hard drive
ATI Tv Tuner Pro
1024 x 768, 75 Hz LCD Monitor


98% of the teenage population will try, does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this into your signature
matt12685848 is offline   Reply With Quote


Old 04-02-2006, 11:27 PM   #6 (permalink)
Diamond Member
 
kobaj's Avatar
 
Join Date: Jan 2005
Posts: 2,182
Default

Why learn C before C++? I have only learned C++, never bothered with C.

As for books, in all seriusness, "C++ for dumbies"

It comes with a free compiler also.
__________________
My site My sigThanks Kornowski for ava and sig.

Winner of photo competition: Bokeh.
kobaj is offline   Reply With Quote
Old 04-02-2006, 11:28 PM   #7 (permalink)
Silver Member
 
Flipper's Avatar
 
Join Date: Apr 2006
Location: USA
Posts: 121
Default

Quote:
Originally Posted by kobaj
Why learn C before C++? I have only learned C++, never bothered with C.

As for books, in all seriusness, "C++ for dumbies"

It comes with a free compiler also.
When you first learn C, it makes it much easier to move onto C++, C is simpler and cannot do as much but becomes the basis of C++.
__________________
dotOmega Forum System - It's whats for cool people.
Too bad it's still in development :).

98% of the teenage population will try, does or has tried smoking pot. If you're one of the 2% who hasn't, copy & paste this into your signature
Flipper is offline   Reply With Quote
Old 04-03-2006, 02:33 AM   #8 (permalink)
Platinum Member
 
diroga's Avatar
 
Join Date: Mar 2005
Location: WA,USA
Posts: 846
Default

C is very yucky. C++ is much nicer to work with. you still use C like strings in C++.
diroga is offline   Reply With Quote
Old 04-03-2006, 02:40 AM   #9 (permalink)
SFR
SUPER MODERATOR
 
SFR's Avatar
 
Join Date: Nov 2004
Location: San Diego, USA
Age: 24
Posts: 3,909
Default

Quote:
Originally Posted by diroga
C is very yucky. C++ is much nicer to work with. you still use C like strings in C++.


How is C yucky? .. Ever take a look at a MFC application? ..talk about yucky!

I think C is very clean and straight forward. It is actually a very good FIRST language to learn. Once you grasp the concepts of Imperative programming you can then move on to object-oriented programming (like C++) much more easily. But, everyone learns differently....
__________________
The real danger is not that computers will begin to think like men,
but that men will begin to think like computers.
~Sydney J. Harris

I haven't lost my mind; I have a tape back-up somewhere.

What the world needs is more geniuses with humility, there are so few of us left.
~Oscar Levant

Relax, its only Ones and Zeros
SFR is offline   Reply With Quote
Old 05-11-2006, 10:28 AM   #10 (permalink)
Moderator
 
Shady's Avatar
 
Join Date: Mar 2006
Location: Cairo
Age: 20
Posts: 2,342
Default

Quote:
Originally Posted by SFR

How is C yucky? .. Ever take a look at a MFC application? ..talk about yucky!

I think C is very clean and straight forward. It is actually a very good FIRST language to learn. Once you grasp the concepts of Imperative programming you can then move on to object-oriented programming (like C++) much more easily. But, everyone learns differently....
that's right, i started programming with C and then some C++
and by the way try "C++ How to program 5th e" Deitel & Deitel
it's a good book
Shady is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:41 AM.


Powered by: vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Copyright © 2002-2007 Computer Forum and Web Design Forum