Hi ho,
I've just started working with C++. But I do know C# already, so it shouldn't be too much of a problem. Anyway, when you create a console program, and it's terminated too early because the user closed the window, it returns an error. My Borland/CodeGear C++ Builder even crashes, which is extremely weird (when I used to work with C#, whatever happened with the program, Visual Studio 2005 itself would never crash).
Can anyone help me with this?
Thanks in advance,
Xargo



LinkBack URL
About LinkBacks



CornedBee
The reason I am doing C++ now, is because I want to get rid of the dependance of the .NET framework, which makes your app exclusively for Windows XP and higher. (A pity though, .NET is actually quite nice. If Microsoft would only be working a little more open-source-ish, more cross-platform-ish, and less-monopoly-ish; I would use .NET for almost everything. Although it still has some disadvantages of course (like performance).)