Código
#include<stdio.h> #include<string.h> #include<windows.h> int ExceptionHandler(void); int main(int argc,char *argv[]){ char temp[512]; printf("Application launched"); __try { strcpy(temp,argv[1]); } __except ( ExceptionHandler() ){ } return 0; } int ExceptionHandler(void){ printf("Exception"); return 0; }
ESPERO SU APOYO. GRACIAS
Mod: Los códigos deben ir en etiquetas GeSHi, los titulos deben ser descriptivos, tema movido