网页
图片
视频
学术
词典
地图
更多
航班
笔记本
g++
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
To
run
the
sources
in
Listing
2
,
you
simply
compile
it
with
g++
(
or
any
other
standards
-compliant C++ compiler)
.
要
想
运行
清单
2
中
的
源
代码
,
只需
用
g++
(
或
任何
符合
标准
的
C++
编译
器
)
编译
它
。
www.ibm.com
2.
You
still
have
to
manually
remove
the
try
and
catch
blocks
,
if
any
,
from
the
sources
and
then
pass
this
option
to g++
.
您
仍然
需要
手工
地
从
源
代码
中
删除
try
和
catch
块
(
如果
有
的话
)
,
然后
将
这个
选项
传递
给
g++
。
www.ibm.com
3.
To
selectively
export
symbols
from
a
shared
library
,
use
the g++
attribute
mechanism
.
为了
从
一个
共享
库
中
有
选择地
导出
符号
,
可以
使用
g++
属性
机制
。
www.ibm.com
4.
g++
supports
the
native
wchar_t
type
,
and
no
specific
headers
need
to be
included
.
g++
支持
本地
wchar_t
类型
,
并且
不
需要
包括
特定
的
Header
。
www.ibm.com
5.
This
is
a
neat
way
of
telling
g++
that
every
declaration
that
is
not
explicitly
marked
with
a
visibility
attribute
has
a
hidden
visibility
.
这
是
一种
非常
简洁
的
方式
,
用于
通知
g++
没有
显式地
标注
可见
属性
的
每
项声明
,
其
可见
性
都
是
隐藏
的
。
www.ibm.com
6.
Apart
from
the
earlier
examples
,
several
parallels
exist
between
Visual C++
and
g++
attribute
schemes
.
除了
前面
的
一些
示例
之外
,
VisualC++
和
g++
属性
方案
之间
还
存在
一些
相似
的
内容
。
www.ibm.com
7.
It
is
interesting to
note
that
the
g++
behavior
is
the
exact
reverse
of
this
and
by default string1
equals
string2
.
需要
说明
的
是
,
g++
的
行为
正好
与
它
相反
,
在
缺省
情况
下
,
string1
与
string2
相等
。
www.ibm.com
8.
The
g++
compiler
,
by default
,
has
exception
handling
enabled
.
在
缺省
情况
下
,
g++
编译
器
启用
了
异常
处理
。
www.ibm.com
9.
The
g++
attribute
mechanism
is
suitable
for
use
in
porting
platform
-
specific
features
in Visual C++
code
.
g++
属性
机制
非常
适合
于
对
VisualC++
代码
中
的
平台
特定
的
特性
进行
移植
。
www.ibm.com
10.
Once
you
're
done
installing
Cygwin
,
you
'll
need
to
add
g++
,
make
,
and
GDB
to your
path
.
安装
完
Cygwin
之后
,
您
将
需要
把
g++
、
make
和
GDB
添加
到
路径
中
。
www.ibm.com
1
2