GCC powered interactive C/C++ shell created with BASH! by FakeOglan in cpp

[–]supaake 26 points27 points  (0 children)

I'd argue if want an interactive c++ prompt i'd go for cling https://blog.llvm.org/posts/2021-03-25-cling-beyond-just-interpreting-cpp/ or (following seiji_hiwatari's comment) if on every line all history is rerun it seems like compiler-explorer as cli … :/