Search:

Type: Posts; User: teknikal

Search: Search took 0.01 seconds.

  1. Thread: File problem

    by teknikal
    Replies
    3
    Views
    1,039

    Ok I redid my program with some help and now i'm...

    Ok I redid my program with some help and now i'm getting an illegal break error any reasons why



    #include <stdio.h>

    int main()

    {
    int a,b,c,num,scan,data[1000];
  2. Thread: File problem

    by teknikal
    Replies
    3
    Views
    1,039

    File problem

    Write a program that reads a file containg a list of numbers, and then writes two files, one with all numbers divisible by three and another containing all the other numbers.



    #include...
  3. Replies
    6
    Views
    1,274

    thanks i didn't know about the fflush command ...

    thanks i didn't know about the fflush command

    and i changed the gets commands to scanf

    and i changed the %c to %s so it works

    thanks for the help
  4. Replies
    6
    Views
    1,274

    database problem

    Ok this program is supposed to small database for at least 5 people.
    I thought i had it right when i compiled and built it had 0 errors, but when I ran it, it would skip over certain input fields...
  5. Replies
    2
    Views
    1,033

    help where to start

    The question:

    Write a function count(number, array, length) that counts the number of times number appears in array. The array has length elements. The function should be recursive. Write a...
Results 1 to 5 of 5