User Profile

Collapse

Profile Sidebar

Collapse
lourk
lourk
Last Activity: Oct 24 '07, 02:18 AM
Joined: Aug 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lourk
    started a topic Performance problem
    in C

    Performance problem

    Hello Everybody,

    I am a newbie in this forum. I have created a COM dll that inside of it I used timeSetEvent() to have a thread that executes every 8ms. But I am having a problem with it because everytime my .exe application used the COM dll, the .exe application slows down. What seems to be the problem with my COM Dll?

    Programming Language: c++
    Flatform: Win XP

    Any help/opinion is greatly appr...
    See more | Go to post

  • lourk
    replied to Email Blaster
    Hello!

    Sorry for late reply! I had been busy this past few weeks.
    No I havent search it yet in the MSDN. Thanks...
    See more | Go to post

    Leave a comment:


  • lourk
    replied to Email Blaster
    I want to make an email blaster using c#. That remotely collects the email address on my database then sends an email message to each address.

    Thanks
    See more | Go to post

    Leave a comment:


  • lourk
    started a topic Email Blaster

    Email Blaster

    Hello Everybody,

    I want to create an email blaster software. But I don't know where to start.
    Any ideas?
    Thanks
    See more | Go to post

  • lourk
    replied to STL Container
    in C
    I have already tried the #4 and it is now working.

    Thanks to everyone for all the help.
    See more | Go to post

    Leave a comment:


  • lourk
    replied to STL Container
    in C
    Thanks for the replies.

    I have use the STL Container Map that stores 2 values and it works.

    Below you'll find my code:

    class ContainerValues
    {
    public:
    ContainerValues (void);
    ~ContainerValue s(void);

    void Update(long dwHandle, double dValue);
    bool Remove(long Handle);
    double Sum();
    void Display();
    private:
    map<long, double>m_Map;
    ...
    See more | Go to post

    Leave a comment:


  • lourk
    started a topic STL Container
    in C

    STL Container

    Hello Everybody!

    I am a newbie in c++. I want to create a simple application that insert, search and displays data. And I am planning to use an STL Container.

    What kind of STL Container am I going to use that stores 3 different data types?
    example: int, bool, double

    Thank you
    See more | Go to post
No activity results to display
Show More
Working...