Firewall
Team Members: 2
As a part of six months major project at Baba Banda Singh Bahadur Engineering College, Fatehgarh Sahib, INDIA, I developed a firewall application using Microsoft Visual C++ 6, and DDK for Microsoft Windows 2000. Though the original idea for this project came from Internet but the project required us to do a lot of research and initial investigation for developing the application.
#include <majorproj.h>
class FirewallApp
{
int IdeaGenerated;
bool investigate(IdeaGenerated)
{
// If the idea of developing firewall is possible
if (IdeaGenerated == possible)
investigate = true;
else
investigate = false;
}
// After lot of research, the idea was considered possible.
// The application uses Windows 2000 DDK, so it can run on systems having Windows 2000 or later.
}
|