Description: Void Add (int a [], int m, int b [], int n)
This function will array b n elements before the array of additional elements before a m, assume that an array with at least a store m+ n elements of space. For example, if a array for {22,33,44,55,66,77,88,99}, array b for {20,30,40,50,60,70,80,90}, the call Add (a, b, 3, 5), the array will a into {22,33,44,55,66,20,30,40}. Note array b did not change, and an array of a just change n elements.
To Search:
File list (Check if you may need any files):
zuoye6\Debug\zuoye6.exe
......\.....\zuoye6.ilk
......\.....\zuoye6.pdb
......\zuoye6\6_1.cpp
......\......\Debug\6_1.obj
......\......\.....\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\vc90.idb
......\......\.....\vc90.pdb
......\......\.....\zuoye6.exe.embed.manifest
......\......\.....\zuoye6.exe.embed.manifest.res
......\......\.....\zuoye6.exe.intermediate.manifest
......\......\zuoye6.vcproj
......\......\zuoye6.vcproj.future-PC.future.user
......\zuoye6.sln
......\zuoye6.suo
......\......\Debug
......\Debug
......\zuoye6
zuoye6