Home > Software engineering >  A great god for help. A ~ VS2012 installed countless times, still can't run the program ah ~ ~
A great god for help. A ~ VS2012 installed countless times, still can't run the program ah ~ ~

Time:10-02

# include
# include
using namespace std;
Int main ()
{
String string1, string2, string3, temp;
cout<& lt;" Both please input three strings: ";
cin> String1 & gt;> String2 & gt;> String3;
If (string2 & gt; String3)
{
Temp=string2;
String2=string3; String3=temp;
}
If (string1 & lt;=string2)
coutElse if (string1 & lt;=string3)
coutThe else coutsystem("pause");
return 0;
}


This code in the classmate's VS is available, there is no wrong, but I have problems here in

Agghh ohoo, I want to learn ohoo, but my VS ah ah ha, help a ~

CodePudding user response:

try to install the WDK

CodePudding user response:

Not code problem, the problem of not VS, should be the project Settings

CodePudding user response:

The SDK download to Microsoft Windows 7, after installation

CodePudding user response:

Upstairs say yes

CodePudding user response:

When you install VS2012 hook on the c + + related components have no?
  • Related