#How to configure c environment variables in notepad?
Download and install Notepad, this step will not be repeated.
Install minGW (or copy the minGW folder, I personally feel it doesn’t matter whether you install it or not, it will not affect the use) to the C drive (other drives are also available, here we take the C drive as an example).
After completion, change the name of the minGW folder on the C drive to MinGW64.
Recommended: "notepad usage tutorial"
Add "C:\MinGW64\bin" to the system environment variable (C: \MinGW64 is the minGW you just copied or installed, there are a lot of things in it, don’t worry about it).
Check whether the compiler can be found by the system.
"Win key R", enter "cmd", press Enter to confirm, bring up the dos command window, enter: g -v, note that there is a space between g and -v, press Enter, you should be able to see The information as shown in the picture indicates that MinGW is ready to work. The red part indicates the mingw version used. I use mingw 5.3.0.
If it shows that g is not an internal command, or a similar prompt, you can restart and try again (it should not be a big problem after adding the environment variable correctly).
Let’s start with the key points:
Open notepad, press F5, or click "Run->Run" in the menu bar, the following dialog box will pop up, enter:
cmd /k cd /d "$(CURRENT_DIRECTORY)" & g++ "$(FILE_NAME)" -o "$(NAME_PART)" & "$(NAME_PART).exe"
Then click "Save".
After clicking "Save", the following dialog box will pop up to set the name and shortcut key of this command. For example: name enter "C/C compiler", shortcut (shortcut key ) can be set to what you are used to. Click "OK" and you're done.
Test run the following C code: (Save as "new 1.c")
#include <stdio.h> int main(void) { printf("Hello C World!\n"); return 0; }
Click the notepad menu bar "Run->C/C compiler", it works perfectly!
Test run the following C code: (save as "new 2.cpp")
#include <iostream> using namespace std; int main() { cout << "Hello C++ World!" << endl; return 0; }
Click the notepad menu bar "Run->C/C compiler", still runs perfectly!
The above is the detailed content of How to configure C environment variables in notepad. For more information, please follow other related articles on the PHP Chinese website!

当 Notepad 文件过大时,可以尝试以下解决方案:使用其他文本编辑器,如 Sublime Text,因为他们没有文件大小限制。将文件分割成较小的部分。通过注册表编辑器启用大文件支持。尝试使用记事本++、WordPad 或 Microsoft Word 等替代方法打开文件。压缩文件,然后使用存档工具打开。

在 Mac 上安装 Notepad++ 的步骤:下载 DMG 文件:从官方网站下载最新的 DMG 文件。安装 DMG 文件:打开 DMG 文件并将 Notepad++ 图标拖到“应用程序”文件夹中。启动 Notepad++:从“应用程序”文件夹中启动程序。授予完全磁盘访问权限(可选):如果提示,请授予 Notepad++ 完全磁盘访问权限。自定义设置(可选):通过“首选项”菜单调整设置以符合个人喜好。

要去除 Notepad 中的换行符,可以按照以下步骤操作:打开 Notepad。打开要编辑的文件。查找并替换换行符。单击“替换全部”。保存文件。

可使用三种方法在 Notepad 中实现文本列对齐:1、使用制表符;2、使用空格并手动调整;3、使用第三方工具(如 Notepad++、Sublime Text)提供自动对齐功能。

Notepad++乱码问题可以通过以下步骤解决:检查编码是否匹配文件内容转换文本格式为UTF-8或ANSI安装“编码转换”插件并尝试不同编码选项手动更改编码声明行(如果文件存在)重新启动Notepad++

如何使用换行符替换记事本中的文本:打开“查找和替换”对话框(编辑 > 查找和替换)。输入要查找的文本和要替换的换行符。选择换行符类型:“文本”、“Unicode”或“十六进制”。输入换行符的 Unicode 或十六进制代码。单击“全部替换”按钮以替换所有匹配文本。

在 Notepad++ 中删除换行符的方法:1. 打开“编辑”菜单;2. 选择“替换”;3. 在“查找”字段中输入 \n;4. 在“替换为”字段中留空;5. 选中“替换全部”按钮。注意:操作前备份文件,删除操作无法撤消。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor
