-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ifknot edited this page Nov 19, 2024
·
8 revisions
I use Linux Mint with Zed and CMake to compile DOS programs with Open Watcom v2.
I also use Windows 10 with Visual Studio Community and Open Watcom IDE to compile DOS programs.
Open Watcom supports partial compatibility with the C99 standard. It implements the most commonly used parts of the standard. However, they are enabled only through the undocumented command-line switch "-za99". Three C99 features have been bundled as C90 Extension since pre-v1.0: C++ style comments (//), flexible array members, trailing comma allowed in enum declaration.