Consult C++ Datatypes here:

C++ Datatypes

Basic Instantiation

{datatype} {variable_name} = {value - optional}

int x;
int my_var = 0;