Hacker News new | ask | show | jobs
by ok123456 852 days ago
That Sun C++ compiler was responsible for many people dropping out at my school.
2 comments

I learned C++ with GCC cli in Linux in high school 2007, in Kerala, India. My college had Sun thin client desktop with an extremely outdated GCC so I was helping when teachers were stuck helping. Our college system is such that you take a fixed syllabus for 4 years so people get daunted at first programming subject and nurse their coping mechanisms for 3 years.
How so?
Lack of standards compliance, bugs, and generally unhelpful compilation error reporting. It was a nightmare for the OOP class, which used more compiler features. Couple that with undergraduate sophomores and juniors trying to do things at the last moment, and you'll have a lot of former CS majors.
Sounds like the sort of program that'd give you a 0 on an assignment if it worked perfectly but emitted a compiler warning under Sun Studio