User profile: Graham

User info
User name:Graham
Email:grahamnorthup@yahoo.com
Name:Graham Northup
Location:NY
Bio:I am a programmer at heart, ever since I picked up C How to Program Second Edition by Harvey M. Deitel and Paul J. Deitel. Being from a rural area, everyone thinks I'm going to be the next Bill Gates, but I really don't know. However, I do agree with a lot of his sayings on the topic.

Email me at grahamnorthup@yahoo.com if you want a program in C++ (please, no graphics). Use subject C++.
History
Joined:
Number of posts:15
Latest posts:

The Pointer
NOTE: This is just because a lot of beginners need a grasp on this concept. WHAT IT IS ---------...

Ideas?
You know, the very site hosting this forum is specifically designed for this purpose. Look up source...

Dynamic allocation in C/C++
WHAT IT IS ---------- Dynamic allocation is the automatic allocation of memory in C/C++, Unlike ...

Array is not pointer
You have a point, but you have one flaw: ARRAYS ARE CONSTANT POINTERS. The code [code] int a...

Calculation
It is NOT simple, at all. For a while, I've tried to do this, and have never succeded... If yo...