Hi C

Hi C


HiC ( /ˌhaɪˈsiː/) is a C++ integrated development environment designed for use in introductory computer science (CS1) courses. HiC supports a subset of C++. Pointers, operator overloading, bitwise operations, and other features of C++, are not included in the subset of C++ that is HiC. The result is that error messages can be more specific, providing more help to novice programmers. HiC is not a compiler, it does not create stand-alone executable programs. Instead HiC interprets the subset of C++ accepted by HiC.

Read more about Hi C:  Author, Name, Terms of Use, Platform Support, Program Execution, Current Release