Please read the new rule regarding the restriction on the use of AI tools. ×

BTSprathampatel's blog

By BTSprathampatel, history, 4 years ago, In English

This is my vim commands for compile and Execute the code

  1. :w
  2. :!g++ %
  3. :!filename.exe

This is my Gvim c++ flags for c++

~~~~~ :!g++ -std=c++17 -Wshadow -Wall -o "%:r" "%" -O2 -Wno-unused-result `~~~~

Full text and comments »

  • Vote: I like it
  • -17
  • Vote: I do not like it