Nuacht

I'm currently writing the code in VIM on my Linux box as it feels most comfortable to me, and then compiling the code with Visual C++ on my Windows machine.
The compiling process creates an EXE file, which is an executable that runs on a Windows computer. CPP files are typically distributed in sample C++ programs, so you can view the code, compile the ...
Hello All,Relative programming newbie here, and here's my dilemma: I've been forced to take an OpenGL programming class by my school, and they do most of the programming on Linux boxes with the ...