1. dirty stuff: f(int,int) cast to f(struct{int,int})
2. int main(int argc, char *argv[] ) vs int main(int argc, char **argv )
4. java3D: Canvas3D.setBounds(int int int int);
5. int main(int argc, char *argv[] ) vs int main(int argc, char **argv )
6. configure Call Library Function for int Do(const int iE, const int iC, WORD mD )
7. Bitmap(int, int, int, PixelFormat, IntPtr) equivalent on CF?
9. Difference between int i, j; and int i; int j;
10. Int 13, Int 18, Int 19, etc.
11. why is int a[0] not allowed, but int* a = new int[0] is?
12. Why does "template<typename T> ... function<T(int)>" not match "int (&)(int)" implicitly?
13. Why int remainder=(int)(Math.DivRem(MaxValue, 2, out remainder)) is 5 where int MaxValue = 10!!!;
14. (int) -> (unsigned) -> (int) or (unsigned) -> (int) -> (unsigned): I'll loose something?
15. Func<int> and Func<int,int>