Website review: Top 10 Ways to be Screwed by "C"
Mudry discovered this in Programming
•48 reviews since Oct 8, 2004
programming, c, development
•andromeda.com/people/ddyer/topten.html
People who like this website

- whyknowcode
South Pasadena

- shshanksharma
San Diego

- nikomaster2
California

- graywolf271
California

- sairanjit
California

- jday4741
Cameron Park

- pumarific
Sacramento

- Triplicate
Camas

- jworld2
Colorado

- ElectroLund
Colorado Springs
StumbleUpon is the best way to discover great web sites, videos, photos, blogs and more - based on your interests.
Everything is submitted and rated by the community. Discover, share and review the best of the web!
Reviews of this website

Mudry discovered 46 months ago- If you're trying to learn C this will help alot!

- jorday rated 3 weeks ago
- The first one is not a fricken bug. How else do you expect MULTI-LINE COMMENTING to work?

- NPerez rated 3 weeks ago
- These are all the programmers fault.. but damn, C is an ugly-ass language.

DBISME rated 4 weeks ago- Very useful info. Where's the other language pitfalls.

Squishtopher rated 2 months ago- Expecting the compiler to pretty much write the code for you does not make the language a bad one.

leogarg rated 3 months ago- those are all beginners errors (you can find something like that in almost any language) but the thumb down is for the very first one:
a=b; /* this is a bug
c=d; /* c=d will never happen */
I mean, seriously, that is exactly how you expect it to work. It would be bas if c=d WOULD happen. and besides, it's the same in almost every language in use today.- those are all beginners errors (you can find something like that in almost any language) but the thumb down is for the very first one:

malfist rated 3 months ago- Just as bad as his java ones. These aren't bugs, they do exactly what they're supposed to do. What the programmer told them to.

mu5k rated 4 months ago- From the page: \"The Top 10 Ways to get screwed by the \"C\" programming language\"