FlyBoy Posted September 25, 2004 Posted September 25, 2004 is this still possible? (bit shifting : << and >> )???????????? Quote
Administrators PlausiblyDamp Posted September 25, 2004 Administrators Posted September 25, 2004 C# uses the same operators as C/ C++ for bit shifting. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
dick_nl Posted September 25, 2004 Posted September 25, 2004 is this still possible? (bit shifting : << and >> )???????????? Things like this are still valid... int i = 1; i <<= 2; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.