Search:

Type: Posts; User: Karl

Search: Search took 0.01 seconds.

  1. Replies
    28
    Views
    19,193

    Hi! 1. Don't know the answer to your question...

    Hi!

    1. Don't know the answer to your question but:

    P & q are pointers - why?
    If you wanna substract the value of p from q then this is not necessary:



    int p, q;
  2. Thread: Colored Text in C

    by Karl
    Replies
    4
    Views
    6,467

    Hi! There are several ways. The most simple...

    Hi!


    There are several ways. The most simple one is to include conio.h. Some of the functions defined there will do the trick.

    A better interface is available in the Ncurses library and its...
  3. Thread: Ncurses Windows

    by Karl
    Replies
    0
    Views
    1,791

    Ncurses Windows

    Hi!

    Got a problem with curses windows:

    When I insert larger amount of text into a window (or subwindow) which isn't big enough to display the whole thing, only the last x lines will appear on...
  4. Replies
    2
    Views
    1,177

    Hi Thanks for the answer. I checked out the...

    Hi

    Thanks for the answer. I checked out the /proc files, some related man pages, and the libc docs, and that's what I found:

    The file /proc/pci stores info about all the PCI devices (it's...
  5. Replies
    2
    Views
    1,177

    Ethernet device info

    Hi!

    I would like to write a routine to find out if the user has an ethernet card in his system.

    If the card is present and it's ready for use, I need to fetch the following info.:

    - name...
  6. Replies
    2
    Views
    1,816

    Ok, it works now. Thanks! for the help!

    Ok, it works now. Thanks! for the help!
  7. Replies
    2
    Views
    1,816

    NCurses: Problem with bckg colors

    Hi All!

    I've got question about Ncurses (I'm totally new to this stuff).

    I would like to create a red dialog box on a green background. The green window is stdscr, the box is a subwindow.
    ...
Results 1 to 7 of 8