Segmentation Fault when stepping inCompiler: mingw OS: windows XP [code] #include <iostream> class DataType1 { pri...
~'q' << 6since 11111111 11111111 11111111 10001110 is -114, that mean compiler knows it's a char and thus int...
~'q' << 6This is an exercise from C++ primer on page 156. 'q' is 113 in int, and 01110001. ~'q' is then 10...
valid function prototypes?@Peter I just tried, and it did not compiled at all. And all of them have such error: default argum...
valid function prototypes?thanks Peter. So from what I understand so far, if I have void func4(int& = 4, int* = 0); the integ...
This user does not accept Private Messages