mihkhub / gcxx11

The GNU C/C++ 11 in Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The GNU C/C++ in -std=gnu11 and -std=gnu++11

Coding Style

Inspired by Google C++ Coding Style (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)

Installing the coding style settings in vim

Move google .vim to ~/.vim/indent as cpp.vim

Installing the coding style settings in Eclipse

Download the eclipse-java-google-style.xml file from the http://code.google.com/p/google-styleguide/ repo. Under Window/Preferences select C/C++/Code Style/Formatter. Import the settings file by selecting Import.

About

The GNU C/C++ 11 in Action


Languages

Language:C++ 61.3%Language:Vim Script 21.4%Language:C 7.1%Language:Makefile 6.4%Language:Shell 3.3%Language:CMake 0.5%