Search:

Type: Posts; User: jdc18

Search: Search took 0.00 seconds.

  1. Replies
    53
    Views
    15,648

    This is the struct of HwrM68328Type struct...

    This is the struct of HwrM68328Type



    struct HwrM68328Type {

    UInt8 scr; // $000: System Control Register
    UInt8 ___filler0[0x004-0x001];

    // The following ID stuff is...
  2. Replies
    53
    Views
    15,648

    brace-enclosed error

    Hi i am trying to compile this code


    const HwrM68328Type kInitial68328RegisterValues =
    {
    0x0C, // Byte scr; // $000: System Control Register
    { 0...
  3. Replies
    2
    Views
    2,676

    I fixed it just had to add typename before

    I fixed it
    just had to add typename before
  4. Replies
    2
    Views
    2,676

    Problem with deque and vector

    Hi, i am trying to compile this code i found


    ...
    #include <deque>
    #include <list>
    #include <string>
    #include <vector>
    ...
Results 1 to 4 of 4