|
|
|
|
|
by duskwuff
2226 days ago
|
|
They go hand in hand. A C++ IDE from the mid-1990s implements C++ as it existed in the mid-1990s -- which is a rather different language from that which exists today. No STL, for instance. Without access to modern features of the language, it's inevitable that the course won't end up teaching those features. Moreover -- the use of a 25-year-old IDE is symptomatic of a more general problem in Indian CS (and probably other) curricula. Many instructors are teaching to a syllabus which was set in stone many years ago. If you look at some of the links I posted in a sibling thread or explore other universities' posted materials, you'll probably see signs of this -- Java courses which still cover applet development is another common one, for instance. |
|