[at UIUC everyone does C++ Data Structures, but CS starts with Java, CE starts with C ]
Ask HN: Do CS students enjoy C anymore?
21–30 of 101 posts
Re: Ask HN: Do CS students enjoy C anymore?
#22Here is what I remember from college:
./program
Segmentation fault.
Re: Ask HN: Do CS students enjoy C anymore?
#23Re: Ask HN: Do CS students enjoy C anymore?
#24Did anyone ever enjoy writing C, especially data structures? Here is what I remember from college: ./program Segmentation fault.
Re: Ask HN: Do CS students enjoy C anymore?
#25Did anyone ever enjoy writing C, especially data structures? Here is what I remember from college: ./program Segmentation fault.
Re: Ask HN: Do CS students enjoy C anymore?
#26You could hire Computer Engineering instead of Computer Science majors, they usually all know C well even if they practiced it in relation to hardware\embedded systems. [at UIUC everyone does C++ Data Structures, but CS starts with Java, CE starts with C ]
CompE graduate here, my C education was almost exclusive to microcontrollers. The only other class that focused on C was the operating systems class. Both were fairly low-level in their respective areas.
Re: Ask HN: Do CS students enjoy C anymore?
#27Also consider looking at physics and aero-astro majors. Lots of embedded or algorithmic work, so I hypothesize lower level languages like C are more common.
Re: Ask HN: Do CS students enjoy C anymore?
#28My school(Tennessee Technological University, graduated a year and a half ago) still requires a semester of C/C++...there were a couple other classes where you needed to know it to interpret the professor's example code, but were allowed to code in other languages if you wanted. I enjoy C, but feel more proficient in other languages as far as getting things done quickly. I guess I just don't use C enough to keep a good grasp of it.
I think students would get more benefit out of being forced to only use C(and assembly?) for the first couple years. It would help them get a better understanding of what the higher-level languages have going on under the hood.
I've been doing web development(Ruby) the past few years. I've played around with extending Ruby with C, but not much.
If you are looking to hire, I might be interested...its about time for a change-up in my life.
Re: Ask HN: Do CS students enjoy C anymore?
#29For production, I wish I had the time or need to optimize code I write, but too often, a server upgrade and reconfiguration is sufficient. At least I depend on some one else writing something great in C (linux, nginx, etc).
Been looking at GoLang and Clang to make the experience a little less painful.
Re: Ask HN: Do CS students enjoy C anymore?
#30We love this stuff.