Just found the IGCC (Interactive GCC) REPL. I like it. Example: ./igcc g++> int a = 1, b = 2; g++> printf("%d\n", a + b); 3 g++>.
確定! 回上一頁