C/C++


C/C++

(1)Borland C/C++.

C/C++

(2)Watcom C/C++.

C/C++

(3)Either C or C++.

C/C++

The C and C++ programming language environments. Modern C compilers compile C and C++ source code. Although C++ has more rigid syntax and more options than C, the compiler recognizes which language the program is written in based on its file extension (.C for C and .CPP for C++) and applies the rules accordingly. See C.