Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: StringOverLoading Download
 Description: Operator Overloading mission objectives: learning C++ operator function overloading mechanism, and learn C++' s. Task Description: Design a string class MyString, asked the class to complete the following (using function overloading mechanism is completed). Structural integrity requirements of the class (including the structure, the destructor), and achieve other following functions String1 = String2+String3 (overloaded+) String1+ = String2 (overloaded+ =) (int) String1 (heavy duty type conversion int), the String object to return after all ASCII characters added. String1 == String2 (overloaded equal judgment, two strings are equal returns true, unequal returns false) cout < < String1 (output symbol overloading) cin > > String1 (input symbols reload) the preparation of test procedures to test the class.
 Downloaders recently: [More information of uploader 周畅]
 To Search:
File list (Check if you may need any files):
 

StringOverLoading
.................\StringOverLoading
.................\.................\Debug
.................\.................\.....\StringOverLoading.exe
.................\.................\.....\StringOverLoading.ilk
.................\.................\.....\StringOverLoading.pdb
.................\.................\ipch
.................\.................\....\stringoverloading-8d976840
.................\.................\....\..........................\stringoverloading-30935bd.ipch
.................\.................\StringOverLoading
.................\.................\StringOverLoading.sdf
.................\.................\StringOverLoading.sln
.................\.................\StringOverLoading.suo
.................\.................\.................\Debug
.................\.................\.................\.....\CL.read.1.tlog
.................\.................\.................\.....\CL.write.1.tlog
.................\.................\.................\.....\link-cvtres.read.1.tlog
.................\.................\.................\.....\link-cvtres.write.1.tlog
.................\.................\.................\.....\link.9760-cvtres.read.1.tlog
.................\.................\.................\.....\link.9760-cvtres.write.1.tlog
.................\.................\.................\.....\link.9760.read.1.tlog
.................\.................\.................\.....\link.9760.write.1.tlog
.................\.................\.................\.....\link.read.1.tlog
.................\.................\.................\.....\link.write.1.tlog
.................\.................\.................\.....\main.obj
.................\.................\.................\.....\mt.read.1.tlog
.................\.................\.................\.....\mt.write.1.tlog
.................\.................\.................\.....\MyString.obj
.................\.................\.................\.....\rc.read.1.tlog
.................\.................\.................\.....\rc.write.1.tlog
.................\.................\.................\.....\StringOverLoading.Build.CppClean.log
.................\.................\.................\.....\StringOverLoading.exe.embed.manifest
.................\.................\.................\.....\StringOverLoading.exe.embed.manifest.res
.................\.................\.................\.....\StringOverLoading.exe.intermediate.manifest
.................\.................\.................\.....\StringOverLoading.lastbuildstate
.................\.................\.................\.....\StringOverLoading.log
.................\.................\.................\.....\StringOverLoading.vcxprojResolveAssemblyReference.cache
.................\.................\.................\.....\StringOverLoading.write.1.tlog
.................\.................\.................\.....\StringOverLoading_manifest.rc
.................\.................\.................\.....\vc100.idb
.................\.................\.................\.....\vc100.pdb
.................\.................\.................\main.cpp
.................\.................\.................\MyString.cpp
.................\.................\.................\MyString.h
.................\.................\.................\StringOverLoading.vcxproj
.................\.................\.................\StringOverLoading.vcxproj.filters
.................\.................\.................\StringOverLoading.vcxproj.user
    

CodeBus www.codebus.net