Search:

Type: Posts; User: spentdome

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,535

    static_casting

    I've just started learning C++ so I am at the basics. Can anyone help me with my code? It's an excercise from my book and I can't seem to get it to do what I want. The calculategrade function has to...
  2. Replies
    36
    Views
    3,771

    No I'm considering givin up. I'm not sure if I...

    No I'm considering givin up. I'm not sure if I have the basic skills needed to complete this func().
  3. Replies
    36
    Views
    3,771

    Easy people, I'll be the first one to admit I...

    Easy people, I'll be the first one to admit I don't know enough to be trying to do what I am, but I just started school 6 months ago with no background. We've covered COBOL, 3 days of DOS so far and...
  4. Replies
    36
    Views
    3,771

    I don't understand you want me to do with this...

    I don't understand you want me to do with this code?
  5. Replies
    36
    Views
    3,771

    Do you meen this? D:\code\test>dir Volume...

    Do you meen this?


    D:\code\test>dir
    Volume in drive D is Apps
    Volume Serial Number is 0429-F1A4

    Directory of D:\code\test

    27/05/2002 19:35 <DIR> .
  6. Replies
    36
    Views
    3,771

    Also, while( fgets(buf,BUFSIZ,dta_file) !=...

    Also,


    while( fgets(buf,BUFSIZ,dta_file) != NULL )
    {
    fprintf(printer,"printclient2(&another_client)",buf);
    fprintf(printer,"\f");
    }

    Should this at least open the printer...
  7. Replies
    36
    Views
    3,771

    Until my printer's working? My printer works...

    Until my printer's working? My printer works fine. My code won't open the path to the printer. I tried all the different DOS commands and I think it should probably be 'LPT1:'. In properties of my...
  8. Replies
    36
    Views
    3,771

    Thx I'll try those and maybe I'll have some luck....

    Thx I'll try those and maybe I'll have some luck. Still wondering about my 2nd 'while'. Which way would you assume is correct: the commented out parts or what is showing now?
  9. Replies
    36
    Views
    3,771

    To answer the reply prior to this one, what do...

    To answer the reply prior to this one, what do you mean by "do I have a file in my directory called 'LPT1'? Do you mean a file in my program or on my computer? My printer file on my computer is...
  10. Replies
    36
    Views
    3,771

    No, I double checked that cause I thought the...

    No, I double checked that cause I thought the same thing, but it is 'LPT1".

    I can't figure out why it won't work? Do you see anything wrong with what I have? Am I missing something obvious?

    No...
  11. Replies
    36
    Views
    3,771

    View Post

  12. Replies
    36
    Views
    3,771

    View Post

  13. Replies
    36
    Views
    3,771

    View Post

  14. Replies
    36
    Views
    3,771

    same prob

  15. Replies
    36
    Views
    3,771

    Sending to printer

  16. Replies
    5
    Views
    2,201

    View Post

  17. Replies
    5
    Views
    2,201

    View Post

  18. Replies
    5
    Views
    2,201

    View Post

  19. Replies
    5
    Views
    2,201

    Delete & print func()

  20. Replies
    4
    Views
    1,223

    View Post

  21. Replies
    4
    Views
    1,223

    View Post

  22. Replies
    4
    Views
    1,223

    deleting a structure from a file

  23. Replies
    25
    Views
    10,428

    View Post

  24. Replies
    25
    Views
    10,428

    Me again!?!?!?!?

    :confused:
  25. Replies
    25
    Views
    10,428

    Last Question I Swear!

Results 1 to 25 of 41
Page 1 of 2 1 2