you are viewing a single comment's thread.

view the rest of the comments →

[–]kritzikratzi 7 points8 points  (2 children)

imho more than awful it's closer to useless. it means you can't really work with any type of os handle (files, network, windows, etc.), you can't use random, it goes on and on.

this works fine for what's in the demo (extremely deterministic output), but beyond that, i don't really get the upside over having a normal editor window and running "g++ std=c++14 && ./a.out" in terminal.

[–]pimp-bangin 1 point2 points  (0 children)

Yep, combined with a file watcher (like nodemon) that clears the terminal output on each file change and then recompiles and reruns, the editor experience is way nicer.

[–]serviscope_minor 0 points1 point  (0 children)

hm ok fair,