i compiled some c++ source code and i got a runtime error and im confused on what caused it...
(its very long otherwise id post it)
it says it has a segmentation fault everytime i try to run it... what could cause this???
Printable View
i compiled some c++ source code and i got a runtime error and im confused on what caused it...
(its very long otherwise id post it)
it says it has a segmentation fault everytime i try to run it... what could cause this???
i aint no programmer but i could dig this out :)
HowTo find cause for segfault in C++
http://lists.trolltech.com/qt-intere...ad00750-0.html
also http://forums.devshed.com/search.php...by=&sortorder=
might help if you showed the error and the code. normally a seg fault is quiet often where people exploit a buffer overflow.... you just have to have the right code to make the exploit
Thanx... that helped a lot...
(I know im not to smart... dont worry)