Search:

Type: Posts; User: sbasak

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,532

    now it says linking error unresolved external...

    now it says linking error

    unresolved external symbol _WinMain@16
  2. Sticky: now it says linking error unresolved external...

    now it says linking error

    unresolved external symbol _WinMain@16
  3. Sticky: still error

    In Visual C++ 5 it says

    illegal indirection in line wsprintf( szMsg, "ThreadFunc: Parameter = %d\n", *lpParam );

    and

    ErrorExit -> undeclared identifier
  4. Replies
    6
    Views
    1,532

    still error

    In Visual C++ 5 it says

    illegal indirection in line wsprintf( szMsg, "ThreadFunc: Parameter = %d\n", *lpParam );

    and

    ErrorExit -> undeclared identifier
  5. Replies
    6
    Views
    1,532

    what files to include, it's giving error even...

    what files to include, it's giving error even after #include<windows.h>

    why VOID anyway? how it differs from void?
  6. Sticky: what files to include, it's giving error even...

    what files to include, it's giving error even after #include<windows.h>

    why VOID anyway? how it differs from void?
  7. Replies
    6
    Views
    1,532

    How to do simple multi-threading in C/C++?

    Hi Everyone

    I like to know how I can implement multi-threading in C/C++ programs.

    Is it possible to do multi-threading with only one processor?

    Can you please show me a SIMPLE C/C++ program...
  8. Sticky: FAQ: How to do simple multi-threading in C/C++? (C++)

    Hi Everyone

    I like to know how I can implement multi-threading in C/C++ programs.

    Is it possible to do multi-threading with only one processor?

    Can you please show me a SIMPLE C/C++ program...
Results 1 to 8 of 8