C and Cpp

C Programming small project

download another project bridge management data-manager-for-education-centres.zip Below is the Project of Address Management written in C with Menu book.h book.h #include<conio.h> #include<stdio.h> #include<stdlib.h> #include<string.h> int getscancode(void) { int code; code=getch(); if (code==0) code=getch(); return(code); } int menuchoice(char menu[10][25],int numb) { int key,num=0,cont=1,posx=(10-(numb+1))/2,posy=(20-18)/2; numb–; _setcursortype(_NOCURSOR); textattr(30); gotoxy(posy,posx+1); cprintf(“%s”,menu[0]); cont=0; while(cont<numb) { textattr(3); gotoxy(posy,posx+2+cont); cprintf(“%s”,menu[cont+1]); cont++; } […]

Ethical Hacking CEH

Ethical Hacking and Countermeasures course mission is to educate, introduce and demonstrate hacking tools for penetration testing purposes only. Prior to attending this course, you will be asked to sign an agreement stating that you will not use the newly acquired skills for illegal or malicious attacks and you will not use such tools in […]