class Coordenada(){
int fila;
int columna;
//los getter and setter
}
int main(){
std::set<Coordena> coordenadaSet(Coordenada(4,6));
Coordenada coordenada(5,6);
if(coordendaSet.find(coordenada) != coordenadaSet.end()){...
Why not always use the reserved word constexpr when defining methods or functions? If he calculates everything he can in compilation and what does not, he finds it running, without causing error.
In a few words I want to know what the difference is, PROS and / or CONTRAS to have a script full of funciones , or to call a file .js that contains all the functions.
So far I have not had problems creating files ....
If I create for example a <div> and within the tags I place "the text of lorum" would be the same as placing a <p> within the <div> with the same text?
Lorem ipsum pain sit amet, consectetur adipiscin...
I have been trying to remove the space that forms between the rows of the tables. This is what I have tried.
I just tried to put border: 1 px solid black and still does not take the form I would like. I want the grid to be left without that d...
I'm making a mobile application, which I'm looking for to make a search engine, but I'd like to type the magnifying glass icon on the keyboard in the edittext of the search, how is that possible?
I just started in the world of Javascript and I have doubts ...
I have the following function, I want it to repeat as long as the random value is 204. When the code is 200 it must stop, if it is 500 notify error and stop too. The request will...
I'm doing a practice in c # and I would like to know how I can get a substring of a string that meets some requirements.
For example, I would like to take out what corresponds to a IP that would be 192.168.1.1 . I had thought about re...
I am developing a web page where I want to put a background image with an opacity of 0.3 and that the letters above do not suffer from opacity.
The letters would be nested inside the div of the image. I do not know how to do it or if you can, wh...
From the current time, I need to validate that it is greater than 24 hours:
hora_pedido is start time.
hora_entrega is final time.
From the parent model, there is an attribute called hora_pedido ; model:
class Re...