Search:

Type: Posts; User: chiques

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,452

    I fixed it! I had changed the initial array...

    I fixed it! I had changed the initial array around and screwed it up. I changed it back to:



    and now it compiles.

    Thanks for your help!
  2. Replies
    6
    Views
    2,452

    No argument with respect of me not understanding...

    No argument with respect of me not understanding the code (this is why I'm practicing) - no pun intended.

    I am trying to compile the 4882query.c example which is distributed in the National...
  3. Replies
    6
    Views
    2,452

    A pointer points to a memory location Here are...

    A pointer points to a memory location

    Here are the types:


    #define GPIB0 0
    int Instruments[31];
    int Result[31];
    FindLstn(GPIB0, Instruments, Result, 31);
  4. Replies
    6
    Views
    2,452

    I'm not gonna lie to you, I do not know what a...

    I'm not gonna lie to you, I do not know what a pointer is but I will study it and get back to your questions.
  5. Replies
    6
    Views
    2,452

    Function Error Question

    Hello Everyone,
    I was wondering if someone could give me some insight on what this error is trying to tell me?



    The function I'm using is:



    FindLstn(GPIB0, Instruments, Result, 31);
  6. This did the trick, thanks!

    This did the trick, thanks!
  7. For Loop Error "error: expected identifier or '(' before '[' token"

    I am receiving this error various times


    The problem appears to reside inside my for loop:



    for (loop = 0; loop < 30; loop++)
    {
    Instruments[loop] = (Addr4882_t)(loop + 1);
  8. This compiled!, Thanks!

    This compiled!,

    Thanks!
  9. Should I add it even though the next line has a...

    Should I add it even though the next line has a semi-colon?
  10. Re-Writing Instrumentation (GPIB) C Program In Eclipse (using MiniGW) in Windows 7

    Hello Community!

    I'm trying to re-write a program which is used to control GPIB measurement instrumentation. I know electronics but unfortunately I know very little programming :frown:.

    I'm...
Results 1 to 10 of 10