Sublime
An inspiration engine for ideas
#include
Alex Allain • Jumping into C++
name_to_email[ "Alex Allain" ] = "webmaster@cprogramming.com";
Alex Allain • Jumping into C++
name_to_email.erase( "Alex Allain" );
Alex Allain • Jumping into C++
Constantly ask yourself: Does the person reading this know what the heck I’m talking about?
Alex • I Give You Feedback on Your Blog Post Draft but You Don't Send It to Me
using namespace std;
Alex Allain • Jumping into C++
itr++;