01-28-2012, 03:14 PM
What exactly confuses you about it though?
Do you understand pointers? You should start from the absolute basics if you don't understand what I posted, and move up from there
variable of type int named int_x assigned the value of 10.
Do you understand pointers? You should start from the absolute basics if you don't understand what I posted, and move up from there
Code:
variable_type give_var_a_name = assign_value;
Code:
int int_x = 10;
variable of type int named int_x assigned the value of 10.