UINT cast to int, UINT - variable, help

O

obelix

what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.


regards obelix:)
 
R

Ralf

obelix said:
what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.

UINT is simply unsigned int.

Ralf

www.oop-trainer.de
 
R

Rolf Magnus

obelix said:
what kind of variable is UINT anyway,

Whatever you (or any header you #include) typedef'd it to. It's not a
standard type. From the name, I'd guess it's probably unsigned int.
 
K

Karl Heinz Buchegger

obelix said:
what kind of variable is UINT anyway, when I try to look it up in the
eMbVC++ HELP, i end up with nothing, nada, zero. So what is it and can
I cast it into simple int, and if not, can i simply use one instead of
another without any damage to the app.

Using VC++?
Position the caret over the text UINT and press F12. If the system asks
you if it should create a database, answer yes. Once this is done, the
IDE will bring you to the definiton of UINT.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,372
Latest member
LucretiaFo

Latest Threads

Top