¡@

Home 

c++ Programming Glossary: abstractions

Building a Mac and Windows GUI Application

http://stackoverflow.com/questions/11026541/building-a-mac-and-windows-gui-application

and Boost.Thread come to mind Qt has similar abstractions for networking files and threading . C is definitely an expert..

What is the Fastest Method for High Performance Sequential File I/O in C++?

http://stackoverflow.com/questions/1201261/what-is-the-fastest-method-for-high-performance-sequential-file-i-o-in-c

that a portable I O library can be very fast because fast abstractions exist on most systems and it's usually possible to come up with..

C state-machine design

http://stackoverflow.com/questions/1647631/c-state-machine-design

array. I've no doubt there will be higher level abstractions which may be more suitable nowadays but I suspect they'll all..

Multiple classes in a header file vs. a single header file per class

http://stackoverflow.com/questions/28160/multiple-classes-in-a-header-file-vs-a-single-header-file-per-class

of stuff as you would have to if you started lumping many abstractions into a single translation unit. Also you'll find many errors..

How far to go with a strongly typed language?

http://stackoverflow.com/questions/3181766/how-far-to-go-with-a-strongly-typed-language

file and use it whenever you need. It's never bad to make abstractions and having utilities around isn't harmful. Also never worry..

Networking with C++

http://stackoverflow.com/questions/3847107/networking-with-c

you a huge head start and expose you to the higher level abstractions used in network programming. It's easy when starting out building..

As a Java developer, C or C++? [closed]

http://stackoverflow.com/questions/463618/as-a-java-developer-c-or-c

away the GC and the concept of classes and a few other abstractions. To arrive at C you have to add a similar number of features..

How do I use arrays in C++?

http://stackoverflow.com/questions/4810664/how-do-i-use-arrays-in-c

C where they are used virtually everywhere. C provides abstractions that are easier to use and less error prone std vector T since..

Are mutex lock functions sufficient without volatile?

http://stackoverflow.com/questions/6837699/are-mutex-lock-functions-sufficient-without-volatile

Threads Cannot be Implemented as a Library . As for what abstractions your compiler should support for thread safe code the wikipedia..

What's the best way to do fixed-point math? [closed]

http://stackoverflow.com/questions/79677/whats-the-best-way-to-do-fixed-point-math

will be no performance penalty for using simple and lean abstractions such as concrete classes. Fixed point computation is precisely..