![]() |
Why the program not crash when access NULL object?
Quote:
|
Re: Why the program not crash when access NULL object?
Because you compiler does find that function where p points.
|
Re: Why the program not crash when access NULL object?
Because your compiler is not standards compliant (neither is MS) in this respect.
Your use of the return type, "void", for main is also non-compliant. |
Re: Why the program not crash when access NULL object?
Quote:
|
Re: Why the program not crash when access NULL object?
Quote:
|
| All times are GMT +5.5. The time now is 10:38. |