Welcome to Atalasoft Community Sign in | Help

September 2007 - Posts

C/C++ Dialects

Over the years, I've read and written a great deal of code and one thing I've found is that the platform you've most often targeted influences the dialect of the code that you write. I've also found that I can spot the dialect in code that I'm reading.
Posted by Steve Hawley | 0 Comments
Filed under:

C2392 - Covariant Error from hell

I was moving some code from C# to Managed C++ and needed to port over some collections, while operating under constraints: the code needed to compile cleanly targeting .NET 1.1 and .NET 2.0, and I can't use generics nor can I use C#. In a collection of
Posted by Steve Hawley | 0 Comments