Search:

Type: Posts; User: compile_

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,296

    the char signal[] = " "; I can't figure out a...

    the char signal[] = " ";
    I can't figure out a way of setting signal[] to "NON-SEQUITOR" when the string is only that big. I think it has to do with the Case ' ': but i'm unsure.
  2. Replies
    9
    Views
    1,296

    #include #include long...

    #include <string.h>
    #include <stdio.h>
    long analyze(const char rawData[ ], char signal[ ], int frequency, int a, int b);
    int main ()
    {
    int frequency=0;
    signed long result;
    int a=0,...
  3. Replies
    9
    Views
    1,296

    Alright I fixed the return -1 issue, but I can't...

    Alright I fixed the return -1 issue, but I can't seem to figure out why signal[] is printing out a blank when using my profs main.

    Its not making sense to me at all. When result = -1,...
  4. Replies
    9
    Views
    1,296

    Need help returning -1 in function

    Hi all, I should have signed up here about a year ago, as I could use help from time to time.

    My current issue is that the following function if 'NUL', 'ETK' or 'NAK' are found in a string...
Results 1 to 4 of 4