User profile: andrenvq57

User info
User name:andrenvq57
History
Joined:
Number of posts:12
Latest posts:

Segmentation Fault when stepping in
Compiler: mingw OS: windows XP [code] #include <iostream> class DataType1 { pri...

~'q' << 6
since 11111111 11111111 11111111 10001110 is -114, that mean compiler knows it's a char and thus int...

~'q' << 6
This 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

User: andrenvq57

  • Public profile