c projects

chipy

Golden Member
Feb 17, 2003
1,469
2
81
hey,

i've seen and read some tutorials on the basics and syntax of the c programming language. now i want to see and do some little c projects. i've searched on google and found some tutorials but didn't see anything more than that. i was wondering if anyone here at anandtech would know of any sites offhand that provides easy projects for the beginner. yall have to remember that i have no programming experience and only read the tutorials. ^_^;

thanks
chipy
 

VBboy

Diamond Member
Nov 12, 2000
5,793
0
0
Learning to program from the Web is not a good thing. Many people out there have a bad programming style and/or provide buggy code for others to see ;) If I were you, I'd buy a good book (Amazon's has reviews from actual buyers). If you must, check out PlanetSourceCode.com, it might have something.

I would strongly advise reading a book.
 

bobcpg

Senior member
Nov 14, 2001
951
0
0
i'm taking a c class now and i have the books if you want to buy them at the end of the semister. price: whatever they will give me for buyback + shipping.



Book1 isbn# 0133701727

Book2 isbn# 0131103628 in case the link expires
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Seems a little odd to want to learn programming, but not have any ideas for projects to try??
I've always had plenty of ideas, just no time to work on em.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
A simple project is to program a blackjack game. Deal and play the cards according to normal rules; shuffle when the card count gets to a certain number. No need to handle graphics.