Deleting the line numbers in C++

closed account (zqMDizwU)
Does anybody know how to get around having to delete each number if I was to copy and paste a header file? http://api.mongodb.org/cplusplus/current/files.html

Despite the problem above...

Is there a way to activate or deactivate these numbers when I program any .cpp or .h file?
Last edited on
$ xclip -o | perl -pe 's/^\s*\d*//'


¿shouldn't you have all those files with your installation?


> Is there a way to activate or deactivate these numbers when I program any .cpp or .h file?
depends on the editor that you are using
closed account (zqMDizwU)
Im sry I don't know what you mean "with your installation". I cannot download these files and what is $ xclip -o | perl -pe 's/^\s*\d*//'

Im using VS13 desktop, VS12 had it.
Topic archived. No new replies allowed.