I have two classes:
class CAlbum
{
private:
QString Nome; /**< Nome do Álbum */
QString Descricao; /**< Descrição do Álbum */
QString Diretoria; /**< Diretoria onde se encontra o Álbum */
//QPixmap Imagem;
std::vec...
I'm trying to create a theft to automate a process, as post here: Automate process - Robot?
Given the suggestions, I'm following using cURL. What is happening is the following: It manages to login, goes to the second page where the form is...
I've made a service to download an updated version of my application when it exists. I would like to display a message on the screen advising that there is an update and install / update behind my application. It is possible? Thank you in advanc...
I created a framework for my own use, a bit for understanding how an fw works, but it turned out to be a basic working tool. I know that many will say that one should not try to reinvent the wheel. But I'm not trying to do this, I'm just wanting...
I'm developing a C # application for Unity 3D where it will manage various database types (Mysql, Postgress ...), the problem is that I have classes that manipulate each type of database within my namespace, which are used by several other classe...
I'm creating a mini-game with many questions and want you to have time, or want an accountant who go to x to scratch . The counter only needs to have seconds and minutes. Does anyone know of some function C ++ or some "workaround" for a cou...
I have the following array:
var usuarios = [
{nome: "João", id: 1},
{nome: "Maria", id: 2},
{nome: "José", id: 3},
{nome: "Ana", id: 4},
];
I need to return the user index José.
I tried using indexOf as follows:
var...
I need your help with the following question.
I have a data access class that has a method that takes the parameters to execute a stored procedure.
The problem is this, I have several objects in the application and I'm trying to create a c...
I have a list with some links
https://www.exemplo.com/
https://www.exemplo.com/home/
https://www.exemplo.com/logo.png
https://intranet.exemplo.com/
https://admin.exemplo.com/login
https://www.exemplo.com/sobre/
https://www.exemplo.com/shell.ph...