Questions about the basic operation of VC 6 0

Updated on technology 2024-04-08
5 answers
  1. Anonymous users2024-02-07

    First, go to the VC6 environment, click on the File option in the upper left corner, select New, and create a project. Select Win32 Console Application, name AA, and click OK and Finish.

    An empty project, completed, determined.

    The project has already been built.

    Next, click on the file option in the top left corner and select new to create a file.

    C C++ source file filename aa OK.

    Paste**,Ctrl+F5 success...

    You try again.

  2. Anonymous users2024-02-06

    Once you're in, you don't have to choose to create a project. Just choose to create a c resource file.

  3. Anonymous users2024-02-05

    Here's how I did it :

    Enter the VC6 environment, click on the File option in the upper left corner, select New, and create a project.

    Click on the file option in the top left corner and select new to create a file.

    C C++ source file filename aa OK.

    Paste**,Ctrl+F5 success...

  4. Anonymous users2024-02-04

    01Enter the VC++ interface.

    02At this time, we need to create a new interface, click on the file in the menu bar.

    03Select "Win32 Console Application", create the project, you can start programming, set a name for the written project, and select a storage location.

    04 After setting, click OK, then select an empty project, and you can click Done.

    05 Next, we need to create a source ** file, select.

    For Chinese parts, open New, then select the file in the new interface, click C++ source file, and set a file name.

    06After the source is created, you can see the progress of the project in the workspace.

    07 We can try to write a simple program, as follows: includeusing namespace std; int main() cout<<"hello world!"; return 0;

    08 Then compile, link, execute, and that's it.

  5. Anonymous users2024-02-03

    1. Enter the "C++" folder and click to enter the "English version of MSDEV".

    2. Right-click "Visual C++" and select "Properties".

    3. On the "Visual C++ Properties" page, click "Open File Location".

    4. Overwrite the English version of the file into it, and then click "Replace the file in the target".

    5. Finally, open the software to run normally.

Related questions
3 answers2024-04-08

If you want the source**, I can make one and send it to you. >>>More

21 answers2024-04-08

Prefix self-addition and suffix self-addition are different, and prefix self-addition is used after self-adding, such as printf("%d,%d",++d,d);Here, although the calculation time is from right to left, when calculating to ++d, the computer explicitly calculates the value of d first and then uses it, and the suffix self-addition uses the additional one, so printf("%d,%d",c,c++) after the compilation result, the printf function uses a value that is 3, because it is used first, which is the result of the compiler's processing. You can only ask the person who designed the compiler in the first place. >>>More

18 answers2024-04-08

All the keys that need to be shortcut are prominently displayed on the skill icon, collect them, and then keep practicing to reach the level of proficiency. In fact, the micro-manipulation of Warcraft is mainly "formation". If you practice the formation well, the operation will be greatly improved, it is recommended to use shift+1 (or 2, 3, etc.), and then use CTRL+1 (2, 3) when re-formation.

4 answers2024-04-08

S60V3 is a system developed by Nokia based on a non-touch screen mobile phone, S60V5 is a system developed based on a touch screen mobile phone, there is not much difference between the two, S60V3 software S60V5 can also run, but because the touch screen phone does not have buttons, it cannot operate the S60V3 software. In the same way, the software of S60V5 S6OV3 can also be opened, but the mobile phone of S60V3 cannot be touched, so it cannot be operated. >>>More

19 answers2024-04-08

In order to run the commands under DOS conveniently and quickly.