Wednesday, September 08, 2004 9:26 AM
pdbartlett
"Curioddity" with .NET strings
Kit George posts another "curioddity" on the BCL Team 'blog which shows what happens when you try to modify "constant" strings. This is much like my previous post "C++ string literals are NOT const", except:
- there are no access violations (hooray!)
- he replaces the 'H' in 'Hello' with an 'X', rather than the far more amusing 'J' that I used (a rare Americanism from me :)
Now if this is Curioddity #4, I guess I missed the first three...