Search:

Type: Posts; User: ibaydan

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,306

    Full Implementation

    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
    #include <process.h>

    using namespace std;

    class Thread
    {
    public:
  2. Thread: C# Links

    by ibaydan
    Replies
    37
    Views
    190,100

    Sticky: Try www.devx.com to find popular programming...

    Try www.devx.com to find popular programming languages...
  3. Replies
    7
    Views
    1,354

    If (you will run the program same operaing...

    If (you will run the program same operaing systems)
    it is not problem just install required runtimes
    else
    you have to look cross libraries that have multi operating system...
  4. Replies
    2
    Views
    1,663

    If you will write program this will help you. ...

    If you will write program this will help you.

    http://www.devx.com/cplus/Article/9857

    There is code which I use it very efficient.You can easily modify it and make an event agenda.
  5. Replies
    6
    Views
    1,306

    Class and Thread

    Hi
    I have a problem with using class method as a thread.Can I user a class method as a thread beginning like;



    Object o;

    _beginthreadex(...,o.DoSomeThing,...);

    Thanks
Results 1 to 5 of 5