Electronic Voting Machine- C++ project for college students

e236d4d612c24289a926ad73b53d7f52
0

Introduction

Every college assigns projects in various semester for students evaluation and transformation of his technical knowledge to practical approach. If student plan to develop any project, he has take help from same projects and analyze it and then proceed.

The Joblagao team is committed to all students by providing good project sample and code provided by NIT’ians to improve programming skills and make queries in our TechForum.

*** You can download the project documentation from Electronic Voting Machine Doc

If you want the C++ code, then register on our website and mention your email id in the comments section. We will send you the C++ code.***

Note : We are sharing the raw content. You will need to format, rephrase some of the contents depending on your requirement .The above attached document has the following contents

  • Data Flow Diagrams (DFD)
  • Gantt chart
  • System Design

And many more details…

About the Initiative

As Election is the buzzword in 2014, so lot of colleges are giving assignments related to electronic voting machine demo. With Mr. Narendra Modi sharing the limelight, some MBA colleges are having role-play parliament session, organizing debates etc. The B.Tech and BCA colleges in India are giving assignment on Electronic Voting Machine 2014 . Some are giving assignment on iphone and android development.We are presenting a project on EVM, written in C++

About the EVM Project

EVM project is written by NIIT’ians. This is written in C++ This project manages the details related to the candidate and voter and simulates the voting process. It implements the various object oriented features.

Sample Code Structure

//*******************************************************

//This class control all the functions related to voter

//*******************************************************

 

class VOTER

{

public:

void ADD_VOTER(void);

void VOTER_INFORMATION(void);

void VOTER_LIST(void);

void ISSUE_VOTING_CARD(void);

void RESET_STATUS(void);

void DELETE_VOTER(void);

void ELECTION(void);

void VOTE_CALCULATION(void);

void CALCULATE(char[]);

protected:

int DELETE_RECORD(char[]);

char voterno[6],name[26],address[36];

int status,cardstatus;

};

 

For the entire C++ code and executables mention your email id as a comment on this post

 

PS: Please like our FACEBOOK PAGE  http://www.facebook.com/joblagaao

For regular Employee referral job updates in Indian IT companies, connect with us on

FACEBOOK : http://www.facebook.com/job.lagao
LINKEDIN:     http://in.linkedin.com/pub/job-lagao/43/518/b92

Blog Author

Follow :

Related Blogs