Search:

Type: Posts; User: 031003b

Search: Search took 0.00 seconds.

  1. Thread: Dynamic arrays

    by 031003b
    Replies
    3
    Views
    1,130

    Daved your solution worked a treat. The tip on...

    Daved your solution worked a treat.

    The tip on vectors looks very interesting too, I'll head over to the main site and read up on them.

    Thanks a lot
  2. Thread: Dynamic arrays

    by 031003b
    Replies
    3
    Views
    1,130

    Dynamic arrays

    I have a piece of code which performs operations on a user defined amount of channels.
    I am trying to use an array to handle the channels (following Salem's advice) which works well when testing...
  3. Replies
    1
    Views
    1,264

    Effecient Selection Statements?

    Hi there, I was wondering if there is a more efficient way of doing the following without having to re-include parts of the code?



    if (num_channels==1){*out1++=0;}
    else if...
  4. Replies
    1
    Views
    943

    Another newbie Pointer/Array question!

    I am having trouble interpreting certain snippets in the code below (the omitted code is hardware specific code).

    I have had a look on the tutorial regarding pointers & arrays but still couldn't...
Results 1 to 4 of 4