Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 6th, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. code formatter puts spaces around lines that contain :: - how to turn off
  2. {
  3.     std::string Name;            
  4.     short          NumMeterChans;
  5.     eChannelGroups Type;          
  6.     std::vector<short>Index;    
  7. }
  8.        
  9. {
  10.     std::string Name;            
  11.  
  12.     short          NumMeterChans;
  13.     eChannelGroups Type;          
  14.  
  15.     std::vector<short>Index;    
  16. }
  17.        
  18. C:Documents and Settings<User>Application DataEmbarcaderoBDS8.0