IGCC is a small hack pretending to be a real-eval-print loop (REPL) simulator for C/C++. It allows you to type C++ commands which are immediately compiled and executed. Underneath it uses the normal GCC exe for compiling.
Updated 2025年08月14日 02:00:06 +02:00