Saurav's page

Logo

Things I find interesting.

View My GitHub Profile

by Saurav Shekhar

Here I will add some interesting C++/Python tricks I learn from around the internet (ex - cppcon, and pycon)

A C++ compiler will refuse to compile this code as the language requires explicit declaration of all functions. From Deep C and Deep C++