Ive been doing alot of P/Invoke stuff lately including converting some structures and stuff from C++. Alot of the time i see stuff like unsigned long and I just put it as int in C#. But recently i discovered the uint type and im wondering if it actually matters if I use int or uint and what are their differences.
Thanks, Dan
Thanks, Dan