Search:

Type: Posts; User: reakinator

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    932

    popt automatic help organization

    Hi,

    I am refactoring a C terminal program with many command line arguments (more than 26). I am re-doing the argument parsing to use the popt protocal.

    I was hoping to use its automatic help...
  2. Replies
    2
    Views
    1,089

    As for the (SMSHeader *) cast, it is only there...

    As for the (SMSHeader *) cast, it is only there because I was trying to see if it would help, but didn't. I guess it isn't doing anything.

    Here is GetSmsHeader:


    int GetSmsHeader (char...
  3. Replies
    2
    Views
    1,089

    help making a reference to a pointer

    Hi all,

    I'm trying to keep use a reference to a pointer within a nested structure, but it isn't working. I looked in a couple books, didn't see anything that helped, so I am posting here. ...
  4. Replies
    4
    Views
    2,293

    Good to know, thanks.. rich

    Good to know, thanks..

    rich
  5. Replies
    4
    Views
    2,293

    So if I understand you correctly, "passing by...

    So if I understand you correctly, "passing by value" leaves the original MY_STRUCT untouched, even if I edit a member of MY_STRUCT in the function it is passed to?
  6. Replies
    4
    Views
    2,293

    passing struct vs. reference

    Hi,

    I don't know if I am getting the terminology quite correct, but hopefully people will understand what I mean and be able to give some advice.

    Is there any speed differences, or pros/cons,...
  7. help undestanding what pointer is being passed

    Hello,

    I am refactoring some code that uses a non-GPL'ed FFT function (will replace with fftw), but I don't yet understand what exactly is being passed. Specifically, I don't understand what is...
  8. Ah... thanks for helping me clean it up! It...

    Ah... thanks for helping me clean it up! It appears that adding header files to the cc command was not allowing the debugger to see the files? As you can see, I'm quite new to makefiles still, just...
  9. how to debug multiple files /w using makefile

    Hi there,

    I am using a simple makefile to build a project that needs debugging, but the methods I need to look at are not in the same file as main(). Can some explain to me how to do this, using...
  10. Replies
    3
    Views
    1,969

    Hmmm... I don't quite understand how you defined...

    Hmmm... I don't quite understand how you defined what instrument[] receives, or how to utilize the *waveform function pointer within the instrument structure. The function I need to point to will...
  11. Replies
    3
    Views
    1,969

    bank of oscillators

    Hello,

    First off, I'm a little new to C programming. I have recently began writing plugins for an audio program called PureData (like Max/MSP) and so far it has been hard, but doable. I don't...
Results 1 to 11 of 11