Looking at an example of drawing rounded rectangles, I see this:
What does this do? I know it is a shift operator, but what is this doing?Code:int d = raius << 1;
Mike B
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: what does this << mean?Threaded View
|
Click Here to Expand Forum to Full Width |