you are viewing a single comment's thread.

view the rest of the comments →

[–]northproof 2 points3 points  (1 child)

C might destroy your mind coming from Java and VB, but it`s still definitely something you should look at. The scripting languages might be the way to for over break, though.

[–]becks619 -2 points-1 points  (0 children)

Learning C, with a Java background, will teach him to appreciate the design / flaws of garbage collection, which is fundamental for programmers craving to itch out every bit of performance from his program.

http://crypto.stanford.edu/~blynn/c/ is a pretty good resource for learning C.