vote up 18 vote down star
12

For those who know or are learning C: Why did you choose to learn C?

Was a school or job requirement? Curiosity? Boredom? Personal growth? ...

I'm especially curious to know how many learned it to better understand the inner workings of their language of choice. If this is your reason, was it prompted by Joel's suggestions?

flag
5  
I hope no one learned C just because Joel mention's it all the time. That would be super lame. – Brian Gianforcaro Apr 22 at 4:51
19  
For the girls... – consultutah Jun 26 at 22:22
4  
"It seemed a good idea at the time" – quant_dev Jun 26 at 22:26

98 Answers

1 2 3 4 next
vote up 57 vote down check

C is part of the curriculum of many Computer Science programmes, for obvious reasons: it allows one to program on a relatively low level (esp. compared to more modern languages), while still being able to write useful programs with ease. It is also the de facto system programming language, and requires the programmer to know how the machine works. And despite its age, it is still very popular and certainly not outdated.

Myself I learned C as part of an undergraduate course at university.

link|flag
vote up 31 vote down

God, it was almost 30 years ago, who remembers? ;-)

Seriously, UNIX was the New Thing, and C seemed to offer a lot of the advantages of assembler, while being more productive.

And, sure enough, once I'd learned C, it did indeed offer the power and flexibility of assembly language, while offering the clarity and maintainability of assembly language.

link|flag
6  
I'm pretty sure you meant 'while offering the clarity and maintainability of a high level language' :) Regardless, I'm just like you, 25+ years ago, SO much better than the alternatives at the time (and still pretty sweet, if you ask me) +1 – kevindtimm Apr 21 at 22:29
8  
I like it as written :P – Neil Williams Apr 21 at 22:42
7  
I think I've heard that saying before somewhere, pretty sure it was intentional. – ryeguy Apr 21 at 22:44
7  
fwiw, Charlie, I'm pretty sure I saw (roughly) that quote go by in the cloud of answers to the "Java: all the elegant simplicity of C++ combined with the blinding speed of smalltalk" quote someone floated in the early java days. – simon Apr 21 at 23:18
12  
Yup, here we go: "C is often described, with a mixture of fondness and disdain varying according to the speaker, as "a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language". ccil.org/jargon/jargon_18.html#SEC25 --- Straight from the jargon file, and I'm sure it was there when GLS still maintained it. – Charlie Martin Apr 22 at 0:04
show 8 more comments
vote up 22 vote down

After learning A and B it seemed to be the logical choice. Or at least that's what my pre-school teacher told me at the time. I just wanted cookies.

link|flag
3  
+1 wish i'd gone to your preschool! – kjack Apr 22 at 21:47
1  
Followed by C++? That can only mean more cookies right? – xenon Jul 11 at 11:33
show 2 more comments
vote up 13 vote down

I'm currently working with C (a lot!) to program to a device.. I have a Velleman k8055 interface board, with a USB interface that I would like to connect to a (hacked) Western Digital My Book World, which runs a minimal version of linux.

Sounds like a mouth full, but it is actually pretty fun to talk directly to the device, take measurements (such as temperature), and then activate a switch, while storing all this information into a SQLite database, and then connect to the SQLite database through a web interface .. and all that because of C!

I love C ;-)

link|flag
vote up 10 vote down

It was what Nethack was written in. It was also the 'professional' language back when I started looking at non-BASIC programming

link|flag
6  
++ for Nethack! The codebase is kind of a mess, of course (dirty dirty macros, and is it tabs or spaces?) – guns Apr 22 at 1:22
show 1 more comment
vote up 6 vote down

I learned C because I wanted to try programming in a language without GC (having only used Java and Logo), and C seemed the easiest. It really did open up a whole new world. Now if only I could manage to learn Haskell...

link|flag
show 1 more comment
vote up 5 vote down

Best way to do game development on MS-DOS. This was in the early 90's.

link|flag
vote up 5 vote down

I have never thought about it until this day.

My teacher first taught us data structures using lisp in the first two months, and once we understood it we make the switch to C

It was pretty easy.

That semester ( 2nd semester ) ruin my relationship with the subsequent teachers that was not as crazy as my first one. They insisted I could make loops using for and while's but the only artifacts I used were if and pure recursion.

By 9th semester and once the original teacher was not longer at university I switched back to "normal" style, and use if's in conjunction with for's and while's and ( omg ) do{}while's ... :-S

So, I learned C at school. I have never had the chance to use it at professional level.

Actually I remember the day we start learning Java we said:

It's very easy, we just take this C source code and add public class Something { at the beginning and } at the end. We know Java already!!! ...

And indeed my first java programs were pretty much like this.

link|flag
vote up 4 vote down

For me, like others, it was years and years ago. It was the Spring of 1982 and I was in my Freshman Year of college at UC Santa Cruz. Was just completing the two quarter Intro to CS sequence and after Karel the Robot and UCB Pascal.

We were a Berkeley Unix shop and I had been learning and playing with the C-Shell for several months. C seemed the next logical step and so I purchased the 1st Edition of K&R and had at it that Spring and Summer.

Worked as a programmer writing systems for the University that Summer with a focus on integrating the Unix-based systems and the legacy mainframe systems (hey, we still had punch card readers around).

I took to C like a duck to water. Loved it and have had it in my tool kit ever since. Put those skills to work after graduation testing Apple's C compiler for MPW. Later went back to Pascal to work in Object Pascal, then Objective-C, some C++, and then onto Ruby and JavaScript.

I think my story reflects how a lot of us come to be using a particular language or technology. It isn't part of a grand strategy. Rather, it is just how things played out.

That said, I am glad with how things turned out in my case.

link|flag
vote up 3 vote down

I was fed up with my "text editor" whinging about "compile errors" whenever I accidentally hit F5. God knows if I remember what the IDE was called, but it was quite old, and ran on an Amstrad IBM-compatible.

Looking at the help was probably my first programming mistake.

link|flag
vote up 3 vote down

Req for my CS degree.

link|flag
vote up 3 vote down

I learned C when I got a job where the code was mostly written in C. In retrospect it was written in C because C was, to some extent, cross-platform. We were able to find a subset of C which, when we added enough #ifdef's, would allow the same code to compile on VAX, DEC-10/20, MS-DOS, PC-DOS and CP/M.

link|flag
vote up 3 vote down

Because other than BASIC, it was the only game in town on an IBM PC that was not Fortran, Prolog, or some "obscure" enterprise-level language. Turbo C had recently been released which made it that much easier to gain access to it and it was certainly more affordable than other languages. Turbo Pascal was nice, but it seemed too "rinky-dink" to be considered a real language. That plus low-level access via asm, and C was the way to go for me.

link|flag
vote up 3 vote down

I learned C because I wanted to know what was happening below the code I wrote. I started high and kept working down 'til I hit assembler. I did they way before Joel made the suggestion.

link|flag
vote up 2 vote down

I always liked to program. I coded in BASIC and then in assembler on the C64 for years when I was a child.

I met C when I was 12, but my mind did not get it, as I could not grasp the very fact that another language could even exist. Then, I went to the university, and I learned Fortran, but it wasn't good. But there was internet, and so the chats (you had to use telnet to connect)

I wasted my time on these chats, and I got curious about understanding how they worked. They told me you could download the code, so I did it, and started peeking into it. The chat was quite similar to a textual adventure, and I wanted to make it even more similar, like, you know, those things that were first called MUD and then MMORPG.

So I started coding it. At first, I just translated the messages in my native language. As I delved more into the 7000 lines of code, and started reading some C books, I learned C.

So basically it was to fuel my preferred way of wasting time: chatting ;)

link|flag
vote up 2 vote down

I loved computers!

link|flag
1  
And I'm sure you still do! :) – Stephan202 Apr 21 at 22:48
show 3 more comments
vote up 2 vote down

I had some C code to debug and maintain.

It was probably the third language I learned after BASIC and Pascal. I remember my cousin being excited about obtaining a C compiler because it would let him do "structured programming", which was a buzzword at that time.

I still use C for programs that interact with binary data and where processing speed is critical. In addition, I've got lots of code in C that still needs to be debugged an maintained.

link|flag
vote up 2 vote down

I was developing on the Amiga, and AmigaBasic wasn't cutting the mustard.

link|flag
vote up 2 vote down

Because C is as close as one can get to assembly language speed, without losing your mind.

Also because the Linux kernel is written in C and I needed to mess with it a little.

link|flag
vote up 1 vote down

In order to be able to do low level coding (e.g. OS or drivers), and to be able to get involved in projects that require C programming (i.e. compiler writing).

link|flag
vote up 1 vote down

I learned it when I was first getting into programming, and at the time, I didn't know much about the different languages around. I chose C because it was recommended from a friend who did use C a lot. Now, I keep using it because I enjoy programming in lower level languages.

link|flag
vote up 1 vote down

I originally learned C because my school's CompSci program started you out with it.

I picked up C again recently because I wanted to program in D and it can interface with C libraries, assuming you have a wrapper. I have to know some C in order to properly convert it to D.

Now, I'm glad I know a little C because it gives me more insight into the underworkings of higher level languages and since the C-Style syntax is so prevalent, I have a good leg-up on the most popular languages.

link|flag
vote up 1 vote down

I used to know Pascal, and I felt it wasn't a mainstream language anymore. So when I was 15 or so I got hold of a Borland C++ compiler and learned C. I later learned C++ from a book because I missed the classes and virtual functions that Borland Pascal supported

link|flag
vote up 1 vote down

C enable you to see the data structure more closely. In term of pointer, memory management, resources allocation, initialization of variable. and lot more..

link|flag
vote up 1 vote down

I learned C as a gateway to C++. K&R looked a lot less intimidating than the C++ Programming Language. K&R is still the best programming book I've read to date.

When I learned C Java was just launched. I actually learned Java 1.0. Most other modern languages either didn't exist or hadn't escaped the niche communities in which they were created.

link|flag
vote up 1 vote down

My parents forced me to take up a summer course in GW-BASIC during the summer holidays after 10th class. I had forced them into a position where they had to constantly chide me for wasting my time and being "good for nothing". I fell in love with computers while studying GW-BASIC and soon managed to prove that I was no longer "good for nothing". I studied C as a follow up to GW-BASIC.

Thanks, Ma. Thanks, Dad. Love you both. :D

link|flag
vote up 1 vote down

I could not get my first data structures program to work using Pascal (Thank God).

link|flag
vote up 1 vote down

Flexibility with pointers. This particular feature alone compels me to learn C, otherwise I would have stayed with Pascal.

link|flag
vote up 1 vote down

Because it's fast.

link|flag
vote up 1 vote down

I started with C because it was the first language I stumbled across back when I was 11ish years old (I am still so thankful for that!). I bought Borland 5.0 from Best Buy with my allowance. Before that, I was building push-pull audio amplifiers - I guess programming was just a much less expensive logical progression.

Whatever the case: C/C++ has kept me happily employed ever since. It’s amazing what you can do once you conquer C!

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.