Search Results

1
vote

Most Influential CS Class You’ve Taken

I've only taken one, a C class. When I asked how strings were copied (I'd been using Turbo Pascal, where a string is allocated on the stack and assigning one string to another involves a memcpy) an …
4
votes

Does it matter where you get your CS degree

Let me relay an anecdote: I was once in a meeting where this topic came up. A colleague, who is in the top 3 engineers I've ever been lucky enough to work with, said, "it's stupid to worry about de …
1
vote

Does C++ still matter?

I think it's very useful to learn. You may or may not need it professionally, but it is neat to learn a transparent object-oriented language. By "transparent" I mean that it's relatively easy (and …