Search:

Type: Posts; User: umen242

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    5,620

    released open source web crawler in c++

    Hello all
    i released my web crawler as open source , done in C++ .
    you can use it as you wish please check out:
    driller-cpp-web-crawler - c++ web crawler / spider - Google Project Hosting
  2. Replies
    0
    Views
    1,167

    SMTP emails with SSL/TSL

    Hi Everyone,

    I would like to know if there is available any piece of code to send SMTP emails with SSL/TSL support.
    does someone here know how i can use ssl with sending emails
    im using simple...
  3. Replies
    4
    Views
    1,648

    heheh ... try to find .." free smtp cross...

    heheh ...

    try to find .." free smtp cross platform " ( free as LGPL)
  4. Replies
    4
    Views
    1,648

    looking for free smtp client source

    for my application , its have to be cross platform does any body know where can i download ?
  5. sorry ... ... private : int m_S ;...

    sorry

    ...
    ...
    private :
    int m_S ;
    Foo* m_Pa;
  6. How to Overige memebr of base class after inhertince

    Hello all
    i have this :

    class A {
    public :
    A(int i ) : m_S(i)
    {
    m_Pa = new Foo(*this) ;
    }
    private :
  7. Replies
    4
    Views
    5,901

    where do i need to do it ?

    And how ?
  8. Replies
    4
    Views
    5,901

    horizontal scrollbar in listbox

    Hello all
    im trying to implement horizontal scrollbar in listbox windows
    with out any success
    this is how my create list box looks like :


    // Create a child listbox control.
    ...
  9. Thanks for the fast reply can you please point...

    Thanks for the fast reply
    can you please point me to some tutorials or links
    Thanks
  10. does it load it on run time ? one thing i dont...

    does it load it on run time ?
    one thing i dont understand here ..
    lts say i build the exe in my compiler then i direct it to load resource file .
    now i like to be able to give the users to make...
  11. Yarin does it creates one single exe file ?...

    Yarin
    does it creates one single exe file ?
    with no configurations or data files that this exe depends on it ?
    can you please give me links for examples?
    Thanks allot
  12. How does ebook to exe application compile to self-contained executable

    I am trying to understand how various ebook applications compile their output into a self-contained executable file with no dependencies when you run the exe. How can it be done? Do they use real...
  13. Hello and thanks for the fast reply i get get...

    Hello and thanks for the fast reply
    i get get the process handle , by name with this code :


    LPSTR szExeName = "MyProc.exe";
    HANDLE hProcess;

    PROCESSENTRY32 Pc = {...
  14. how to get process info ( to extract process thread id )

    hello all
    i need to use the api function PostThreadMessage and for the first parameter i need the thread id
    and for that i need the process info , my question is how i can get the process info ? ...
  15. How to modify existing Microsoft office files

    Hello all
    i need to be able to modify Microsoft office existing file like or rtf files
    adding text and misc options to the document and then saving it
    i don't what to be restricted to windows...
  16. Replies
    7
    Views
    2,496

    ok i found socket++ that is what i was looking...

    ok i found socket++ that is what i was looking for
    but now i need simple but freeware email server
    do you know something good ?
  17. Replies
    7
    Views
    2,496

    looking for free smtp lib

    Hello all
    i need to create email client , now im looking for freeware
    smtp client to i could use.
    where can i find something free ?
  18. Replies
    4
    Views
    9,211

    i meant ou tof the ofstream variable if i have...

    i meant ou tof the ofstream variable
    if i have
    ofstream file("foo.txt")
    how can i get from file variable the "foo.txt" string
  19. Replies
    4
    Views
    9,211

    how can i get the ofstream file name

    Hello all
    it seams to be beginners question , but do i have the possibility to get the
    file name i set in the ofstream constructor?
  20. Looking for simple pattern/algorithm to parse text with tokens

    Hello all
    i have several tamplets text in this tamplets text i have tokens that represent some actions
    i need to do ( usually replace it with different string ) when i process the text in my...
  21. convert char** (c string array) to std::string[]

    Hello
    is there fast way to convert c char** to std::string[] array without loop the char** ?
  22. Replies
    13
    Views
    2,305

    what yo mean by "Show an example of what you...

    what yo mean by "Show an example of what you REALLY want to do, and I'll help you. "
    you like to see real code ? of the application ?
  23. Replies
    13
    Views
    2,305

    matsp can you please help to implement your code...

    matsp can you please help to implement your code example in my code
    im trying to do this but i have problem to understand how can i invoke the member function from the TestMethod class.
    about the...
  24. Replies
    13
    Views
    2,305

    hu my calling code looks like this : ...

    hu my calling code looks like this :


    #include "TestClass.h"
    int main()
    {
    TestClass* testClass = new TestClass();
    testClass->add();
    return 0;
    }
  25. Replies
    13
    Views
    2,305

    ok i did place it with one big main and it does...

    ok i did place it with one big main and it does work also .
    maybe the problem is in the includes . im using forward declaration here maybe this is problem also . i don't know
    what im trying to do...
Results 1 to 25 of 58
Page 1 of 3 1 2 3