User profile: codekiddy

User info
User name:codekiddy
Bio:Now, I know what you're thinking. 'Did he fire six shots or only five?' To tell you the truth, I forgot myself in all this excitement. But being as this is a .44 Magnum, the most powerful handgun in the world, and would blow your head clean off, you have to ask yourself a question: Do I feel lucky?...Well? Do ya, punk?
Statistical data
Gender:Male
Occupation:Programmer
Skills:C++
C++/.NET
History
Joined:
Number of posts:783
Latest posts:

q: objects and member access
[quote]why is it necessary to dereference the pointer before accessing object members[/quote] becaus...

Licensing Issues
@JLBorges I actually clicked on your link and the most interesting part is the license this guy uses...

q: objects and member access
Sorry, I meant line 3. [code]A a;[/code] is declared on line 3 in your first example. line numbers ...

#ifndef inside a function
[quote]So why is the 2nd example prints guard() message 5 times instead of just 1?[/quote] compiler ...

q: objects and member access
[code](*n_ptr).value_1 = 5;[/code] n_ptr is dereferenced to [code]a[/code] object declared on line ...