November 25th, 2009 09:09 AM
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...
November 24th, 2009 06:58 PM
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...
November 13th, 2009 06:05 AM
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...
October 10th, 2009 04:40 AM
October 9th, 2009 07:54 AM
Hello,
i'm having a problem creating dates. I use this code:
time_t temps;
struct tm * infoTemps;
time(&temps);
October 1st, 2009 08:44 AM
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;