网站大量收购独家精品文档,联系QQ:2885784924

实验0:CodeBlocks课件【创意版】.ppt

  1. 1、本文档共34页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
eeww eeww eeww eeww Code::Blocks使用 2013春季学期--C语言程序设计 c * 邢林林 计算机学院 TelQQ:313075673 c * 1、简介 5、创建一个项目 6、编译运行 7、如何处理错误 2、如何下载 3、安装说明 4、软件设置 目录 c * Code::Blocks Code::Blocks?is an open-source, cross-platform?IDE. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently,?Code::Blocks?is oriented towards C/C++. Wiki /index.php?title=Main_Page 官方主页 / c * 使用理由 开源 跨平台 支持多编译器 C++扩展库支持 插件式框架 c * 08.02 10.05 12.11 版本 第一版 c * Code::Blocks 12.11 下载链接 Windows 2000/XP/Vista/7//8 Linux 32-bit Linux 64-bit Mac OS X Code::Blocks 旧版本下载链接 /downloads/source/5 Download 下载 下载内置MinGW版本: codeblocks-12.11mingw-setup.exe includes?the GCC compiler and GDB debugger from?TDM-GCC?(version 4.7.1, 32 bit). c * How do I... ...install Code::Blocks? Windows?·?Ubuntu?·?Mac OS X?·?Fedora?·?more... ...set up a compiler in Code::Blocks? MinGW?·?MS Visual C++?·?more... ...create a new project? Add files?·?Build options?·?Virtual Targets?·?more... ...debug my program? ...make Code::Blocks portable? ...use a 3rd-party library? wxWidgets?·?Boost?·?SDL?·?more... 来自C::B Wiki. c * Install steps for Windows Download the Code::Blocks installer. If you know you dont have MinGW installed, download the package which has MinGW bundled. Run the installer, its a standard installer for Windows; just press Next after reading each screen. If youre planning installing a compiler after youve installed Code::Blocks, read the information provided in the installer. If you downloaded the installer which doesnt come with MinGW, you may have to configure the compiler manually (usually Code::Blocks auto detects the compiler). c * 起始界面 c * 代码编辑界面 c * 创建一个项目 File--》New--》Project 可以选择Console app 或者 Empty prj c * 选择项目位置,建议选择自己的U盘,或者E盘 c * 第一次,可能会询问是否使用默认编译器, 或者让你设置默认编译器。 选择GCC,设为默认。 c * 随后,确定之后项目就会建立,如果选择的是空项目,则管理框架无内容,选择Console App 则管理框架显示如下,点击main.c代码如右侧: #include stdio.h #include stdlib.h int main() { printf(Hello world!\n); return 0; } c * 给项目增加文件 两种方式

文档评论(0)

liuxiaoyu98 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档