- 1
- 2
- 3
- 4
- 5
- 6
- 7
if (!cpMenu->IsSelected())
{
std::vector<UINT> menus;
menus.push_back(_menuIndex.Value);
if (!_SelectMenu(cpTarget, _instanceID.HasValue ? _instanceID.Value : -1, &menus[0], (UINT)menus.size(), SelectionType::Exclusive))
return CPNGObject();
}
Govnocoder#0xFF 13.04.2011 18:32 # 0
7ion 13.04.2011 18:39 # 0
Vindicar 13.04.2011 20:07 # +4
Lure Of Chaos 13.04.2011 20:19 # +1
iddqd 14.04.2011 09:34 # +2
camelCase
AnotherCamelCase
_underscoredVariable (игнорирование C++ Standard 17.4.3.1.2)
UINT
OMGWTFObject
ну и lowercase имена из стандартной библиотеки, конечно =)
bugmenot 14.04.2011 11:46 # +2
это не верблюжка
Lure Of Chaos 14.04.2011 18:30 # 0
qwertyu 14.04.2011 13:47 # 0
1 Certain sets of names and function signatures are always reserved to the implementation:
— Each name that contains a double underscore _ _ or begins with an underscore followed by an uppercase letter (2.12) is reserved to the implementation for any use.
— Each name that begins with an underscore is reserved to the implementation for use as a name in the global namespace.