C/C++
I think C/C++ is one of the best languages that exists because it is pretty fast and easy to use. Although Assembler is very nice, it often takes far too much time to code everything in Asm. The best solution is in most cases to mix C/C++ with inline assembler or procedures completely written in asm.


Pmw133.zip (143kb) PMODE/W v1.33, one of the best DOS extenders for Watcom C/C++!
Watfaq.zip (42kb) Good FAQ on Watcom C/C++.
Cpptut22.zip (188kb) Good C++ tutorial with example programs!
Wat_tut1.zip (4kb) Knut's Watcom Tutorial #1, how to use inline assembler.
Wat_tut2.zip (5kb) Knut's Watcom Tutorial #2, how to use external assembler files.
Watkey.zip (28kb) Watcom keyboard handler.