Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Using the Windows Runtime from C++
Nov 10, 2011 at 8:11 AMAm I mistaken, or is there on slide 15 a declaration of a function called db that accepts no parameters and returns a DatabaseConnection, rather than a definition of a DatabaseConnection object called db?
Or in other words, shouldn't:
DatabaseConnection db();
be replaced with:
DatabaseConnection db;
?