資源簡介
《Imperfect C++》的隨書光盤,解壓后230多M,我上傳權限不夠,只能分卷壓縮,分為五卷。
代碼片段和文件信息
/*?/////////////////////////////////////////////////////////////////////////////
?*?File:????????aggregate_test.cpp
?*
?*?Purpose:?????Implementation?file?for?the?aggregate_test?project.
?*
?*?Created:?????30th?January?2004
?*?Updated:?????30th?January?2004
?*
?*?Status:??????Wizard-generated
?*
?*?License:?????(Licensed?under?the?Synesis?Software?Open?License)
?*
?*??????????????Copyright?(C)?1999-2004?Synesis?Software?Pty?Ltd.
?*??????????????All?rights?reserved.
?*
?*??????????????www:????????http://www.synesis.com.au/software
?*
?*??????????????email:??????software@synesis.com.au
?*
?*??????????????This?source?code?is?placed?into?the?public?domain?2004
?*??????????????by?Synesis?Software?Pty?Ltd.?There?are?no?restrictions
?*??????????????whatsoever?to?your?use?of?the?software.?
?*
?*??????????????This?source?code?is?provided?by?Synesis?Software?Pty?Ltd?“as?is“
?*??????????????and?any?warranties?whether?expressed?or?implied?including?but
?*??????????????not?limited?to?the?implied?warranties?of?merchantability?and
?*??????????????fitness?for?a?particular?purpose?are?disclaimed.?In?no?event
?*??????????????shall?the?Synesis?Software?Pty?Ltd?be?liable?for?any?direct
?*??????????????indirect?incidental?special?exemplary?or?consequential
?*??????????????damages?(including?but?not?limited?to?procurement?of
?*??????????????substitute?goods?or?services;?loss?of?use?data?or?profits;?or
?*??????????????business?interruption)?however?caused?and?on?any?theory?of
?*??????????????liability?whether?in?contract?strict?liability?or?tort
?*??????????????(including?negligence?or?otherwise)?arising?in?any?way?out?of
?*??????????????the?use?of?this?software?even?if?advised?of?the?possibility?of
?*??????????????such?damage.?
?*
?*??????????????Neither?the?name?of?Synesis?Software?Pty?Ltd?nor?the?names?of
?*??????????????any?subdivisions?employees?or?agents?of?Synesis?Software?Pty
?*??????????????Ltd?nor?the?names?of?any?other?contributors?to?this?software
?*??????????????may?be?used?to?endorse?or?promote?products?derived?from?this
?*??????????????software?without?specific?prior?written?permission.?
?*
?*?//////////////////////////////////////////////////////////////////////////?*/
#include?
/*?//////////////////////////////////////////////////////////////////////////?*/
#if?(???defined(WIN32)?||?\
????????defined(_WIN32))?&&?\
????!defined(_INC_WINDOWS)
extern?“C“?void?__stdcall?Sleep(unsigned?long);
#endif?/*?WIN32?*/
/*?//////////////////////////////////////////////////////////////////////////?*/
struct?X
{
??int?i;
??short?as[2];
}?x?=?{?10?{?20?30?}};
class?Integer
{
public:
????Integer(int?i)
????????:?m_i(i)
????{}
????virtual?~Integer()
????{}
private:
????int?m_i;
????Integer(Integer?const?&);
};
struct?Y
{
??Integer?i;
??short?as[2];
}?y?=?{?10?{?20?30?}};
/*?///////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???13322021??2004-08-17?09:17??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\boost_1_31_0.zip
?????文件??????33104??2004-08-17?09:17??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\index.html
?????文件?????356059??2004-08-17?09:18??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\openrj_beta1.zip
?????文件?????943096??2004-08-17?09:19??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\recls_1_5_2.zip
?????文件????2067455??2004-08-17?09:23??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\recls_icpp_beta.zip
?????文件?????465703??2004-08-17?09:23??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\sspdscl_4.18.3.2113.zip
?????文件????2096489??2004-08-17?09:27??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\stlsoft_1_7_1-full.zip
?????文件????2632804??2004-08-17?09:31??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\stlsoft_1_7_1-help.zip
?????文件?????878671??2004-08-17?09:33??Imperfect?C++完整光盤\Imperfect?C++完整光盤\libraries\stlsoft_icpp_beta.zip
?????文件???????6420??2004-09-08?07:03??Imperfect?C++完整光盤\Imperfect?C++完整光盤\readme.txt
?????文件???????6231??2004-09-08?07:03??Imperfect?C++完整光盤\Imperfect?C++完整光盤\readme.UNIX.txt
?????文件??????41055??2004-08-17?07:50??Imperfect?C++完整光盤\Imperfect?C++完整光盤\resources\index.html
?????文件??????12812??2004-08-25?08:15??Imperfect?C++完整光盤\Imperfect?C++完整光盤\sitemap.html
?????文件???????3221??2004-08-17?07:51??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part0\aggregate_test\aggregate_test.cpp
?????文件???????3498??2004-08-17?07:51??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part0\aggregate_test\vc6\aggregate_test.dsp
?????文件???????4005??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\constraints_error_messages_test\constraints_error_messages_test.cpp
?????文件???????3731??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\constraints_error_messages_test\vc6\constraints_error_messages_test.dsp
?????文件???????3132??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\DebugBreak_test\DebugBreak_test.c
?????文件???????3512??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\DebugBreak_test\vc6\DebugBreak_test.dsp
?????文件???????3512??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\DebugBreak_test\vc71\DebugBreak_test.dsp
?????文件???????4815??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\DebugBreak_test\vc71\DebugBreak_test.vcproj
?????文件????????367??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\non_pod\non_pod.cpp
?????文件????????885??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\sizeof_void_test\sizeof_void.cpp
?????文件???????3873??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\sizeof_void_test\sizeof_void.vcproj
?????文件????????298??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\sizeof_void_test\stdafx.cpp
?????文件????????293??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\sizeof_void_test\stdafx.h
?????文件???????3011??2004-08-17?07:52??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\static_assert_test\static_assert_test.cpp
?????文件???????3546??2004-08-17?07:53??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\static_assert_test\vc6\static_assert_test.dsp
?????文件???????4102??2004-08-17?07:51??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\__FUNCTION__test\vc6\__FUNCTION__test.dsp
?????文件???????4545??2004-08-17?07:51??Imperfect?C++完整光盤\Imperfect?C++完整光盤\test\Code\Part1\Chapter1\__FUNCTION__test\__FUNCTION__test.cpp
............此處省略1060個文件信息
評論
共有 條評論