Tag: Stackoverflow
-
Common StackOverflow Errors #1 returning pointer to stack data
I like to help beginner programmers on StackOverflow. I thought I would do a series of articles on common errors, mainly in C but with some c++ and maybe a few other languages. Why? Its interesting to see the things that people get stuck on Maybe potential posters to SO will look here and find…
-
Common StackOverflow errors
I answer lots of beginner questions on StackOverflow. The same issues come up over and over again so I thought I would post articles about the commonly seen ones. There are several ‘meta’ issues; questions that are not answerable, lack data, etc. I thought I would start with some of those. These are mainly FYI…