In an "Old C" code, I have:
int Num, reg_id;
Num= (((reg_id/10) % 10) << 4) + (reg_id % 10);
Could you please tell me what "<<" means? Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |