6 ms·
If you like interactive c/c++, how a look at https://github.com/jupyter-xeus/xeus-cling https://github.com/jupyter-xeus/xeus-cling, that allow you to run the c/
by carreau 3y ago
If you like interactive c/c++, how a look at https://github.com/jupyter-xeus/xeus-cling https://github.com/jupyter-xeus/xeus-cling, that allow you to run the c/c++ repl in Jupyter, either in web interface, and terminal interfaces.
- whizzter 3y agoI'll second cling, when having to teach C/C++ to beginner programmers I usually start them out with cling to familiarize them with C statements/expression/printing before delving into functions. (When teaching I view high token count for hello world as a pitfall, starting with a REPL I can dive directly into computation before they start getting stuck on syntax)