自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Records: The concepts of cin.get..

If you are n't cookie, please skip it ... Thanks from now on, I get two methods or ways to use it: cin.get(name,ArSize).get() cin.get(ch); It's really confuse me right now.  I Know C language, the

2013-10-12 09:53:46 474

原创 c++: the hint of pointer

Okay. Today i get a new concept about pointer: I usually treat pointer as a tag of address. But now I think i made some mistakes. First of all: when a pointer  point to the the first of address

2013-10-09 13:11:10 439

转载 C++ :: delete

It's important to make a distinction between: 1. "Pointer" as a variable residing on the stack. The name tempb refers to one such variable. 2. "Pointer" as an integer value that refers to a memory l

2013-10-08 10:41:58 421

原创 c++ basic thoughts: char array

//strtype3.cpp .. more string class features #include #include #include           // C-styple string library int main() {     using namespace std;     char charr1[20];     char charr2[20]

2013-10-01 10:51:33 493

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除