Why does C++ return a 0 and Visual C++ return a 1 when I execute this
program? Why the difference if they are both MS products?
#include <iostream>
using namespace std;
void main()
{
cout<<"123"<="8 9"<<endl;
}
Thanks for the help!!!!!!
program? Why the difference if they are both MS products?
#include <iostream>
using namespace std;
void main()
{
cout<<"123"<="8 9"<<endl;
}
Thanks for the help!!!!!!
Comment