Search:

Type: Posts; User: fred_scotland

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,294

    re assistance

    hello there,
    I had a look at your program, I am not sure exactly what you are trying to do, however it compiles now and thats a start, if you compare mine to yours you will see the adjustments i...
  2. Replies
    9
    Views
    2,062

    re clear function etc

    Hi there ,

    Use my code without any changes and use all the system calls you need to. They are not illegal, there are thousands of programs running using this type of code, and they work just fine,...
  3. Replies
    9
    Views
    2,062

    Clear function numbers 0 to 30

    #include <stdio.h>



    int main()
    {
    int n;

    printf("Please enter your number in the range of 0 - 30\n ");
    scanf("%i", &n);
  4. Replies
    5
    Views
    1,670

    car records

    Hello there,
    maybe I am being stupid but your code does not write to disk, you need to change the file open line to "a:\\cardata.bin,rb
    this will test for your file name on the drive you specify...
  5. Replies
    8
    Views
    1,495

    saving to file

    Hi there,
    Well i couldn't make much out of your code, however i understand you want to invoice furniture and save the invoices on a file on disk. The following code should get you started. It tests...
  6. Replies
    4
    Views
    1,618

    your program

    Can you post a few lines saying what the programme actually is meant to do, include any particular features that are really necessary.
  7. Replies
    5
    Views
    1,374

    Tax calculation take it put of the loop!!

    re my code, take the tax calc out of the loop and do it at the end of the program.

    like this:

    printf("Do you want to make any more order(press q if finish)?");
    ans=toupper(getchar());...
  8. Replies
    6
    Views
    2,206

    This looks like a hard one, but i will have a go,...

    This looks like a hard one, but i will have a go, if you get a good answer yourself post something so that I don't waste too much time, we will get a doctorate out of this one for sure.
  9. Replies
    5
    Views
    1,374

    Hi take a look at this , the wife was out today...

    Hi take a look at this , the wife was out today so i spent some time on your program, its not perfect no real error checking done didn't have time but it works and calculates ok. It compiles and runs...
  10. Replies
    5
    Views
    939

    visual studio 6

    Hi there

    some one has lent me their back upcopy of visual studio 6 for me to try but i cannot get MSDN to load from the second and third cd's of the set, the microsoft site is not much use for...
  11. Thread: Printing

    by fred_scotland
    Replies
    3
    Views
    1,458

    Printing

    Hi , i am using the line

    fprintf(printer,"%c",newpage);

    to form feed after printing out my pages, this works fine no problem on most printers including lasers networked or stand alone,...
Results 1 to 11 of 11