CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Posts
    872

    get ready for 64 bit

    any good article on what we need to do to get ready to move on to the 64 bit platform?

    And why INT as opposed to int again?

    thanx


  2. #2
    Join Date
    Oct 2000
    Location
    London, England
    Posts
    4,773

    Re: get ready for 64 bit

    I would very much like to see a standard convention: int8, int16, int32, int64 with equivalent unsigned versions. Would save a lot of headache in platform independence, and eventually you wouldn't have to be backwardly compliant.



    The best things come to those who rate

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured