Description: c++ design a voting system 1. Each voter can only vote once. Decide which voters choose candidates by generating a random number between 1 and the total number of candidates. 3. In the elections, the candidates most votes was elected two. Maintaining records of each candidate voters to vote for him
To Search:
File list (Check if you may need any files):
eeee
....\Debug
....\.....\assign2.exe
....\.....\assign2.ilk
....\.....\assign2.pch
....\.....\assign2.pdb
....\.....\candidate.obj
....\.....\main.obj
....\.....\person.obj
....\.....\personset.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\.....\voter.obj
....\.....\voterset.obj
....\Voter.h
....\assign2.dsp
....\assign2.dsw
....\assign2.ncb
....\assign2.opt
....\assign2.plg
....\candidate.cpp
....\candidate.h
....\main.cpp
....\person.cpp
....\person.h
....\personset.cpp
....\personset.h
....\voter.cpp
....\voterset.cpp
....\voterset.h