/ppp

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

Primary LanguageC++

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