#include <iostream>
#include <conio.h>
#include <stdio.h>
#include <string>
#include <math.h>
using namespace std;
class facturar //clase: estructura con ventajas sencillas pero ponentes, y facturar es el nombre de...
hello someone could tell me how to make this condition condition (Day == "Wednesday") is a program that discounts movie tickets if it is Wednesday but it does not work.
I do not understand why when entering abcd efgh , in cadena1[0] and cadena1[1] , it is not showing me a,b . Another question, if I enter abcdefghij , why do not you put me directly abc in the first array and...
Good, I am solving an exercise of the facu and it is a program that generates n matrices with pseudo-random values.
I'm in this function:
2. Function "void imparmayor (...)": detects in the array "MInicio [] []" the largest odd value and i...
What is the process in C ++ to use headers and then create an implementation file with the same file name.h for functions?
Good, I would like to know what the process would be in detail to be able to do this.
I pass parameters by reference but I receive the following error message:
cout does not type a name
Why can that happen? This is my code:
#include<iostream>
#include<conio.h>
using namespace std;
void valornuevo(int&...
Hi, I'm trying to learn C ++, but I notice that everyone has a different style when writing the code
Could someone explain to me what this piece of code does?
{
for(
c = 0 ;c<4 ; c++)
{
desglose[a][c]=0;
}
}
I know it's...