Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~146 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for Epickup

#include<fstream> #include<iostream> #include<string> using namespace std; int main () { struct Candidate{ char RegNomer[4]; char name[60]; char party[60]; char age[3]; char xp[3]; long int votes; }candidate[200]; int i=-1; int i1=0; int check=0; char choice[1]; while (true) { system ("cls"); cout<<"/============\\=/============\\=/============\\=/============\\=/============\\ "<<"\n"; cout<<"| save | | create a | | banned …

Member Avatar for Epickup
0
146