views:

358

answers:

5

What do you like to have in the C++ cheat sheet?

+4  A: 

There are many available out there, just search for it. I found this one that seems to be detailed enough: http://www.sfu.ca/~vwchu/projects/CPPQuickRef.pdf

It covers basics of templates, inheritance, operators, exceptions, etc. It has a lot of information in a very small space. Enjoy!

Marcin
+2  A: 

Here is another question that was asked, maybe you can find some preliminary help there. http://stackoverflow.com/questions/175244/whats-on-your-c-cheatsheet

Optimal Solutions
+1  A: 

The O'Reilly book C++ Pocket Reference would be one such useful tool.

The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand when needed. Programmers will also appreciate the book's brevity; as much information as possible has been crammed into its small pages.

Kris Kumler
+2  A: 

I've been using the SparkCharts C++ cheat sheet. I found it at a Borders, but you can print it out online for the same price.

Bill the Lizard
Nice. This one has a ton on information!
Marcin
A: 

CPP_Language_Reference

CppQuickReference

yesraaj