User profile: DShadow107

User info
User name:DShadow107
History
Joined:
Number of posts:3
Latest posts:

About pointers
Thanks for your quick reply. I'm just getting started to learn more about pointers. You think I s...

About pointers
This is particular issue for Code::Blocks or it's a general fact ?

About pointers
Hey there. I have the following code: [code] int *i; *i=5; [/code] This one works perfectly...