Search:

Type: Posts; User: ed bitwise

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,809

    Linux gcc file printer output

    I've created a binary output file with a Linux gcc program.
    How do I get the program to use the printer to create a
    hard copy? Do I use system() calls or write a Bash script,
    or is there an...
  2. Replies
    4
    Views
    1,131

    Future of the Standard Template Library

    SGI, the company that wrote the Standard Template Library
    http://www.sgi.com/tech/stl/index.html
    is now in chapter11 bankruptcy. The future of SGI is
    uncertain. Will the fate of SGI have any...
  3. Replies
    3
    Views
    1,867

    memory boundry alignment with stuctures

    This is a Linux gcc question.
    When defining a structure, do I have to be
    concerned with how the variables aligned
    themselves in memory? For example, if the,
    if all the data types within the...
  4. Replies
    5
    Views
    1,428

    Linux segmentation errors

    Thanks for the help. But where do you go to learn
    more about core files? I've never worked with them before
    and I haven't seen much written about them.
    Is there a tutorial of faq somewhere on the...
  5. Replies
    160
    Views
    1,222,116

    Sticky: C Book Recommendations

    First, I think its impotant to remember that all
    books can have errors. I've wasted hours assuming
    some code from a book is perfect, just to discover
    it had logic errors I did not expect,...
  6. Replies
    5
    Views
    1,428

    Linux segmentation errors

    How do you deal effectively with Linux segmentation errors?
    They drive me crazy. There's no line number associated with
    them, so the error could be caused anywhere by anything in
    the code. I...
Results 1 to 6 of 6