返回介绍

B.1 C++关键字

发布于 2024-10-08 23:14:15 字数 2827 浏览 0 评论 0 收藏 0

关键字是组成编程语言词汇表的标识符,它们不能用于其他用途,如用作变量名。表 B.1 列出了 C++关键字,其中以粗体显示的关键字也是 ANSI C99 标准中的关键字,而以斜体显示的关键字是 C++11 新增的。

表 B.1 C++关键字

alignas

alignof

asm

auto

bool

break

case

catch

char

char16_t

char32_t

class

const

const_cast

constexpr

continue

decltype

default

delete

do

double

dynamic_cast

else

enum

explicit

export

extern

false

float

for

friend

goto

if

inline

int

long

mutable

namespace

new

noexcept

nullptr

operator

private

protected

public

register

reinterpret_cast

return

short

signed

sizeof

static

static_assert

static_cast

struct

switch

template

this

thread_local

throw

true

try

typedef

typeid

typename

union

unsigned

using

virtual

void

volatile

wchar_t

while

  

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文