Search:

Type: Posts; User: chubaka

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    25,009

    struct - bit fields

    Hi All..
    I have a question regarding the use of bit fields in C. If one declares a struct as bit-field, how do you set all the bits, w/o having to set each one individually.
    For example, below...
  2. Replies
    1
    Views
    1,854

    Byte Representation

    Does any know how to represent an int as a byte-wide variable in C. I know CHAR is byte, wide. However, I would prefer to work with int, since I can make direct hexadecimal assigments.

    OR...
  3. Replies
    3
    Views
    1,698

    In addition to MSVC, I'm using a modified GNU...

    In addition to MSVC, I'm using a modified GNU complier (gcc)

    ~jc
  4. Replies
    3
    Views
    1,698

    Thanks PopRox... I wouldn't say I'm a...

    Thanks PopRox...
    I wouldn't say I'm a beginner, nor an advanced C programer. However, I am interested in finding an work around for a windows terminal based interface.

    Can you direct me to...
  5. Replies
    3
    Views
    1,698

    Automatic in User Inteface

    Hi all,
    I have am writing a simple user interface that scans a single keyboard keystroke. I am using scanf ("%s", input); along with a errorchecking function.
    My question is: Does anyone...
Results 1 to 5 of 5