CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    15

    Unhappy declaration with width

    Can any one explain me this declaration,
    unsigned int is_key : 1;
    And where can this be used?
    What operations can't be performed and what opeations can be done using this variable?operations like +,-,&,&&..
    Thanks in advance,
    masg
    Last edited by masg; February 6th, 2006 at 12:48 AM. Reason: more info

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