How can I declare a name in a c++ program?

variable_type name_of_variable;

For example,

int x; // an int variable, named "x"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.