|
From: Roger H. <rog...@mi...> - 2005-01-04 18:56:49
|
When I am writing new routines or modifying new ones I am very tempted to adopt the normal C++ style of not declaring variables until they are needed, which usually is by setting the variable to an initial value, thereby avoiding many cases of uninitialised variables. Are there any reasons for not doing so now? Roger. |