 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
obelix Guest
|
Posted: Thu Oct 30, 2003 5:43 pm Post subject: UINT cast to int, UINT - variable, help |
|
|
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:)
|
|
| Back to top |
|
 |
Ralf Guest
|
Posted: Thu Oct 30, 2003 6:08 pm Post subject: Re: UINT cast to int, UINT - variable, help |
|
|
"obelix" <obelix (AT) zeus (DOT) polsl.gliwice.pl> schrieb im Newsbeitrag
news:a4cc9408.0310300943.41b5fd63 (AT) posting (DOT) google.com...
| Quote: | 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
|
|
| Back to top |
|
 |
Rolf Magnus Guest
|
Posted: Thu Oct 30, 2003 9:53 pm Post subject: Re: UINT cast to int, UINT - variable, help |
|
|
obelix wrote:
| Quote: | 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.
|
|
| Back to top |
|
 |
Karl Heinz Buchegger Guest
|
Posted: Fri Oct 31, 2003 9:34 am Post subject: Re: UINT cast to int, UINT - variable, help |
|
|
obelix wrote:
| Quote: |
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.
--
Karl Heinz Buchegger
[email]kbuchegg (AT) gascad (DOT) at[/email]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|