Search:

Type: Posts; User: BillD

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    5,308

    alpha561 in "void bubble( () () ) {" ...

    alpha561

    in "void bubble( () () ) {"

    you refer to "void swapt(int *, int *);" with a "t"

    whereas, in the last line, the reference is to: "swap(&work[count], etc"

    The actual...
  2. Replies
    2
    Views
    1,368

    I'm just a beginner but I do notice that, in your...

    I'm just a beginner but I do notice that, in your 1st line:

    ftp = fopen("stock.dat", "a+" ); 1

    shouldn't the ftp be fpt as follows in the remaining code ?
  3. Replies
    2
    Views
    1,269

    fopen("FILE_IN.TXT", "r") problems

    I am compiling with Borland Turbo C++ v3.0 and creating a small prog for a college project but I'm having problems with syntax.

    I had a functional prog which used elements of an array to display a...
Results 1 to 3 of 3