nivkner
nivkner
looking at the code again it seems like no accesses are synchronized, some of which are mutable, so this could cause data-races if modules are used in other thread. also,...
`g++ Main.cpp -lsfml-system -lsfml-window -lsfml-graphics -lsfml-audio -lGL -I/usr/include/SFML -o FractalSoundExplorer`
i do think auto-detection makes sense, since adding an option might complicate the interface and as you said, could produce ambiguity. i suggest the following: for every command identify what...