Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » C C++ style   (RSS)

Compilers as a Commodity

Michael Tiemann wrote this retrospective about working on GCC in 1987.  It’s an interesting look back on some of the aspects of change that gcc wrought.  I share some of his experience.  In 1992 or so, I was working on a PostScript laser
Posted by Steve Hawley | 2 Comments
Filed under: , ,

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:

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: