Blogspot - techunravel.blogspot.com - Supreme Debugging
General Information:
Latest News:
Static/global variable and shared library behaviour 30 Oct 2011 | 03:29 am
[Note : This would be a very long discussion and reader would need considerable amount of time to complete the reading] Problem Description Let's take an example of a class having a static variable o...
[C++] Additional parenthesis are always safe! Really? 5 Oct 2011 | 06:18 am
Background In general, a programmer would be advised to provide additional parenthesis in the code "when in doubts" with a presumption that it is safe. We will see on example here on how in certain s...
C++ Static data member variable and its initialization 2 Sep 2011 | 02:53 am
Question With regard to static data member initialization, as we are all aware of the syntax used in c++, a sample example is provided below Now here we see two kinds of initialization of static memb...
Win32 Env variable Pitfall of mismatching SetEnvironmentVariable and getEnv 27 Aug 2011 | 05:37 am
Problem Description Below article will give a brief introduction on environment variables and one strange (for a Unix programmer) behavior in WIN32. i.e getEnv() does not retrieve some environment v....
[Windows Programming] : Exception Generation during process creation or system command execution 20 Aug 2011 | 06:05 am
Problem Description During my windows porting activity (Existing code base in *ix - CPP programming language) I came across a very strange problem The project code bases uses many system command for...