楼主: G06Wp16166
142 1

[其它] Accelerated C++ C0 [推广有奖]

  • 0关注
  • 0粉丝

等待验证会员

本科生

9%

还不是VIP/贵宾

-

威望
0
论坛币
129 个
通用积分
1.2517
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
400 点
帖子
39
精华
0
在线时间
0 小时
注册时间
2020-8-20
最后登录
2023-9-2

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Accelerated C++ - Chapter 0
Solutions to exercises in Chapter 0, "Getting started. "
Exercise 0-0
Compile and run the Hello, world! program.
Hint
Make sure that you locate the documentation and help files for your
compiler and editing environment.
Solution
Consult the documentation for your particular compiler. Each will have
its own set of directives. For the GNU C++ compiler, assuming the code
is in a file named hello. cpp, the following may be entered at the command
line:
g++ hello. cpp
This will produce a file named a. out, or on Windows systems a. exe, that
can then be executed like any other program.
Here is the source for the Hello, world! program.
#include <iostream>
int main()
{
std: : cout << "Hello, world!" << std: : endl;
return 0;
}
Exercise 0-1
What does the following statement do?
3 + 4;

Accelerated C C0.pdf (784.72 KB, 需要: 3 个论坛币)
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:accelerated Accelerate ERAT Rate ACC

沙发
xujingjun 发表于 2023-10-17 12:14:51 |只看作者 |坛友微信交流群

使用道具

本版微信群
加JingGuanBbs
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-10-6 22:25