baile320 / ppp

Learning C++ from Stroustrup's Programming Principles and Practice Using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some useful vim settings:
--------------------------

/* 
vim: tabstop=8:softtabstop=8:shiftwidth=8:noexpandtab:cindent:nu:sm:cursorline 
*/ 
set 
cindent
nu
sm
tabstop=8
softtabstop=8
shiftwidth=8
noexpandtab
cursorline

About

Learning C++ from Stroustrup's Programming Principles and Practice Using C++


Languages

Language:C++ 92.5%Language:C 7.5%