Search:

Type: Posts; User: OcTO_VIII

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,367

    C++ pthreads?

    Is there a wy to do pthreads in C++, using all the features(classes, etc.)?
  2. Replies
    6
    Views
    4,431

    OOPboredom: to read a large file, use memory...

    OOPboredom: to read a large file, use memory mapping. If Linux is the case, use mmap(). I don't know the memory mapping function for Windows.
  3. Replies
    1
    Views
    2,100

    Ok. Found it and fix it and it works now...

    Ok. Found it and fix it and it works now perfectly :)
  4. Replies
    1
    Views
    2,100

    threaded program doesn't work?

    I created the following multi-threaded program in linux:

    #include <pthread.h>
    #include <stdio.h>
    #include <stdlib.h>

    //using namespace std;

    void *thread_funk(void *start);
  5. Replies
    3
    Views
    812

    oooh :)) Tnx.

    oooh :))
    Tnx.
  6. Replies
    3
    Views
    812

    strange auto_ptr error

    In the following programme I'm using the auto_ptr pointer. All is good but when I try to print the value of the pointer, it prints out some memory location. Why?


    #include <iostream>
    #include...
  7. Thread: asm problem

    by OcTO_VIII
    Replies
    2
    Views
    1,380

    Somewhere I spotted kernel interrupt 80, what can...

    Somewhere I spotted kernel interrupt 80, what can it do and where can i get detailed info about it?
  8. Thread: asm problem

    by OcTO_VIII
    Replies
    2
    Views
    1,380

    asm problem

    Hi!

    I compile this code:

    #include <stdio.h>
    typedef unsigned int word;
    typedef unsigned char byte;

    static byte ch;
  9. Replies
    3
    Views
    2,221

    Ok, tnx.

    Ok, tnx.
  10. Replies
    3
    Views
    2,221

    reading/writing bits from/to a file

    Is there a way to read bits for bits from a file and then write bit for bit to a file in c++?
  11. Replies
    3
    Views
    4,639

    Becose integer has 4 bytes in memory. In main...

    Becose integer has 4 bytes in memory. In main there are ten integers(10*4=40). But inside that functioin, you have the reference to the starting of the array. So, 1*4=4.
  12. Thread: What is SDK?

    by OcTO_VIII
    Replies
    3
    Views
    12,658

    aaaaa Help me a lot tnx.

    aaaaa

    Help me a lot

    tnx.
  13. Thread: What is SDK?

    by OcTO_VIII
    Replies
    3
    Views
    12,658

    What is SDK?

    Hi!

    I don't know what exacly SDK is. I mean i know it means Software Development Kit and it is used for Software development, but, ...
    but can someone explain how it is build, how it works, why...
Results 1 to 13 of 14