then google for google skills - there are a ton of websites explaining how to squeeze out more of google - add a keyword like "g" to your search engine (if you use somewhat firefox) http://www.timeatlas.com/mos/5_Minute_Tips/General/Searching_with_Firefox_Keywords/ and if you use Opera you can already use it right away…
i wouldn't necessarily say that. I haven't asked anything overly complicated of my assignments ... i still have to write plenty of code. I only asked about things i wasn't sure off like that one thing # or the << thing, and enumeration ... i hate these things.
1: The Stringization Operator (did not know that either :D ) it is usind in the following way: #define one 1 or #include <vector> etc. You do this mostly in header files. more info here: http://msdn.microsoft.com/en-us/library/7e3a913x(VS.80).aspx 2: The Bitshift operator. Used to shift bits, i never use it in that fashion…