0
Hi! can anyone help me to write this simple code: #include <iostream> using namespace std; int main() { if (7 > 4) { cout << "Yes"; } return 0; } into Microsoft Visual Studio 2015?
Do not how to use C++ into VS 2015
4 Antworten
+ 1
Check <(LessThen), >(greater then)
0
😒 umm
0
his
0
You need to download a template for c++ code