Anybody good at c++, i have 2 programs i need help with, I am willing to go all in on fg if someone can sucessfuly help me here.
here are the programs
3. Write a C++ program that inputs two integers then calls a function subtract, use pass by reference and allow the user to change his/her input values, then subtract the two numbers and return the difference.
4.Write a c++ program that creates a decimal pointer, creates a variable set to a decimal value, then assigns the address of the variable to the pointer. User the pointer to print out the address and the value being pointed to by the pointer.
This post was edited by XzqtN on Jun 27 2012 07:06pm