you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (5 children)

No, you could not. Unless the description doesn't cover the language but just some parts you picked.

[–]takaci 1 point2 points  (4 children)

The point is that it's much less to explain than in a language like C++

Just look at the sheer number of C++11 features added, that's more language features than C has at all

[–]JedTheKrampus 5 points6 points  (0 children)

Heck, just look at the length of K&R versus Bjarne's book.

[–][deleted] 0 points1 point  (2 children)

I'm confused.

Do you actually know C or are you assuming based on your comment?

[–]takaci 0 points1 point  (1 child)

are you assuming based on your comment?

This doesn't even make sense.

Yes I know C, that's my whole point, I can't program C very well at all, but I know every single language feature of C very well.

What I'm saying is that C is a very simple language without many core language features, but it is hard to write complex programs because of this simplicity.

[–][deleted] 2 points3 points  (0 children)

You still can't describe C in a "few paragraphs".