C++ notes for beginners

作者:马 岩Furzoom) (http://www.cnblogs.com/furzoom/
版权声明:本文的版权归作者与博客园共同所有。转载时请在明显地方注明本文的详细链接,未经作者同意请不要删除此段声明,感谢您为保护知识产权做出的贡献。

Term

argument

block

buffer

built-in type

cerr

cin

class

class type

clog

comments

condition

cout

curly brace

data structure

edit-compile-debug

end-of-file

expression

for statement

function

function body

function name

header

if statement

iostream

istream

library type

main function

manipulator

member function

method

namespace

ostream

parameter list

preprocessor directive

return type

source file

standard error

standard input

standard library

standard output

statement

std

uninitialized variable

variable

while statement

() operator

++ operator

+= operator

. operator

:: operator

= operator

<< operator

>> operator

== operator

!= operator

<= operator

< operator

>= operator

> operator

作者:马 岩Furzoom) (http://www.cnblogs.com/furzoom/
版权声明:本文的版权归作者与博客园共同所有。转载时请在明显地方注明本文的详细链接,未经作者同意请不要删除此段声明,感谢您为保护知识产权做出的贡献。
原文地址:https://www.cnblogs.com/furzoom/p/furzoom.html