Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: MyArray Download
 Description: Dynamic arrays and template class mission objectives: learning class mechanism C++, the template mechanism, operator overloading, function overloading mechanism, such as dynamic memory allocation and deallocation. Task Description: Use C++ class mechanism to implement a dynamic array class MyArray, with full constructor and destructor functions. Using the template mechanism to support a variety of data types (including structures). MyArray class implements the following methods: add an element, the use of function overloading way to achieve a) to add an array of tail, 2) to specify the ordinal position through the function, setting the specified location (number) of the element data delete the specified number of Elements delete all the elements obtain the number of elements specified number of elements to get through the function overloaded operator ' []' , array elements can be referenced by number. Achieve more dynamic array class functionality and design test code, verif
 Downloaders recently: [More information of uploader 周畅]
 To Search:
File list (Check if you may need any files):
 

MyArray
.......\Debug
.......\.....\MyArray.exe
.......\.....\MyArray.ilk
.......\.....\MyArray.pdb
.......\ipch
.......\....\myarray-a48f0e70
.......\....\................\myarray-86c48431.ipch
.......\MyArray
.......\MyArray.sdf
.......\MyArray.sln
.......\MyArray.suo
.......\.......\Debug
.......\.......\.....\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.12744-cvtres.read.1.tlog
.......\.......\.....\link.12744-cvtres.write.1.tlog
.......\.......\.....\link.12744.read.1.tlog
.......\.......\.....\link.12744.write.1.tlog
.......\.......\.....\link.15624-cvtres.read.1.tlog
.......\.......\.....\link.15624-cvtres.write.1.tlog
.......\.......\.....\link.15624.read.1.tlog
.......\.......\.....\link.15624.write.1.tlog
.......\.......\.....\link.3024-cvtres.read.1.tlog
.......\.......\.....\link.3024-cvtres.write.1.tlog
.......\.......\.....\link.3024.read.1.tlog
.......\.......\.....\link.3024.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\main.obj
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\MyArray.exe
.......\.......\.....\MyArray.exe.embed.manifest
.......\.......\.....\MyArray.exe.embed.manifest.res
.......\.......\.....\MyArray.exe.intermediate.manifest
.......\.......\.....\MyArray.ilk
.......\.......\.....\MyArray.lastbuildstate
.......\.......\.....\MyArray.log
.......\.......\.....\MyArray.pdb
.......\.......\.....\MyArray.vcxprojResolveAssemblyReference.cache
.......\.......\.....\MyArray.write.1.tlog
.......\.......\.....\MyArray_manifest.rc
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\ipch
.......\.......\....\myarray-2da9a39c
.......\.......\....\................\myarray-86c48431.ipch
.......\.......\main.cpp
.......\.......\MyArray
.......\.......\MyArray.h
.......\.......\MyArray.sdf
.......\.......\MyArray.sln
.......\.......\MyArray.suo
.......\.......\MyArray.vcxproj
.......\.......\MyArray.vcxproj.filters
.......\.......\MyArray.vcxproj.user
.......\.......\.......\Debug
.......\.......\.......\.....\CL.read.1.tlog
.......\.......\.......\.....\CL.write.1.tlog
.......\.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.......\.....\link.12744-cvtres.read.1.tlog
.......\.......\.......\.....\link.12744-cvtres.write.1.tlog
.......\.......\.......\.....\link.12744.read.1.tlog
.......\.......\.......\.....\link.12744.write.1.tlog
.......\.......\.......\.....\link.15624-cvtres.read.1.tlog
.......\.......\.......\.....\link.15624-cvtres.write.1.tlog
.......\.......\.......\.....\link.15624.read.1.tlog
.......\.......\.......\.....\link.15624.write.1.tlog
.......\.......\.......\.....\link.3024-cvtres.read.1.tlog
.......\.......\.......\.....\link.3024-cvtres.write.1.tlog
.......\.......\.......\.....\link.3024.read.1.tlog
.......\.......\.......\.....\link.3024.write.1.tlog
.......\.......\.......\.....\link.read.1.tlog
.......\.......\.......\.....\link.write.1.tlog
.......\.......\.......\.....\main.obj
.......\.......\.......\.....\mt.read.1.tlog
.......\.......\.......\.....\mt.write.1.tlog
.......\.......\.......\.....\MyArray.exe.embed.manifest
.......\.......\.......\.....\MyArray.exe.embed.manifest.res
.......\.......\.......\.....\MyArray.exe.intermediate.manifest
.......\.......\.......\.....\MyArray.lastbuildstate
.......\.......\.......\.....\MyArray.log
.......\.......\.......\.....\MyArray.vcxprojResolveAssemblyReference.cache
.......\.......\.......\.....\MyArray.write.1.tlog
.......\.......\.......\.....\MyArray_manifest.rc
.......\.......\.......\.....\rc.read.1.tlog
.......\.......\.......\.....\rc.write.1.tlog
.......\.......\.......\.....\vc100.idb
.......\.......\.......\.....\vc100.pdb
.......\.......\.......\main.cpp
.......\.......\.......\MyArray.h
.......\.......\.

CodeBus www.codebus.net