自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 C++ primer 课后习题 第五章

// ConsoleApplication4.cpp : 定义控制台应用程序的入口点。 //C++ primer assignment 5.18 #include "stdafx.h" #include #include #include #include using namespace std; int main(int argc, _TCHAR* argv[])

2013-09-22 23:53:10 342

原创 C++ primer 课后习题4.32-4.36

#include "stdafx.h" #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { const size_t arr_size=8; int int_arr[arr_size]; //input arr element cou

2013-09-16 15:14:22 445

原创 C++ Primer 课后习题 4.3.1

// CppPrimerExcercise.cpp : Defines the entry point for the console application. //4.28 #include "stdafx.h" #include "Sales_item.h" #include #include using namespace std; int _tmain(int

2013-08-17 20:08:49 313

原创 C++ primer 课后习题

// CppPrimerExcercise.cpp : Defines the entry point for the console application. //4.9 #include "stdafx.h" #include "Sales_item.h" #include #include using namespace std; int _tmain(int

2013-08-14 10:21:18 312

原创 C++ primer 习题答案

周末被某大牛教育了一番,“代码学习没有捷径,必须一行行地敲!”。现在只能反思下,基本功薄弱是我等业余爱好者的通病,只能反复练习了。遂决定重新完成《C++ primer》的所有习题,之后再看别的,以此为证 习题3.13 [cpp] view plaincopyprint? #include "stdafx.h" #include "Sales_item.h" #includ

2013-08-14 10:18:01 459

空空如也

空空如也

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

TA关注的人

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