Sesiones de PyR
c++
1 Voto
3 RespuestasHelp
0 Votos
3 RespuestasNo output in my code???
0 Votos
3 RespuestasExecution time
1 Voto
1 RespuestaIf-else problem
1 Voto
6 RespuestasC++ Question
3 Votos
3 RespuestasTimer?
1 Voto
1 RespuestaC++ Question
3 Votos
1 RespuestaWhat is wrong with this
0 Votos
2 RespuestasHow can declare a word?
0 Votos
2 RespuestasWhat's wrong?!
2 Votos
3 RespuestasPost- cin Text?
0 Votos
3 RespuestasC++ help
-1 Voto
2 RespuestasIn the code below the output is 2. This code is used in a challenge and I get an error when I select the answer 2. It accepts as correct the answer 1 which I believe is wrong. If you agree please thumbs up.
If you find any other errors please post them here!
#include <iostream>
using namespace std;
int main()
{
for(int i=1; i>=1; i++) {
if(i<1 || i>1){
cout << i;
break;
}
}
return 0;
}
8 Votos
8 RespuestasWhy it doesn't work?!
2 Votos
5 Respuestascan anyone plz explain me this program step by step?#include <iostream>
using namespace std;
class MyClass {
public:
int var;
MyClass() { }
MyClass(int a)
: var(a) { }
MyClass operator+(MyClass &obj) {
MyClass res;
res.var= this->var+obj.var;
return res;
}
};
int main() {
MyClass obj1(12), obj2(55);
MyClass res = obj1+obj2;
cout << res.var;
}I am not getting the part inside operator+
0 Votos
8 RespuestasEn tendencia hoy
Question
3 Votes
overloading operators << >>
1 Votes
Wayss
0 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes