c++记忆(C++ memory).doc

  1. 1、本文档共36页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
c记忆(Cmemory)

c++记忆(C++ memory) The relationship between C and C++ (123) 1.C++ contains the entire C C language and is the foundation for building C++ 2.C++ is a strongly typed language and is more strict with type checking 3.C++ extends C, object oriented, operator reloading, support exception handling, exception, templates, and generic programming ---------------------------------------------- The comment header file C++ in cstdio Non-standard C header file, #include pthread.h, imports as it is If you want to include custom header files, c++ and C are the same 5. compile connection c++ program If you use GCC, you need to add a connection Library GCC hello.cpp -lstdc++ You can also use the g++ compiler G++ hello.cpp ------------------------------------------------ What is namespace? Organize a set of related types, variables, functions, objects, etc. into a logical structure in accordance with a standard. The logical name is the namespace. The namespace is used to partition the modules logically and avoid naming collisions Namespaces can be separated from each other Declarations and implementation should be consistent Using using to declare data in namespaces Using namespace name:: data; Special namespaces anonymous namespaces Nesting of namespaces Namespace alias Nested rules for naming conflicts When defining the definition of internal multiple namespaces nested data when the internal and external name will cover the outside. If you use an external one, you can use the external name directly:: Data , Structure in 1.c++ In a.c++, when the structure defines variables, struct is no longer a part of the type. The name of the structure is the type name, and the expression type no longer uses struct In b.c++, the function member function can be defined directly in the struct C. does not have any field structure, the size is 1 in c++, and is 0 in C. Union in 2.c++ The name of the A. union is the type name, and the expression type no longer uses Union Anonymous unions are allowed in b

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档