Search:

Type: Posts; User: Seabra

Search: Search took 0.00 seconds.

  1. Thread: Threads in C++

    by Seabra
    Replies
    14
    Views
    1,919

    Hi, Finally, I compiled and executed the...

    Hi,

    Finally, I compiled and executed the program. The function is:



    HANDLE WINAPI Scene::ThreadTest (Device* spnavi) {
    while (true) {
    spnavi -> loop();
    }
  2. Thread: Threads in C++

    by Seabra
    Replies
    14
    Views
    1,919

    The class Device is defined how: #include...

    The class Device is defined how:



    #include "dispositivo.h"

    using namespace std;

    Device::Device() {
    ...
  3. Thread: Threads in C++

    by Seabra
    Replies
    14
    Views
    1,919

    Is an attribute of the class (Scene) that...

    Is an attribute of the class (Scene) that represents an interaction physical device. Is an object of the other class (Device).
  4. Thread: Threads in C++

    by Seabra
    Replies
    14
    Views
    1,919

    Threads in C++

    Hi,

    In the constructor of my class Scene I call a thread "CreateThread" that not recognized the attributes of my class... By any chance, is it a property on the use of threads???


    ...
Results 1 to 4 of 4