Thread: C++ Questions
View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-01-2016 , 21:24   Re: C++ Questions
Reply With Quote #12

Valve's code (and anything based on it like AMXX and SM) is NOT a good reference to be learning C++ from.
It is more C-like (pointer heavy rather than references and proper const-correctness) and avoids using the C++ STL.
__________________
asherkin is offline