Search:

Type: Posts; User: jmpeer

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    962

    Using Subclasses

    Hey, quick question.
    I want to make a Class and a few SubClasses.
    Then I want to make a dynamic Container for these SubClasses.
    All these SubClasses are going to have a function that the Container...
  2. Replies
    4
    Views
    6,182

    Precisely. It is Linux, the kernel, that has an...

    Precisely. It is Linux, the kernel, that has an API. Identifying Linux as a kernel when trying to identify its API is unnecessary.

    That book seems good by looking at it's table of contents.

    But...
  3. Replies
    4
    Views
    6,182

    Book on Linux API in C

    Yo, are there any books that cover the Linux API in C?

    I haven't seen any in the local bookstores or library, but I'm sure there's gotta be at least one good book.
    From my experiences and what I...
  4. Replies
    4
    Views
    14,528

    Wow. C doesn't really take care of anything for...

    Wow. C doesn't really take care of anything for you.

    Alright.

    That's all I need to know.
  5. Replies
    4
    Views
    14,528

    Default Char Value - Simple Question

    Yo, look at this simple code:




    #include <stdio.h>

    int main()
    {
    unsigned char bytes[2][100];
Results 1 to 5 of 5