In this line of C++ code ;
what does the question mark mean and the colon meanCode:int permissions = (mode == QSharedMemory::ReadOnly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: C++ syntaxThreaded View
|
Click Here to Expand Forum to Full Width |