i've got a problem that is bugging me for hours now.
i wrote in c++ a simple decrypting program to decrypt a given file ( path given in the source ). when i compile it from DEV C++ it gives me no errors so it should be fine. when trying to run ( in windows ) i get "xyz.exe has genereted errors and it will be closed". trying another debuger i get " access violation when reading [00000000] ".
does anybody know what this might mean?
i have basically tried all sort of tricks but i cannot make it run . it is such an easy prog and i cannot get where the problem is !
any comment is appreciated
i wrote in c++ a simple decrypting program to decrypt a given file ( path given in the source ). when i compile it from DEV C++ it gives me no errors so it should be fine. when trying to run ( in windows ) i get "xyz.exe has genereted errors and it will be closed". trying another debuger i get " access violation when reading [00000000] ".
does anybody know what this might mean?
i have basically tried all sort of tricks but i cannot make it run . it is such an easy prog and i cannot get where the problem is !
any comment is appreciated