Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
~ wrote:To learn C you need to know assembly and make your own C compiler in short, and the same goes for C++. You need to know OS details and executable file formats for being able to decide what to use from the language and what is too custom, unstable or absent from some compilers to avoid it.