what kind of variable is UINT anyway..........? in VC++

Anyone can help me?
I still cann't understand it's detail usage. :-/
:icon_question:

UINT is an unsigned (meaning it doesn't hold negative values) integer (meaning it only holds whole numbers) type. The usage is basically the same as "unsigned int".

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.