User profile: science man

User info
User name:science man
Bio:Want to become a programmer but haven't decided on exactly what type yet. Leaning towards doing non-web-based stuff but wouldn't mind if I did some web-based stuff. Besides C++ I want to learn Java, PHP, C, and possibly Javascript.
Statistical data
Occupation:Student
History
Joined:
Number of posts:126
Latest posts:

assigning a pointer to multiple numerical values?
[quote=AbstractionAnon] At line 12, you're storing 20 into the int pointed at by the address in mypo...

assigning a pointer to multiple numerical values?
I copied this code from a tutorial and got an error. [code]#include <iostream> using namespace std; ...

why do we say "using namespace std;"
In all of the programs I've written for practice and school I've had to say [code] #include <iost...

Builds fine but wont run
Oh ok I took a look at the book again I did make the mistake I misread it. Thanks for your help. @m...

Builds fine but wont run
Oh ok so how should I fix it? should I insert a counter somewhere with a loop?