Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~527 People Reached
About Me

Software Development

Favorite Forums
Favorite Tags
Member Avatar for whiskeyjar2005

One of the employees at my company recently acquired a new laptop. Since he received his new laptop, he is receiving the error " !Task 'mailaccountname' reported error (0x8004010F): The operation failed. An object could not be found" when he sends or receives e-mail in Outlook 2003 on XP. He …

Member Avatar for markvcam
0
349
Member Avatar for ankitrastogi82

As null pointer points to nothing. So, How does the following code works #include <stdio.h> class cb { public: void HelloB() { printf("Calling cb\n"); }; }; int main(void) { cb* pb = 0; pb->HelloB(); // should it crash here ? return 0; }

Member Avatar for SpS
0
178