need help

I need a program that asks the user to enter integers as inputs to be stored in the variables 'a' and 'b' respectively. There are also two integer pointers named ptrA and ptrB. Assign the values of 'a' and 'b' to ptrA and ptrB respectively, and display them.
If you want someone to do it for you post in the job section. We don't do homework here.

Here is basic input/output -
http://www.cplusplus.com/doc/tutorial/basic_io/

Here is some basics on pointers -
http://www.cplusplus.com/doc/tutorial/pointers/

Im sure you can start working on this on your own, if you run into specific problems you're more than welcome to ask for help =)
Topic archived. No new replies allowed.