Search:

Type: Posts; User: nvoigt

Search: Search took 0.03 seconds.

  1. Replies
    32
    Views
    4,351

    Crossfire, I can understand that this is quite...

    Crossfire, I can understand that this is quite frustrating. C++ isn't easy. But you need to start with the small (or not so small) basics like header files and classes. A project that dynamically...
  2. Replies
    32
    Views
    4,351

    You have named your functions and variables...

    You have named your functions and variables alike. Give them proper names and your compiler error will vanish.

    t_func4 is a bad name. Tells nothing. How about function_OpenDevice_t or...
  3. Replies
    32
    Views
    4,351

    I think you have a tendency to take a huge...

    I think you have a tendency to take a huge project to solve a small problem. That backfires. If you encounter a problem, build the smallest compilable example and solve your problem there, then...
Results 1 to 3 of 3