This is my vim commands for compile and Execute the code
:w:!g++ %:!filename.exe
This is my Gvim c++ flags for c++
~~~~~ :!g++ -std=c++17 -Wshadow -Wall -o "%:r" "%" -O2 -Wno-unused-result `~~~~
How to compile and Execute in vim or Gvim Like tmwilliam168 and the and the flags of c++
This is my vim commands for compile and Execute the code
:w:!g++ %:!filename.exeThis is my Gvim c++ flags for c++
~~~~~ :!g++ -std=c++17 -Wshadow -Wall -o "%:r" "%" -O2 -Wno-unused-result `~~~~
| Rev. | Lang. | By | When | Δ | Comment | |
|---|---|---|---|---|---|---|
| en3 |
|
BTSprathampatel | 2020-09-10 07:20:38 | 4 | Tiny change: 'Wall -o "%e" "%f" -O2 -Wno' -> 'Wall -o "%:r" "%" -O2 -Wno' | |
| en2 |
|
BTSprathampatel | 2020-09-04 09:09:54 | 37 | ||
| en1 |
|
BTSprathampatel | 2020-09-04 09:08:55 | 284 | Initial revision (published) |