UINT cast to int, UINT - variable, help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • obelix

    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:)
  • Ralf

    #2
    Re: UINT cast to int, UINT - variable, help

    "obelix" <obelix@zeus.po lsl.gliwice.pl> schrieb im Newsbeitrag
    news:a4cc9408.0 310300943.41b5f d63@posting.goo gle.com...[color=blue]
    > 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.[/color]

    UINT is simply unsigned int.

    Ralf

    Seminare zur Softwareentwicklung, Coaching und Projektarbeit



    Comment

    • Rolf Magnus

      #3
      Re: UINT cast to int, UINT - variable, help

      obelix wrote:
      [color=blue]
      > what kind of variable is UINT anyway,[/color]

      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.

      Comment

      • Karl Heinz Buchegger

        #4
        Re: UINT cast to int, UINT - variable, help



        obelix wrote:[color=blue]
        >
        > 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.[/color]

        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
        kbuchegg@gascad .at

        Comment

        Working...