Quote:
Originally Posted by Mr Jack
Despite the name C# is not C derived at all, and really only shares some syntax.
Not 100% sure, it probably depends on what you are wanting to do - have a look in Stream and StreamReader.
You probably want to use List<String>? (Assuming you're using C# 2.0 or greater) There are a few other alternatives available though.
Hmm... You don't normally work with raw memory in C#, what are you trying to do? There is a MemoryStream class in C# not sure if it does what you want?
|
Perhaps I misunderstood the OP, I thought he wanted to convert c# code to Obj C/C.