mypointer = &firstvalue; *mypointer = 10;
and this:
int firstnumber = 5; int secondnumber = 3; firstnumber = secondnumber;
if anyone with some expertise can elaborate a little on the topic, it would be much appreciated. and once again, sorry if im missing something and am terribly jacking up the subject. its just the first time i have ever dealt with something like this.

New Topic/Question
Reply



MultiQuote








|