Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ Strings
#10
What Spaz means is that you can use all the .NET classes from MC++ just like you used to do in C#. So instead of ofstream which is the C++ unmanaged stream, you can use FileStream. Basically you can copy any C# code and make it MC++ with a few syntactical changes.

Unless you are doing it because that's what university\school\college told you that you should do, I would generally NOT recommend making managed applications in C++. Making C++ managed is ultimately destroying the whole point of the language, and you are rather off coding C# because it is much simpler. I know you are using managed C++ because the unmanaged version has no text boxes.
Reply


Messages In This Thread
C++ Strings - by Hazzy - 2010-08-23, 10:53 PM
C++ Strings - by Fiel - 2010-08-23, 11:01 PM
C++ Strings - by Russt - 2010-08-23, 11:28 PM
C++ Strings - by Hazzy - 2010-08-23, 11:42 PM
C++ Strings - by Fiel - 2010-08-23, 11:46 PM
C++ Strings - by Hazzy - 2010-08-23, 11:49 PM
C++ Strings - by Russt - 2010-08-23, 11:52 PM
C++ Strings - by Spaz - 2010-08-24, 08:45 PM
C++ Strings - by Hazzy - 2010-08-24, 08:57 PM
C++ Strings - by Kortestanov - 2010-08-25, 05:45 PM
C++ Strings - by IImaplers - 2010-08-26, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)