Search:

Type: Posts; User: _DrMario_

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,172

    It worked, I changed sembuf for test and it work....

    It worked, I changed sembuf for test and it work.

    Thx a lot for the fast reply.
  2. Replies
    2
    Views
    2,172

    Declaring struct problem

    Hi,

    I'm learning how to use semaphore under linux, but I'm having an error when I declare a struct I never had under windows.

    error: redefinition of 'struct sembuf'



    typedef struct sembuf...
  3. Replies
    2
    Views
    1,058

    Thank you very much.

    Thank you very much.
  4. Replies
    2
    Views
    1,058

    Iterator problem

    Hi,
    I'm trying to access the name of a business with itNb->Name() but itNb doesn't seems to be able to access anything in the class business ...

    This is the error it give's me : error C2839:...
  5. Replies
    4
    Views
    1,061

    I found the problem, I had too many include ...

    I found the problem, I had too many include



    #if !defined(VISITE_H_INCLUS)
    #define VISITE_H_INCLUS
    #include <iostream>
    #include <string>

    using namespace std;
  6. Replies
    4
    Views
    1,061

    I don't think the problem is there, I always use...

    I don't think the problem is there, I always use that header guard.
  7. Replies
    4
    Views
    1,061

    Problem with classes

    Hi,

    I'm trying to access a class from an other class but it keeps giving me error about not recognising the class. For example, if I try to access ClEntreprise in the class ClVisite (sorry about...
Results 1 to 7 of 7