Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
C++ ResourcesThis page contains a number of useful resources, links, tutorials, and help on the general use of the C++ computing language (much of which still is useful in C). They are loosely grouped by topic and / or type of resource. The page should occasionally be updated with new information or resources. The content listed below is by no means exhaustive, there are many, many other resources available -- Google is your friend. This page just represents things that group members have found useful. | ||||||||
Added: | ||||||||
> > |
Live compiler for debugging | |||||||
Added: | ||||||||
> > | Sometimes you may want to test a small loop, or validate a very short independent function without compiling your whole project. Fortunately, we live in the day of awesome internet things, and there are several websites that allow you to plug in your tiny bit of code and run it through a variety of compilers. Currently, my favorite is Wandbox which even includes keybindings for your favorite text editor (vim or emacs). | |||||||
|