301
DF General Discussion / Re: Dwarf Fortess or Minecraft?
« on: November 22, 2010, 06:24:25 am »You probably should not hiss on C if you have no real experience with it. It can handle OOP just fine (better than Perl, for one), and I doubt Toady used even single goto statement. In hands of unexperienced (or, worse, too self-confident) programmer C++ is far worse than C.
C is OOP? I was under the impression that C wasn't, and thus the reason C++ came into light. I work primarly in C++, java, and the new kid on the block C#, never realy put any effort into C, so I can only go off old legends of legacy systems.
The more you know...
C is extremely powerful. However, using it as an OOP langage, is, well, most awkward. It works but is a pain in the ass to code.