Monthly Archives: February 2012

Commons reasons for linker errors

After having worked several years in C++ development with Visual Studio, here’s a quite comprehensive compilation of the linker error’s I’ve encountered Possible reasons for linker errors Compiler errors most often point to the exact location of the problem. Linker … Continue reading

Posted in Software | 2 Comments

How everything begins – hello world

In pseudocode – get a web hosting account – install wordpress – customize theme if you need to – go to the admin interface – create a post with title “hello world”

Posted in Software | Leave a comment