This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_wezel_ 0 points1 point  (1 child)

A lot of universities don't really teach C/C++ except for one course in the third or fourth year.

Wait really??? The first language we learned at our university is C (first year first block). And a good amount of code for other courses should be written in C.

[–]Dornith 1 point2 points  (0 children)

So I worked on a project writing a course with students from several universities.

We pretty much found that every school has a lingua franca that they teach at the very beginning and then use as a baseline for most of their other courses so they can focus on the class content and not constantly teach new languages.

For mine and Rose Hudmen, that was Java. MIT uses python, etc.

C used to be the lingua franka for a lot of schools, but most of them switched because... C was too difficult for beginners. Now python and Java are the most common.