Search:

Type: Posts; User: zayzay

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    954

    Thanks

    Thanks
  2. Replies
    3
    Views
    888

    Concurentiel access to a file

    I have two process to do the same thing, how to organize the access to the file where each process 'll write.

    there is C code :

    FILE * pFile;
    pFile = fopen ("wirelessRecv.tr","a+"); ( the same...
  3. Replies
    4
    Views
    954

    concurentiel access to a file

    I have two process to do the same thing, how to organize the access to the file where each process 'll write.

    there is C++ code :

    FILE * pFile;
    pFile = fopen ("wirelessRecv.tr","a+"); ( the...
  4. Replies
    8
    Views
    2,137

    Exactly, i'm trying it now thanks

    Exactly, i'm trying it now
    thanks
  5. Replies
    8
    Views
    2,137

    Thank you for your help. If you have time,...

    Thank you for your help.

    If you have time, this is my problem :

    in file mac-802_11.h ---> class MAC_MIB with counter u_int32_t ACKFailureCount (public).
    ...
  6. Replies
    8
    Views
    2,137

    I must change a big programm. There is a...

    I must change a big programm.

    There is a variable ACK in class A, in file A.h and incremented in A.cc.
    But i want to use tis counter in B.cc ( and B.h eventually). in file B.

    I can just...
  7. Replies
    8
    Views
    2,137

    there is no relation, but i want to change their...

    there is no relation, but i want to change their relation to resolve my problem.
  8. Replies
    8
    Views
    2,137

    How can I reach Protected Variables?

    Hy,
    I have a protected variable in a classe, in a file 'B' under a folder F.
    I want to reach this variable in a classe in a file 'A' under the same folder F.
    Folder F ------> File 1 : Classe with...
Results 1 to 8 of 8