Why I Chose to Learn C
viget.com
Why I Chose to Learn C
1–10 of 78 posts
Re: Why I Chose to Learn C
#2Re: Why I Chose to Learn C
#3Re: Why I Chose to Learn C
#4From what I understand in formal CS courses, you learn from the bottom up, but learning from the top down was much more enlightening for me.
Re: Why I Chose to Learn C
#5Re: Why I Chose to Learn C
#6I learned C as first language. I haven't used it for any real-world work, but it was fun way to get into programming. K&R told me not just C but how to program, then I read TUPE which told me how to effectively use the best development environment, Unix.
Re: Why I Chose to Learn C
#7I know learning C might seem a bit of a waste of time, but given Obj-C, C++, Python and Ruby can leverage it for performance it's not a bad thing to learn.
Re: Why I Chose to Learn C
#8I know learning C might seem a bit of a waste of time, but given Obj-C, C++, Python and Ruby can leverage it for performance it's not a bad thing to learn.
Re: Why I Chose to Learn C
#9Re: Why I Chose to Learn C
#10I know learning C might seem a bit of a waste of time, but given Obj-C, C++, Python and Ruby can leverage it for performance it's not a bad thing to learn.
From my experience if you are familiar with both C and C++, you do not end up writing C++ code that is completely obnoxious.