The stackoverflow tag has no wiki summary.
12
votes
7answers
506 views
What are the major challenges in creating a platform such as StackOverflow? [closed]
Let us assume you were to create a platform such as StackOverflow. It needs to be functional, fast and scalable, just like SO, in order to be successful.
What are the major challenges you would face ...
14
votes
11answers
2k views
What makes C developers so curious if “i++ == ++i”?
Just a random observation, it seems that on StackOverflow.com, there are questions about if "++i == i++". That question gets asked all the time though, I think I saw it asked about 6 or 7 times in the ...