windows下安装clion

安装 clion 编程技术
发布日期 2023-06-04 更新日期 2023-06-04 阅读次数 92 文章字数 237

clion是一款优秀的c/c++编译器

下载安装clion

从官方网站下载

双击安装程序开始安装,一般默认配置即可

clion中没有默认的编译工具,也就是说你仍然需要下载gcc,请参考windows下安装gcc

新建一个项目,选择项目类型为C executable,它能编译得到exe程序

第一次运行前,按照提示配置gcc所在目录

编写代码如下

#include <stdio.h>
int main(){
	printf("Hello World!");
	return 0;
}

点击运行,将会一键生成exe,并在控制台输出结果


文章作者: 朱丰华

文章链接: https://smart.52dixiaowo.com/blog/post-420.html

版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。

安装 clion

发表评论

相关推荐
朱丰华   |   1年前   |   linux · upx

Linux下安装UPX

406    评论    点赞
朱丰华   |   1年前   |   请求 · 一个

ab测压命令,apache测压工具

172    评论    点赞
朱丰华   |   1年前   |   php · 缓存 · opcache

php 加速、提高并发opcache

198    评论    点赞
朱丰华   |   1年前   |   go · gopath

Go自定义包并安装(GOPATH)

118    评论    点赞
朱丰华   |   1年前   |   php

windows下编写、编译php扩展

158    评论    点赞
朱丰华   |   1年前   |   html

npm clean-mark,抓取网页文章内容,转换成markdown、html、txt

192    评论    点赞
朱丰华   |   1年前   |   centos

centos安装golang

93    评论    点赞
朱丰华   |   1年前   |   html · npm · audit

npm报错、原因:run `npm audit fix` to fix them, or `npm audit` for details html

68    评论    点赞
朱丰华   |   1年前   |   javascript · js · obfuscator · 混淆

javascript-obfuscator混淆js文件

52    评论    点赞
朱丰华   |   1年前   |   js · vue · npm · 安装

npm快速上手

100    评论    点赞
朱丰华   |   1年前   |   nvm · git · 安装

entos7安装、使用nvm

75    评论    点赞
朱丰华   |   1年前   |   python · 安装

python安装、重新安装pip

97    评论    点赞
朱丰华   |   1年前   |   python · linux · www

linux给www用户【非root】安装python3

186    评论    点赞
朱丰华   |   1年前   |   python

python pip离线安装某个包

131    评论    点赞
朱丰华   |   1年前   |   docker · 安装 · linux

centos安装docker

105    评论    点赞
朱丰华   |   1年前   |   php · 编译

ubuntu、centos系统从源码编译指定版本php--超详细

159    评论    点赞
朱丰华   |   1年前   |   php · git · 编译

从源码编译php

135    评论    点赞
朱丰华   |   1年前   |   linux · sql · sqlite · package · sqlite3

linux安装环境ERROR: PACKAGE REQUIREMENTS (SQLITE3 > 3.7.4) WERE NOT MET: NO PACKAGE ‘SQLITE3’

265    评论    点赞
朱丰华   |   1年前   |   gcc · 安装 · git

windows下安装gcc

97    评论    点赞
朱丰华   |   1年前   |   安装

centos下安装gcc编译器

63    评论    点赞
{{item.author_name}}   |   {{new Date(item.date*1000).log()}}   |   {{it}} ·

{{item.title}}

{{item.uv}}    评论    点赞