Results 1 to 6 of 6
Thread: [C#] Operators
- 09 Jan. 2011 07:09pm #1
[C#] Operators
- 10 Jan. 2011 10:23am #2
You forgot Bitwise operators.
- 10 Jan. 2011 11:21am #3
Yeah, this video is kind of old, and I know I forgot a few things. I will remake it again later
- 10 Jan. 2011 11:41am #4
You inspired me to write a tutorial. Bravo.
- 10 Jan. 2011 07:44pm #5
Wow, that's quite an accomplishment
Thanks by the way.
- 11 Jan. 2011 03:44am #6
- Age
- 30
- Join Date
- Nov. 2009
- Location
- Anaheim, California
- Posts
- 1,065
- Reputation
- 99
- LCash
- 13.89
Very nice but I would also throw in the use of the override .Equals for objects, since a lot of new coders commonly find this a set back. (More information on reasoning etc. When should I use == and when should I use Equals? - C# Frequently Asked Questions - Site Home - MSDN Blogs)