[]
A tip intended for use with C++ programs may be useful for programmers working with other languages.
A C language programmer could browse the Category:C tips and the Category:C++ tips. However, many tips would be in both category lists (so they would be seen twice).
An alternative is to browse the list below which shows any tip that is in a category that may be of interest to a programmer working with C or C++ or C# or Java.
For the individual category lists, see:
All tips for C or C++ or C# or Java[]
- Compile Java with Jikes . . Categories: Compiler | Java | Review | VimTip
- View a Java Class File using a decompiler . . Categories: Java | VimTip
- Use grep to get a clickable list of function names . . Categories: C | Review | Searching | VimTip
- Compile Java with Sun JDK javac . . Categories: Compiler | Java | Review | VimTip
- Comment your code blocks automatically . . Categories: Automated Text Insertion | C | Review | VimTip
- Add your function heading with a keystroke . . Categories: Automated Text Insertion | C | Review | VimTip
- Syntax folding for Java . . Categories: Folding | Java | Todo | VimTip
- Decompile Java .class files automatically . . Categories: Java | Review | VimTip
- Make-compile current buffer . . Categories: C | Compiler | Todo | VimTip
- Function signature previewer . . Categories: C | Review | VimTip
- Generate Java setters and getters automatically . . Categories: Automated Text Insertion | Java | VimTip
- Copy C++ function declaration into implementation file . . Categories: Automated Text Insertion | C++ | Review | VimTip
- Auto insert Java class template when editing a new Java file . . Categories: Java | Review | Templates | VimTip
- Easily switch between source and header file . . Categories: C | C++ | File Handling | VimTip
- ShowBlockName one-liner equivalent for one coding style . . Categories: C | C++ | C sharp | Java | Review | VimTip
- Errorformat for icc7 . . Categories: C | Compiler | Duplicate | VimTip
- Folding functions with the prototype included . . Categories: C | Folding | Review | Todo | VimTip
- JavaBeans helper function . . Categories: Automated Text Insertion | Dodgy | Java | Review | VimTip
- Typing print statements faster . . Categories: C | C++ | Review | VimTip
- Automatically append closing characters . . Categories: Brackets | C | Deprecated | VimTip
- Highlighting of method names in the definition . . Categories: C++ | Syntax | VimTip
- Indenting for Java . . Categories: Indenting | Java | VimTip
- Add Java import statements automatically . . Categories: Automated Text Insertion | Java | Review | VimTip
- Using netbeans 4 and vim for java . . Categories: Compiler | Java | Review | VimTip
- Fold C-style comments . . Categories: C | Dodgy | Duplicate | Folding | VimTip
- Vim inside Java . . Categories: Integration | Java | Review | VimTip
- Use maven with quickfix . . Categories: Compiler | Java | Review | VimTip
- Add classname based on filename while in input mode . . Categories: Automated Text Insertion | C++ | C sharp | Java | VimTip
- J2ME development . . Categories: Compiler | Java | Review | VimTip
- Display the name of the function you are editing . . Categories: C | Duplicate | Review | VimTip
- Search for a C-style for statement . . Categories: C | C++ | Review | Searching | VimTip
- Translate between single line and block comments . . Categories: C | C++ | Review | VimTip
- Convert enum to string table . . Categories: C | C++ | Review | VimTip
- Insert if/endif around block of code . . Categories: C | C++ | Review | VimTip
- Align endif with corresponding if or ifdef directive . . Categories: C | C++ | Review | VimTip
- Errorformat for java/ant/junit/cygwin/bash . . Categories: Compiler | Cygwin | Java | VimTip
- Syntax-based folding . . Categories: C | C++ | Deprecated | Java | Review | VimTip
- Auto commands for C/C++ editing . . Categories: Automated Text Insertion | C | C++ | Review | VimTip
- Automatic insertion of C/C++ header gates . . Categories: C | C++ | Templates | Todo | VimTip
- Highlight debug blocks in programs . . Categories: C | C++ | VimTip
- Continuing doxygen comments . . Categories: C++ | Options | Review | VimTip
- Have Intellisense search current directory . . Categories: Automated Text Insertion | C++ | Review | VimTip
- STL help using tags - C++ Standard Template Library . . Categories: C++ | Review | VimTip
- Run Vim command on current C/C++/Java function . . Categories: C | C++ | Duplicate | Review | VimTip
- Disable automatic comment insertion . . Categories: C | C++ | Options | VimTip
- Show what function the cursor is in . . Categories: C | C++ | Duplicate | Review | VimTip
- Some Java tips . . Categories: Compiler | Java | Review | VimTip
- Automatically create and update cscope database . . Categories: C | Integration | VimTip
- Manipulate quoted strings . . Categories: Java | Review | VimTip
- C/C++ function abbreviations . . Categories: Abbreviations | C | C++ | Review | VimTip
- Search in current function . . Categories: C | C++ | Searching | VimTip
- Vim Doclet . . Categories: Java | VimTip
- Automatic Commenting of Preprocessor Directives in C . . Categories: Automated Text Insertion | C | VimTip
- Indenting for Qt C++ . . Categories: C++ | Todo | VimTip
- C++ code completion . . Categories: C++ | Omnicomplete | VimTip
- Jump between methods in C++ . . Categories: C++ | Searching | VimTip