EvilZone
Programming and Scripting => C - C++ => : petermlm January 28, 2012, 02:00:53 AM
-
So I wrote this article talking about Segmentation Fault. A common bug. I didn't go into must details regarding computer architecture and virtual memory because this article is aimed at people who don't know about these things in the first place.
The link is here:
http://petermlm.net84.net/wp/?p=9 (http://petermlm.net84.net/wp/?p=9)
-
I got this:
http://www.000webhost.com/admin-review (http://www.000webhost.com/admin-review)
-
wasted alot of time on dumb mistakes, happens less and less often.
-
I got this:
http://www.000webhost.com/admin-review (http://www.000webhost.com/admin-review)
That is because of the host. They check if the site has malicious contempt. The link is working now.
wasted alot of time on dumb mistakes, happens less and less often.
Me too. I used to have a hard time figuring out a mistake and just inserted a lot out printf(), or System.out.println() or some other output function to try and check what was wrong with a program. But I guess that is just natural, lol.
-
Yeah, this is a frustrating bug. I usually always got Segmentation faults when using arrays and I did a bit too much using the arrays and it couldn't access whatever it was I was trying to do. lol. Great article.