CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dianyu

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    15,966

    Re: Problem using libharu library

    Thank you very much, i have solved the problem as you said and now it works. But i have a new problem, i have substituyed the env by an exception management but when i throw the exception i get a...
  2. Replies
    2
    Views
    15,966

    Problem using libharu library

    Hello,

    I'm developing a program in c++ with visual studio 2008 to acces to a data base and make pdf documents with the information. For this, i have chosen to use c++ with mysql-connector-c++ to...
  3. Replies
    1
    Views
    5,720

    Problem with includes

    Hello i have a problem with includes. The situation is like this:

    -Concepts: (NOTE: "....." is to separate the parts of the diagram and make it understable....)

    I am designing a program in...
  4. Replies
    2
    Views
    692

    Re: Problem creating dates

    Thaaaaaaaaaaaaaaaaanks
  5. Replies
    2
    Views
    692

    Problem creating dates

    Hello,

    i'm having a problem creating dates. I use this code:



    time_t temps;
    struct tm * infoTemps;

    time(&temps);
  6. Replies
    3
    Views
    5,615

    Doubt with object orientation on c++

    Hello, i have some doubts with c++.

    First of all, if i have a map of objects like this:



    class People {
    map<int,Person> mapPersons;
    string city;
    int code;
  7. Re: [URGENT HELP - S.O.S.] WINXP + VS 2008 + C++ = Uncontrolled Exception

    Hello, thanks to answer me.. I'm sorry for not using code tags I didn't think about it...

    I tryed what you said, but i get the same problem. In the page of mysql said that you have to delete the...
  8. [URGENT HELP - S.O.S.] WINXP + VS 2008 + C++ = Uncontrolled Exception

    Hello, i need urgent help because i'm obtaining a error that i don't understand.

    I have to develop a win 32 application that connects to a mysql bd. After try to develop with some IDE i have...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured