¡@

Home 

c++ Programming Glossary: maintained

Portable Compare And Swap (atomic operations) C/C++ library?

http://stackoverflow.com/questions/1158374/portable-compare-and-swap-atomic-operations-c-c-library

namespace. The author refuses to make it a public well maintained library. Lets reopen the question and see if there are any other..

Use of 'const' for function parameters

http://stackoverflow.com/questions/117293/use-of-const-for-function-parameters

Using Maven for C/C++ projects

http://stackoverflow.com/questions/1541771/using-maven-for-c-c-projects

One drawback is that it does not appear to be actively maintained but it is full featured and is a rather impressive example of..

Why should exceptions be used conservatively?

http://stackoverflow.com/questions/1744070/why-should-exceptions-be-used-conservatively

in mind. If originally so written it may not have been maintained with that in mind. Think memory leaks file descriptor leaks..

Best C++ Matrix Library for sparse unitary matrices

http://stackoverflow.com/questions/2222549/best-c-matrix-library-for-sparse-unitary-matrices

I am looking for a good in the best case actively maintained C matrix library. Thereby it should be templated because I want..

C/C++ function definitions without assembly

http://stackoverflow.com/questions/2442966/c-c-function-definitions-without-assembly

14 where the printf rubber meets the road and it will be maintained there. But to prevent link rotting here is the content cached...

Conversion of Fortran 77 code to C++

http://stackoverflow.com/questions/275458/conversion-of-fortran-77-code-to-c

it useful for transitioning your code too. It's actively maintained and used on a lot of projects though it might be a bit too complex..

Visual C++ - Memory Leak Detection

http://stackoverflow.com/questions/2820223/visual-c-memory-leak-detection

GUI . Note the new website the project is being actively maintained on Codeplex the Codeproject link is very old. share improve..

wxWidgets vs Qt [closed]

http://stackoverflow.com/questions/2886258/wxwidgets-vs-qt

is based on Dev C which was a horrible IDE and never maintained at all. While it does fix it up some it still lacks anything..

Is there any 'out-of-the-box' 2D/3D plotting library for C++?

http://stackoverflow.com/questions/296199/is-there-any-out-of-the-box-2d-3d-plotting-library-for-c

plotutils Command line only. plplot C and C API are barely maintained. It is in fact on this that wxPlot is based. Could be a could..

Compiling Quantlib via SWIG for C#

http://stackoverflow.com/questions/3334011/compiling-quantlib-via-swig-for-c-sharp

.Net port of QuantLib but it seems that it is not actively maintained and not entirely sure of how much was actually ported so I am..

Experience using Boost.Log logging library? [closed]

http://stackoverflow.com/questions/3510473/experience-using-boost-log-logging-library

Beware that the version 1.0 available is not being maintained. To receive updates you must use the bleeding edge trunk version..

Advantages of using forward

http://stackoverflow.com/questions/3582001/advantages-of-using-forward

can no longer be passed to an lvalue reference . We've maintained the value category of the parameter. Putting these together..

Access C++ shared library from Java: JNI, JNA, CNI, or SWIG?

http://stackoverflow.com/questions/3720563/access-c-shared-library-from-java-jni-jna-cni-or-swig

be commercial and I'd prefer something that is still well maintained this would throw out JNIEasy JNative and JACE I think . I'm..

nested classes C++

http://stackoverflow.com/questions/4571355/nested-classes-c

as anything exposed is part of the public API and must be maintained forever . By making the class private I not only hide the implementation..

Is there a C++ equivalent to Java's BigDecimal?

http://stackoverflow.com/questions/4798777/is-there-a-c-equivalent-to-javas-bigdecimal

to all sorts of classes that people have written and not maintained. Digging through the decNumber stuff led me to some emails showing..

How does delete work in C++? [duplicate]

http://stackoverflow.com/questions/5415736/how-does-delete-work-in-c

book keeping many times the allocated blocks will also be maintained in a linked list and so the extra bytes will be used to store..

What will be the critical section code for a shared queue accessed by two threads?

http://stackoverflow.com/questions/6839425/what-will-be-the-critical-section-code-for-a-shared-queue-accessed-by-two-thread

I'm not able to see any problem is this front and rear are maintained so when ReaderThread reads it can read from front end and when..

What is the best way to make a simple cross platform GUI in C++?

http://stackoverflow.com/questions/897228/what-is-the-best-way-to-make-a-simple-cross-platform-gui-in-c

mode OO and has by far better documentation and its better maintained. See it online http qt project.org doc qt 4.8 share improve..

Move assignment operator and `if (this != &rhs)`

http://stackoverflow.com/questions/9322174/move-assignment-operator-and-if-this-rhs

basic exception safety assuming no invariants need to be maintained among your bases and members. For your clients demanding strong..