Description: Create two processes, allowing the child to read a file, read the parent process waits for the child process to continue execution after the file, realize the process of working together. Processes work together to coordinate the two processes is to make arrangements for implementation of the order and thus can be used to wait for the function to achieve this. When you need to wait for the child process end of the run, you can call the parent process to wait for the function.
To Search:
File list (Check if you may need any files):
创建进程
........\child
........\.....\Debug
........\.....\.....\child.exe
........\.....\.....\child.ilk
........\.....\.....\child.obj
........\.....\.....\child.pch
........\.....\.....\child.pdb
........\.....\.....\vc60.idb
........\.....\.....\vc60.pdb
........\.....\child.cpp
........\.....\child.dsp
........\.....\child.dsw
........\.....\child.ncb
........\.....\child.opt
........\.....\child.plg
........\.....\data.txt
........\.....\~VC24.tmp
........\.....\~VC25.tmp
........\father
........\......\1.txt
........\......\Debug
........\......\.....\father.exe
........\......\.....\father.ilk
........\......\.....\father.obj
........\......\.....\father.pch
........\......\.....\father.pdb
........\......\.....\vc60.idb
........\......\.....\vc60.pdb
........\......\FATHER.plg
........\......\data.txt
........\......\father.cpp
........\......\father.dsp
........\......\father.dsw
........\......\father.ncb
........\......\father.opt