Search:

Type: Posts; User: witek25

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,396

    maybe you could share a little more of you code...

    maybe you could share a little more of you code to get an idea how you declares and uses your Pointer-class?
  2. Replies
    6
    Views
    1,728

    I've got only one OS. I guess Dual Boot is when...

    I've got only one OS. I guess Dual Boot is when you can choose which OS to start? When it's so, how could it help me in this situation? As soon as I restart my PC (even earlier) the temporary file...
  3. Replies
    5
    Views
    2,523

    You surely used functions with some arguments...

    You surely used functions with some arguments before, didn't you? so, let's say you have something like this:

    void myFunc(int number, char ch);
    Here you've got 2 arguments, number of type int and...
  4. Replies
    6
    Views
    1,728

    That's a nice idea, but not working in this case...

    That's a nice idea, but not working in this case ... It's a temporary file created by firefox and when i close it, tmp-file will be deleted. So what's now?
  5. Replies
    6
    Views
    1,728

    file permissions

    There is a file without any permissions for sharing (reading/writing) for other processes. How can I read the file anyway? I need to copy the file but can not open it because it is being used by...
  6. Replies
    15
    Views
    2,035

    Yes, there is a way, pretty good one. struct...

    Yes, there is a way, pretty good one.


    struct a
    {
    char data1;
    int data2;
    float data3;
    char data4;
    };
  7. Replies
    15
    Views
    2,035

    Ok, that's sound good, I will try it. Thanks.

    Ok, that's sound good, I will try it. Thanks.
  8. Replies
    15
    Views
    2,035

    That's the question, how can I do that?

    That's the question, how can I do that?
  9. Replies
    15
    Views
    2,035

    The problem doesn't lie in format, in fact the...

    The problem doesn't lie in format, in fact the format doesn't play a role. Maybe I should facilitate the question ...

    I have a BIGFILE with DATA1, DATA2 and DATA3 (just a weird sum of bits and...
  10. Replies
    15
    Views
    2,035

    I know about custom format in games .... and...

    I know about custom format in games .... and there are a lot of examples where bitmaps are stored as they are, without compression or cryption ...
    And in this example it will be my own format, where...
  11. Replies
    15
    Views
    2,035

    file - memory operations

    Hello to all!

    I've got a question. You surely all know about packed files, very often used in games. In these big files there are many others, smaller files (images, sounds etc.). So the question...
Results 1 to 11 of 11