Sunday, February 12, 2017

Gvim tip and tricks - 3

If you are using vim editor. You can compile the file from the editor using following command:
: !g++ %
! - means run shell command
g++ - cpp compiler
% - current file.

No comments:

Post a Comment