Search:

Type: Posts; User: Joeg1484

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,614

    Yes, I read that again and it did seem a bit...

    Yes, I read that again and it did seem a bit "Snippy". My apologies for that; it was not my intention to insult anyone!

    Joe
  2. Replies
    8
    Views
    1,614

    Ok, you are correct about the emulation mode....

    Ok, you are correct about the emulation mode. They were able to get into the server via the iLo and it worked as intended.

    So, I will have them double check the emulation modes and make sure they...
  3. Replies
    8
    Views
    1,614

    Yes, I understand that there are errors with the...

    Yes, I understand that there are errors with the code, but there are deeper issues with the compiler; this is why we wanted to have errors in the code.

    As a refresh:
    This is what the compiler is...
  4. Replies
    8
    Views
    1,614

    Thanks for replying rags_to_riches, I had him...

    Thanks for replying rags_to_riches,

    I had him check his terminal emulation and have yet to hear back from him, however, I did test this on one of my systems and all it did was mangle the single...
  5. Replies
    8
    Views
    1,614

    compiler error not formatting output

    Hey all,

    Just have a simple question. I am not much of a programmer, more of a script guy, but I have a client that is getting some weird output with errors while compiling.

    Here is the output...
  6. Replies
    10
    Views
    1,920

    Thanks for the pointers. I will try this method...

    Thanks for the pointers. I will try this method next time I get an error like that. I am still learning (3rd day with this).

    Thank!!!

    Joe
  7. Replies
    10
    Views
    1,920

    OOOhhh.. Ok, I see what you are saying... Ok, I...

    OOOhhh.. Ok, I see what you are saying... Ok, I did that and it worked. Sorry, still learning here.

    That is much better... I have a lot to learn :)

    It is working perfectly now!!! Thanks for...
  8. Replies
    10
    Views
    1,920

    Oh.. ok, here is the code that seg faults... I...

    Oh.. ok, here is the code that seg faults... I defined *prn once in main and set prn to the pipe of the printer, then in do_heading, I just specify *prn but not the pipe. This compiles, but seg...
  9. Replies
    10
    Views
    1,920

    Not sure what you want to see. I posted the code...

    Not sure what you want to see. I posted the code in the original message, then tried your method.
  10. Replies
    10
    Views
    1,920

    Well, if I put FILE *prn; in the do_heading...

    Well, if I put FILE *prn; in the do_heading function and take out the prn = popen (bla); but leave it in main, it seg falts when I run it.

    So maybe this is correct syntax, but it just seems a...
  11. Replies
    10
    Views
    1,920

    defining functions

    Hello...

    I am trying to modify a program from a text book and I have a puzzeling question.

    The text tries to output information from a file to the printer using the stdprn, however, on Linux,...
  12. Replies
    3
    Views
    1,238

    Thanks for the replies!!!! I will check out the C...

    Thanks for the replies!!!! I will check out the C Book Recommendations thread.

    Joe
  13. Replies
    3
    Views
    6,869

    Well, I figured out the syntax, but was met with...

    Well, I figured out the syntax, but was met with a seg fault. Apperently, its Windows centric and I cant use the text. I am just learning and don't know where to go with porting C to Linux :-D.

    I...
  14. Replies
    3
    Views
    1,238

    Can you recommend...

    I picked up the Sams "Teach yourself C in 21 Days", and I am finding it rather useless from a beginners standpoint because its geared around Windows and I don't use Windows.

    The first "Type &...
  15. Replies
    3
    Views
    6,869

    Ok, sweet, allot less output, but still cryptic...

    Ok, sweet, allot less output, but still cryptic to me (For now ;))... Here is what I get...



    cc print_it.c -o print_it
    print_it.c: In function ‘do_heading’:
    print_it.c:46: error: ‘stdprn’...
  16. Replies
    3
    Views
    6,869

    Learning C in 21 Days

    Hey all,

    First post to the forum. I am trying to learn C and I am really excited, however, I wonder if my choice of text was bad. I picked up Sams Learn C in 21 days and I am trying to compile the...
Results 1 to 16 of 16