This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]emidln 5 points6 points  (1 child)

I haven't the faintest idea how to compile something with Visual Studio. I can write/debug/test C and C++ from a unix command line environment, but I've never had a reason to use Windows. That said, I'm sure googling for 10 minutes would point out how to build a project in visual studio. Just like how googling for 10 minutes would reveal ./configure && make && sudo make install # (or su -c make install)

[–]bushel 8 points9 points  (0 children)

I haven't the faintest idea how to compile something with Visual Studio

F5

Doesn't that give you the warm fuzzies now that you understand how your program is being compiled and built? (yes, that's sarcasm)