基本信息
源码名称:C++Primer 第4版-习题解答(完整版)+源码
源码大小:6.10M
文件格式:.zip
开发语言:C/C++
更新时间:2023-12-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C Primer 第4版-习题解答(完整版) 源码
这个是C Primer 第4版习题解答(完整版) 源码。 C Primer 第四版(中英文对照阅读版).chm下载地址:http://download.csdn.net/source/3116404。

.
├── C Primer 4rd源码
│   ├── 1
│   │   ├── README.TXT
│   │   ├── Sales_item.h
│   │   ├── add.cpp
│   │   ├── add_item.cpp
│   │   ├── add_item2.cpp
│   │   ├── avg_price.cpp
│   │   ├── count.cpp
│   │   ├── data
│   │   │   ├── add
│   │   │   ├── add_item
│   │   │   ├── book_sales
│   │   │   └── mysum
│   │   ├── for_ex.cpp
│   │   ├── forcount.cpp
│   │   ├── item_io.cpp
│   │   ├── main_only.cpp
│   │   ├── makefile
│   │   ├── mysum.cpp
│   │   ├── runpgms.bat
│   │   ├── userforcount.cpp
│   │   └── whilecount.cpp
│   ├── 10
│   │   ├── 3ed_query.cpp
│   │   ├── 3ed_query.h
│   │   ├── 3ed_querymain.cpp
│   │   ├── README.TXT
│   │   ├── TextQuery.cpp
│   │   ├── TextQuery.h
│   │   ├── assoc_preamble.h
│   │   ├── data
│   │   │   ├── Alice_story
│   │   │   ├── remove_words
│   │   │   ├── trans-map
│   │   │   └── trans-text
│   │   ├── erasemap.cpp
│   │   ├── exclusion_set
│   │   ├── makefile
│   │   ├── multimap.cpp
│   │   ├── querymain.cpp
│   │   ├── runpgms.bat
│   │   ├── setexclusion.cpp
│   │   ├── word_count.cpp
│   │   └── word_transform.cpp
│   ├── 11
│   │   ├── README.TXT
│   │   ├── algs_preamble.h
│   │   ├── arrow.cpp
│   │   ├── count-size.cpp
│   │   ├── data
│   │   │   ├── arrow
│   │   │   ├── fox_story
│   │   │   ├── iostream_iter
│   │   │   ├── parms
│   │   │   ├── reverse-iter
│   │   │   ├── use-ostream-iter
│   │   │   ├── use_equalrange
│   │   │   └── use_find
│   │   ├── elim-dups.cpp
│   │   ├── equiv-istream-iter.cpp
│   │   ├── innerprod.cpp
│   │   ├── inserters.cpp
│   │   ├── iostream_iter.cpp
│   │   ├── makefile
│   │   ├── parms.cpp
│   │   ├── rev-iters.cpp
│   │   ├── reverse-iter.cpp
│   │   ├── runpgms.bat
│   │   ├── scores.cpp
│   │   ├── use-istream-iter.cpp
│   │   ├── use-ostream-iter.cpp
│   │   ├── use_equalrange.cpp
│   │   ├── use_find.cpp
│   │   └── vocab.cpp
│   ├── 12
│   │   ├── Account.h
│   │   ├── README.TXT
│   │   ├── Screen.h
│   │   ├── makefile
│   │   ├── runpgms.bat
│   │   ├── screen3.cpp
│   │   ├── screen3.h
│   │   ├── screen4.h
│   │   └── screen5.h
│   ├── 13
│   │   ├── Folder.cpp
│   │   ├── Folder.h
│   │   ├── Foldermain.cpp
│   │   ├── README.TXT
│   │   ├── makefile
│   │   ├── old
│   │   │   ├── Folder.cpp
│   │   │   ├── Foldermain.cpp
│   │   │   ├── plain-ptr.cpp
│   │   │   ├── smart-ptr.cpp
│   │   │   └── value-ptr.cpp
│   │   ├── plain-ptr.cpp
│   │   ├── runpgms.bat
│   │   ├── smart-ptr.cpp
│   │   └── value-ptr.cpp
│   ├── 14
│   │   ├── CheckedPtr.cpp
│   │   ├── CheckedPtr.h
│   │   ├── README.TXT
│   │   ├── Sales_item.cpp
│   │   ├── Sales_item.h
│   │   ├── ScrPtr.h
│   │   ├── absInt.cpp
│   │   ├── count-size.cpp
│   │   ├── data
│   │   │   ├── add_item
│   │   │   └── fox_story
│   │   ├── directcall.cpp
│   │   ├── fcnobj.cpp
│   │   ├── makefile
│   │   ├── runpgms.bat
│   │   ├── subscript.cpp
│   │   └── use_chckPtr.cpp
│   ├── 15
│   │   ├── Basket.cpp
│   │   ├── Basket.h
│   │   ├── Basket2.h
│   │   ├── Basket_main.cpp
│   │   ├── Query.cpp
│   │   ├── Query.h
│   │   ├── README.TXT
│   │   ├── V2_Basket.cpp
│   │   ├── V2_Basket_main.cpp
│   │   ├── bsk2.cpp
│   │   ├── data
│   │   │   ├── Alice_story
│   │   │   ├── main4_in
│   │   │   ├── main5_in
│   │   │   └── query_in
│   │   ├── get_print.cpp
│   │   ├── main1.cpp
│   │   ├── main2.cpp
│   │   ├── main3.cpp
│   │   ├── main4.cpp
│   │   ├── main5.cpp
│   │   ├── makefile
│   │   ├── mk_basket2
│   │   ├── querymain.cpp
│   │   ├── runpgms.bat
│   │   └── scope.cpp
│   ├── 16
│   │   ├── Basket.cpp
│   │   ├── Basket.h
│   │   ├── Basket_main.cpp
│   │   ├── Handle.h
│   │   ├── MS_Queue.cpp
│   │   ├── MS_Queue.h
│   │   ├── Query.cpp
│   │   ├── Query.h
│   │   ├── Queue-assign.cpp
│   │   ├── Queue.h
│   │   ├── QueueMain.cpp
│   │   ├── QueueMain2.cpp
│   │   ├── QueueMain3.cpp
│   │   ├── Queue_interface.h
│   │   ├── README.TXT
│   │   ├── char_main.cpp
│   │   ├── char_main_push.cpp
│   │   ├── char_queue.cpp
│   │   ├── char_queue.h
│   │   ├── compare.cpp
│   │   ├── data
│   │   │   ├── Alice_story
│   │   │   ├── query_in
│   │   │   └── swap
│   │   ├── int-Queue.h
│   │   ├── makefile
│   │   ├── newQueue.h
│   │   ├── newQueueMain.cpp
│   │   ├── newQueueMain2.cpp
│   │   ├── newQueueMain3.cpp
│   │   ├── nontype.cpp
│   │   ├── overcomp.cpp
│   │   ├── overcomp2.cpp
│   │   ├── queue_push_char.cpp
│   │   ├── runpgms.bat
│   │   ├── spcl-max.cpp
│   │   ├── swap.cpp
│   │   ├── tmpl_preamble.h
│   │   ├── use-handle.cpp
│   │   └── use-query-handle.cpp
│   ├── 17
│   │   ├── Animal.h
│   │   ├── MS_Handle.h
│   │   ├── README.TXT
│   │   ├── Sales_item.cpp
│   │   ├── Sales_item.h
│   │   ├── book.cpp
│   │   ├── bookexcept.h
│   │   ├── cplusplus_primer.h
│   │   ├── data
│   │   │   ├── add_item
│   │   │   └── bad_item
│   │   ├── makefile
│   │   ├── nopandaprint.h
│   │   ├── runpgms.bat
│   │   ├── use-handle.cpp
│   │   └── virt.h
│   ├── 18
│   │   ├── CachedObj.h
│   │   ├── MS_Queue.cpp
│   │   ├── MS_Queue.h
│   │   ├── MS_statmem.cpp
│   │   ├── Queue.h
│   │   ├── QueueMain.cpp
│   │   ├── QueueMain2.cpp
│   │   ├── QueueMain3.cpp
│   │   ├── README.TXT
│   │   ├── Screen.h
│   │   ├── dyn_cast.cpp
│   │   ├── makefile
│   │   ├── runpgms.bat
│   │   ├── screen.cpp
│   │   ├── screenTest.cpp
│   │   ├── typeid.cpp
│   │   ├── vec-opnew.cpp
│   │   └── vec.cpp
│   ├── 2
│   │   ├── README.TXT
│   │   ├── data
│   │   ├── makefile
│   │   ├── pow2.cpp
│   │   ├── pow2_try2.cpp
│   │   ├── pow_fcn.cpp
│   │   ├── pow_tbl.cpp
│   │   ├── print_enum.cpp
│   │   ├── print_enum2.cpp
│   │   ├── ref-ex.cpp
│   │   ├── runpgms.bat
│   │   ├── scope_levels.cpp
│   │   ├── scope_levels2.cpp
│   │   └── twosome.cpp
│   ├── 3
│   │   ├── README.TXT
│   │   ├── add_using.cpp
│   │   ├── bits.cpp
│   │   ├── cctype.cpp
│   │   ├── char_repl.cpp
│   │   ├── data
│   │   │   ├── add_using
│   │   │   ├── string_io
│   │   │   └── word_echo
│   │   ├── getline.cpp
│   │   ├── init_vec.cpp
│   │   ├── makefile
│   │   ├── runpgms.bat
│   │   ├── str_vers2.cpp
│   │   ├── str_vers3.cpp
│   │   ├── strcompare.cpp
│   │   ├── string_add.cpp
│   │   ├── string_io.cpp
│   │   ├── string_io2.cpp
│   │   ├── string_size.cpp
│   │   ├── vec_assign.cpp
│   │   └── word_echo.cpp
│   ├── 4
│   │   ├── README.TXT
│   │   ├── arr_init.cpp
│   │   ├── copy_array.cpp
│   │   ├── cstring_exercise.cpp
│   │   ├── cstring_hdr.cpp
│   │   ├── dbl_ptr.cpp
│   │   ├── makefile
│   │   ├── multidim.cpp
│   │   ├── ptr_traversal.cpp
│   │   ├── runpgms.bat
│   │   └── string_exercise.cpp
│   ├── 5
│   │   ├── README.TXT
│   │   ├── andtest.cpp
│   │   ├── arraysizeof.cpp
│   │   ├── assignment.cpp
│   │   ├── cnt_found.cpp
│   │   ├── cond.cpp
│   │   ├── cond2.cpp
│   │   ├── data
│   │   │   └── find
│   │   ├── find_word.cpp
│   │   ├── incr.cpp
│   │   ├── int-div.cpp
│   │   ├── makefile
│   │   ├── oknew.cpp
│   │   ├── overflow.cpp
│   │   ├── prec.cpp
│   │   ├── runpgms.bat
│   │   ├── shift-prec.cpp
│   │   ├── sizeof_arr.cpp
│   │   ├── sizeof_pgm.cpp
│   │   ├── vec_init.cpp
│   │   └── warn_dbltoint.cpp
│   ├── 6
│   │   ├── README.TXT
│   │   ├── copy_array.cpp
│   │   ├── data
│   │   │   ├── add_item
│   │   │   ├── bad_items
│   │   │   └── doWhile
│   │   ├── doWhile.cpp
│   │   ├── exception_example.cpp
│   │   ├── forcount.cpp
│   │   ├── makefile
│   │   ├── othercnt.cpp
│   │   ├── runpgms.bat
│   │   ├── vowels.cpp
│   │   └── wdebug.cpp
│   ├── 7
│   │   ├── README.TXT
│   │   ├── badswap.cpp
│   │   ├── cfcn_ex.c
│   │   ├── conv-enums.cpp
│   │   ├── count-calls.cpp
│   │   ├── data
│   │   │   └── mainmath
│   │   ├── decl1.h
│   │   ├── decl2.h
│   │   ├── enum-match.cpp
│   │   ├── fact.cpp
│   │   ├── ff.h
│   │   ├── good_printmain.cpp
│   │   ├── inline_shorter.cpp
│   │   ├── localMath.h
│   │   ├── mainmath.cpp
│   │   ├── mainret.cpp
│   │   ├── makefile
│   │   ├── mathstuff.cpp
│   │   ├── mk_plural.cpp
│   │   ├── mk_plural2.cpp
│   │   ├── myMath.h
│   │   ├── pow_fcn.cpp
│   │   ├── pow_main.cpp
│   │   ├── ref-fcn.cpp
│   │   ├── refret-ex.cpp
│   │   ├── rgcd.cpp
│   │   ├── runpgms.bat
│   │   ├── stl-arr-fcns.cpp
│   │   ├── swap.cpp
│   │   ├── swapmain.pgm
│   │   ├── swapmain1.cpp
│   │   ├── swapmain2.cpp
│   │   ├── usefcnptr.cpp
│   │   ├── useptrparms.cpp
│   │   ├── useptrswap.cpp
│   │   ├── vec-parms.cpp
│   │   ├── vecprint.cpp
│   │   └── vecprintmain.cpp
│   ├── 8
│   │   ├── README.TXT
│   │   ├── badgetc.cpp
│   │   ├── buf.cpp
│   │   ├── copyOut
│   │   ├── data
│   │   │   ├── badgetc
│   │   │   ├── chars
│   │   │   └── seek
│   │   ├── get_openfile.cpp
│   │   ├── getc.cpp
│   │   ├── getput.cpp
│   │   ├── io_preamble.h
│   │   ├── main-proto.cpp
│   │   ├── makefile
│   │   ├── manips.cpp
│   │   ├── no-skipws.cpp
│   │   ├── point.cpp
│   │   ├── prec.cpp
│   │   ├── runpgms.bat
│   │   ├── sci_dec.cpp
│   │   ├── seek.cpp
│   │   ├── setw.cpp
│   │   ├── skipws.cpp
│   │   ├── sstream.cpp
│   │   └── use-getopen.cpp
│   ├── 9
│   │   ├── README.TXT
│   │   ├── array_init.cpp
│   │   ├── capacity.cpp
│   │   ├── ctors.cpp
│   │   ├── find-str.cpp
│   │   ├── find_ops.cpp
│   │   ├── makefile
│   │   ├── runpgms.bat
│   │   ├── seq_preamble.h
│   │   ├── stack.cpp
│   │   ├── str_assignOps.cpp
│   │   ├── str_print.cpp
│   │   └── substr.cpp
│   ├── MS_makefile_template
│   ├── README.txt
│   └── makefile
├── C Primer 4rd源码.rar
└── C Primer 第4版-习题解答(完整版) 源码_CPPPrimerV4Exercise.zip

33 directories, 363 files