¡@

Home 

c++ Programming Glossary: ago

Algorithm improvement for Coca-Cola can shape recognition

http://stackoverflow.com/questions/10168686/algorithm-improvement-for-coca-cola-can-shape-recognition

Now I've done this project obviously as it was a while ago and had a lot of fun doing it and I had a decent implementation...

Does the 'mutable' keyword have any purpose other than allowing the variable to be modified by a const function?

http://stackoverflow.com/questions/105014/does-the-mutable-keyword-have-any-purpose-other-than-allowing-the-variable-to

the variable to be modified by a const function A while ago I came across some code that marked a member variable of a class..

OpenCV C++/Obj-C: Advanced square detection

http://stackoverflow.com/questions/10533233/opencv-c-obj-c-advanced-square-detection

C Obj C Advanced square detection A while ago I asked a question about square detection and karlphillip came..

Good C++ GUI library for Windows

http://stackoverflow.com/questions/115045/good-c-gui-library-for-windows

be Modern . MFC wxWidgets Qt were started a long time ago and they don't use modern C features and standard library. Have..

Which I/O library do you use in your C++ code? [closed]

http://stackoverflow.com/questions/119098/which-i-o-library-do-you-use-in-your-c-code

last standard I forget the actual year but about 10 years ago . To clarify comments by Mikael Jansson. The other languages..

Is gcc4.7 buggy about regular expressions? [duplicate]

http://stackoverflow.com/questions/12530406/is-gcc4-7-buggy-about-regular-expressions

what I wrote above. It wasn't such a bad idea a few years ago when C 0x was still a work in progress and we shipped lots of.. built time option to enable it but that ship sailed long ago so it is what it is. Unless someone volunteers to finish it..

Why can you return from a non-void function without returning a value without producing a compiler error?

http://stackoverflow.com/questions/1610030/why-can-you-return-from-a-non-void-function-without-returning-a-value-without-pr

a compiler error Ever since I realized many years ago that this doesn't produce an error by default in gcc at least..

Incrementing in C++ - When to use x++ or ++x?

http://stackoverflow.com/questions/1812990/incrementing-in-c-when-to-use-x-or-x

C and I've learned about the incrementation a while ago. I know that you can use x to make the incrementation before..

Is there a C++ decompiler?

http://stackoverflow.com/questions/205059/is-there-a-c-decompiler

What are the pitfalls of ADL?

http://stackoverflow.com/questions/2958648/what-are-the-pitfalls-of-adl

are the pitfalls of ADL Some time ago I read an article that explained several pitfalls of argument..

What is the bit size of long on 64-bit Windows?

http://stackoverflow.com/questions/384502/what-is-the-bit-size-of-long-on-64-bit-windows

is the bit size of long on 64 bit Windows Not to long ago someone told me that long are not 64 bits on 64 bit machines..

Best compiler warning level for C/C++ compilers?

http://stackoverflow.com/questions/399850/best-compiler-warning-level-for-c-c-compilers

specific files line numbers. I wrote such a tool long time ago and will release it once I have time to clean it up. share..

push_back vs emplace_back

http://stackoverflow.com/questions/4303513/push-back-vs-emplace-back

of emplace_back in MSVC Actually it bugged me too a while ago so I asked the same question on the Visual C blog . Here is..

Can someone explain this template code that gives me the size of an array?

http://stackoverflow.com/questions/437150/can-someone-explain-this-template-code-that-gives-me-the-size-of-an-array

array_size a There's a variation i made up some time ago Edit turns out someone already had that same idea here which..

mmap() vs. reading blocks

http://stackoverflow.com/questions/45972/mmap-vs-reading-blocks

whole instead of in part much simpler . A couple of months ago I had a half baked implementation of a sliding window mmap ed.. deleted an archive of old unfinished projects a few weeks ago and that was one of the victims Update I should also add the..

The Best Place to Start Learning C++ [closed]

http://stackoverflow.com/questions/525726/the-best-place-to-start-learning-c

you're into games development I wrote this answer a while ago which you might also find useful although it assumes you're..

C++ alternative tokens?

http://stackoverflow.com/questions/555505/c-alternative-tokens

right . This was discussed in a question a couple weeks ago somewhere here on SO but I can't get SO's search or Google to..

Exotic architectures the standards committees care about

http://stackoverflow.com/questions/6971886/exotic-architectures-the-standards-committees-care-about

standard conforming compiler for it. I know that 40 years ago any computer had its own unique specification. However I don't..