View Single Post
  #1492  
Old February 4th, 2004, 10:50 PM
Aiken's Avatar

Aiken Aiken is offline
Major
 
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
Aiken is on a distinguished road
Default Re: STM "Final v1.7.5" Discussion

No, you don't need more processor time to READ files with case sensitive/insensitive identifiers structure, but you need to double memory reservation to compare them further, because "Stuff" will refer to a different memory space that "stuff". Also if you are coding huge project and accidentally screwed your identifier/function capitalisation somewhere, you'll get a compiler error. And you are lucky guy if using Delphi/Visual Studio, if not - go check all 100000 lines of code.
Reply With Quote