2 thoughts on “How to use Apple Computer DEV C”

  1. Mac OS can use dev-c . The installation steps are as follows: first download the ISO file of win10 from the Internet, then download Parallels Desktop, and click the installation after downloading. After the installation is installed, create a new virtual machine, select the ISO file image just downloaded, and wait for Win10 to install. After the installation is installed, download an EXE file of DEV-C to the desktop

  2. Pay content for time limit to check for freenAnswer Hello, I am inquiring for you, please wait a moment, I will reply to you immediately ~nHello, I am glad to answer your questions. DEV-C is a visual and integrated development environment that can realize the editing, pre-processing/compilation/link, operation and debugging of the C/C program. 1. Start button in the mouse click the start button in the taskbar, select the program menu item, and then select the sub -menu item under the program to display the sub -menu below. 2. Click the "DEV-C " menu item to start the DEV-C integrated development tool.nDEV-C is a visual and integrated development environment. This software can be used to implement the editing, pre-processing/compilation/link, operation and debugging of the C/C program. 1. Start DEV-C 1, click the "Start" button in the mouse click on the taskbar, select the "program" menu item, and then select the sub-menu item "BloodShed Dev-C " item Sub -menu. 2. Click the "DEV-C " menu item to start the DEV-C integrated development tool.n2. New source program 1. Select "File" - "New" - "Source File" ("File" - "New" - "Source Code") from the main menu. Click the main menu "Tool" -> "Environment Options", select the interface page in the pop -up dialog box, and select Chinese in the Language drop -down list, as shown in the figure below. At this time, the menus and toolbars on the interface are all named after English.n2. At this time, a white area appears in the lower right side of the screen, which can enter the program here. 3. Save the source program to the hard disk to save the program. Just select "File" from the main menu- "Save" to save the file to the specified hard disk directory. At this time, a dialog box will pop up. You need to specify the directory to be stored in the file (here F: EMP). The file name (here is TEST) and the preservation type. It should be noted that you must select C Source Files (*. C) at the preservation type, which means that the saving place is a C file. After clicking the saving button on the right foot, a source file called Test.c will appear in the TEMP directory. 4. Edit program in the program editing area. Remember to save the program at any time during the input program (using the menu "File "-" Save ", or use the combined key CTRL S), at this time, the program will be preserved to the previously specified directory, such as F: EMP. If you want to save the program under other hard disk paths, you can choose "File" -> "Save As ...".nQuestion C language input Chinese does not show Chinese without showing ChinesenNote: 1. Edit program in the English input environment (if you can currently enter Chinese in the program editing area, indicating that you are in the Chinese input environment. In order to enter the program, you must switch to the English input environment). 2. In the DEV-C environment, in order to view the running results of the program, you need to add: System ("PAUSE") or System ("PAUSE") in front of the RETURN statement of the main function; then when the program runs to the statement, the results show that the results show display The screen will stay, so that everyone has time to see the output of the program. Otherwise, the results will pass by the screen.nmain () {unsigned char*s,*e = "abcd",*c = "Hello"; clINTF ("English char ="); s = e; space (*s! = 0) / *The string of C C is at the end of 0/{propf ("=,",*s); s ;} propf ("nChinease char = "); s = c; about (*s! = 0) {propf ("=, ",*s); s ;} getCh (); No, those internal codes of each bytes of English and Chinese characters.nAfter understanding the principle of the composition of the Chinese characters and the Chinese characters, it is simple to show that the Chinese characters become simple. Take 16*16 -point lines as an example. The usual method is to move the file work pointer to the required Chinese characters, read the Chinese font file into 1 2*16 array, and then use for cycle to display it. Take the word "I" as an example using VGAHI mode. The program is as follows: #include "graphics.h" #include "stdio.h" main () {int i = vga, j = vgahi, k; unsigned charg [16] [2], Chinese [3] = "I"; File *hzk; if ((hzk = fopen ("hzk16", "rb") == null) exit (0); initgraph (

Leave a Comment