Welcome to Atalasoft Community Sign in | Help

February 2009 - Posts

Living Without Using

I’ve been working on an internal project using C++/CLI which, honestly, feels different from Managed C++, which in turn feels different from C++.  C++/CLI feels the softest of the set, if that makes any sense. At any rate, C++ doesn’t have the using()

How to Work with Libraries

If you are a client of outside libraries (and let’s face it, who can afford not to be?), you probably never think about how you work with the libraries.  You include the headers, instantiate the objects you need or call the API, link, run and go.
Posted by Steve Hawley | 1 Comments
Filed under: