C++ 使用介绍技巧大全

C++ 技巧

C++ 介绍

C++ 头文件

C++ 关键字 

C++ ASCII字符表

C++ 转义序列

C++ 运算符

C++ 宏定义

C++ #ifdef #ifndef #else #endif用法

C++ 命名空间

C++ 设置字体颜色

C++ Sleep(ms) sleep(s)函数

C++ _getch()函数

C++ 在控制台指定位置输出

C++ 持续获取鼠标在屏幕(非控制台)上的位置

C++ dfs模板

C++ Beep()函数

C++ goto用法

C++ STL

C++ continue break用法

C++ 类型字节和取值范围

        C++ 检测鼠标按下

C++ 介绍

C++ 是一种静态类型的编译式的通用的大小写敏感的不规则的编程语言,支持过程化编程面向对象编程泛型编程。C++ 是由 Bjarne Stroustrup 于 1979 年在新泽西州美利山贝尔实验室开始设计开发的。C++ 进一步扩充和完善了 C,最初命名为带类的C(C With Classes),后来在 1983 年更名为 C++ 。

C++ 头文件

我知道的头文件:

#include<iostream>
#include<iomanip>
#include<cstdio>
#include<cstdlib>
#include<cmath>
#include<string>
#include<cstring>
#include<ctime>
#include<cstdint>
#include<cstdbool>
#include<algorithm>
#include<bitset>
#include<fstream>
#include<map>
#include<bits/stdc++.h>//万能头文件
#include<windows.h>
#include<unistd.h>
#include<conio.h>
#include<graphics.h>//需要下载图形库
#include<easyx.h>//需要下载图形库

C++ 关键字 

alignas
alignof
and
and_eq
asm
auto
bitand
bitor
bool
break
case
catch
char 
char16_t
char32_t
class
compl
const
constexpr
const_cast
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
not
not_eq
nullptr
operator
or
or_eq
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
xor
xor_eq

C++ ASCII字符表

0 NUL
1 SOH
2 STX
3 ETX
4 EOT
5 ENQ
6 ACK
7 BEL
8 BS
9 HT
10 LF
11 VT
12 FF
13 CR
14 SO
15 SI
16 DLE
17 DC1
18 DC2
19 DC3
20 DC4
21 NAK
22 SYM
23 ETB
24 CAN
25 EM
26 SUB
27 ESC
28 FS
29 GS
30 RS
31 US
32 ' '
33 '!'
34 '"'
35 '#'
36 '$'
37 '%'
38 '&'
39 '''
40 '('
41 ')'
42 '*'
43 '+'
44 ','
45 '-'
46 '.'
47 '/'
48 '0'
49 '1'
50 '2'
51 '3'
52 '4'
53 '5'
54 '6'
55 '7'
56 '8'
57 '9'
58 ':'
59 ';'
60 '<'
61 '='
62 '>'
63 '?'
64 '@'
65 'A'
66 'B'
67 'C'
68 'D'
69 'E'
70 'F'
71 'G'
72 'H'
73 'I'
74 'J'
75 'K'
76 'L'
77 'M'
78 'N'
79 'O'
80 'P'
81 'Q'
82 'R'
83 'S'
84 'T'
85 'U'
86 'V'
87 'W'
88 'X'
89 'Y'
90 'Z'
91 '['
92 '\''
93 ']'
94 '^'
95 '_'
96 '`'
97 'a'
98 'b'
99 'c'
100 'd'
101 'e'
102 'f'
103 'g'
104 'h'
105 'i'
106 'j'
107 'k'
108 'l'
109 'm'
110 'n'
111 'o'
112 'p'
113 'q'
114 'r'
115 's'
116 't'
117 'u'
118 'v'
119 'w'
120 'x'
121 'y'
122 'z'
123 '{'
124 '|'
125 '}'
126 '~'
127 DEL

C++ 转义序列<

  • 3
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值