6个回答
展开全部
是关键字。
但是你要是非常的想用的话,可以这样的用。
#include<iostream.h>
void main()
{
enum BOOL{TRUE =5,FALSE =6};
cout<<TRUE<<endl;
cout<<FALSE<<endl;
}
希望可以帮助你。呵呵
但是你要是非常的想用的话,可以这样的用。
#include<iostream.h>
void main()
{
enum BOOL{TRUE =5,FALSE =6};
cout<<TRUE<<endl;
cout<<FALSE<<endl;
}
希望可以帮助你。呵呵
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是关键字
C++ 74个关键字表:
1and
2continue
3goto
4public
5try
6and_eq
7default
8if
9register
10typedef
11asm
12delete
13inline
14reinterpret_cast
15typeid
16auto
17do
18int
19return
20typename
21bitand
22double
23long
24short
25union
26bitor
27dynamic_cast
28mutable
29signed
30unsigned
31bool
32else
33namespace
34sizeof
35using
36break
37enum
38new
39static
40virtual
41case
42explicit
43not
44static_cast
45void
46catch
47export
48not_eq
49struct
50volatile
51char
52extern
53operator
54switch
55wchar_t
56class
57false
58or
59template
60while
61compl
62float
63or_eq
64this
65xor
66const
67for
68private
69throw
70xor_eq
71const_cast
72friend
73protected
74true
C++ 74个关键字表:
1and
2continue
3goto
4public
5try
6and_eq
7default
8if
9register
10typedef
11asm
12delete
13inline
14reinterpret_cast
15typeid
16auto
17do
18int
19return
20typename
21bitand
22double
23long
24short
25union
26bitor
27dynamic_cast
28mutable
29signed
30unsigned
31bool
32else
33namespace
34sizeof
35using
36break
37enum
38new
39static
40virtual
41case
42explicit
43not
44static_cast
45void
46catch
47export
48not_eq
49struct
50volatile
51char
52extern
53operator
54switch
55wchar_t
56class
57false
58or
59template
60while
61compl
62float
63or_eq
64this
65xor
66const
67for
68private
69throw
70xor_eq
71const_cast
72friend
73protected
74true
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是啊~如果在VC里面输入true/false,会自动进行语法高亮的,这个算不算“证据”
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
yes
for example
bool bFlag = true;
for example
bool bFlag = true;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你可以通过
int true;
来确定,关键字使不能用来做自定义变量的。
int true;
来确定,关键字使不能用来做自定义变量的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询