Home > Back-end >  Humble little lady tears for cl. Exe
Humble little lady tears for cl. Exe

Time:11-23

Self-study in the C language,
Textbook has a program
#include
Int main (void)
{
Float weight, value;
Printf (" you worth your weight in rhodium? \n");
Printf (" Let 's check it out. \ n ");
Printf (" both Please enter your weight in pounds: \ n ");
The scanf (" % f ", & amp; Weight);
Value=https://bbs.csdn.net/topics/770 * weight * 14.5833;
Printf (" Your weight in rhodium is worth $%, 2 f. \ n ", value);
Printf (" You are easily worth that! If rhodium prices drop, \ n ");
Printf (" eat more to maintain your value. \ n ");
return 0;

}
I want to try to enter the weight as a result, but I couldn't find a cl. Exe files, cannot set up the path,
Excuse me, which a great god can send it to me?
Little women grateful

CodePudding user response:

Vc + + was not installed correctly, to find a green vc + +, there is a bat file and run

CodePudding user response:

What tools do you use? Compilation is successful project directory should be generated under the bin directory. Exe file

CodePudding user response:

Code: : Blocks are not sweet?
  • Related