RE: Win32Lib IDE
- Posted by Lewis Townsend <keroltarr at HOTMAIL.COM> Mar 14, 2001
- 494 views
Hello Judith, I normally don't respond to these IDE posts because I haven't found an IDE necesary yet in my windows programming. But I thought I'd comment on this your comment: >I also like to define variables right before the routine they are first >used in. These are not variables local to the following procedure where >they are defined within the procedure but variables that may be used in >several following procedures. Perhaps this is not good coding technique? No. There are times that haveing file-level variables is the most efficent way to code something. I do this quite often in my Artillery game.. and other programs/libs. later, Lewis Townsend