¡@

Home 

c++ Programming Glossary: decent

Algorithm improvement for Coca-Cola can shape recognition

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

was a while ago and had a lot of fun doing it and I had a decent implementation. Here are some details about my implementation..

Using scanf() in C++ programs is faster than using cin?

http://stackoverflow.com/questions/1042110/using-scanf-in-c-programs-is-faster-than-using-cin

will guarantee not being able to solve any problem with a decent amount of input or output. Use printf and scanf instead. Can..

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

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

about square detection and karlphillip came up with a decent result. Now I want to take this a step further and find squares..

Good C++ GUI library for Windows

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

and standard library. Have a rich set of controls with decent features. The ability to drop HTML almost everywhere is a happiness..

Create registry entry to associate file extension with application in C++

http://stackoverflow.com/questions/1387769/create-registry-entry-to-associate-file-extension-with-application-in-c

other user opens the file in Windows. That should be a decent primer for what you want to do. For further reading I suggest..

How is std::string implemented?

http://stackoverflow.com/questions/1466073/how-is-stdstring-implemented

STL has a chapter on std string implementations that's a decent overview of the common variations Item 15 Be aware of variations..

C++0x memory model and speculative loads/stores

http://stackoverflow.com/questions/2001913/c0x-memory-model-and-speculative-loads-stores

for Data Race Free Programs which seems to be a decent compromise between ease of programming and allowing the compiler..

What is a null-terminated string?

http://stackoverflow.com/questions/2037209/what-is-a-null-terminated-string

bare pointers. All of this should really be covered in any decent C text book I recommend getting hold of Accelerated C one of..

Howto implement callback interface from unmanaged DLL to .net app?

http://stackoverflow.com/questions/2167895/howto-implement-callback-interface-from-unmanaged-dll-to-net-app

LRU cache design

http://stackoverflow.com/questions/2504178/lru-cache-design

implement LRU caches. This gives O 1 operations assuming a decent hash . Advantage of this being O 1 you can do a multithreaded..

How do I get the application data path in Windows using C++?

http://stackoverflow.com/questions/2899013/how-do-i-get-the-application-data-path-in-windows-using-c

all over the internet and there doesn't seem to be a decent solution that I could find. I want to be able to programmatically..

what's the easiest way to generate xml in c++?

http://stackoverflow.com/questions/303371/whats-the-easiest-way-to-generate-xml-in-c

I really shouldn't be having this much trouble finding a decent library to generate it correctly. As for boost the things that..

What is __gxx_personality_v0 for?

http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for

site but it made me curious since I couldn't find a decent explanation anywhere. When compiling and linking a free standing..

Mutex example / tutorial?

http://stackoverflow.com/questions/4989451/mutex-example-tutorial

mutexes work. Did a lot of Googling and this is the only decent tutorial I found but it still left some doubts of how it works..

What C++ Smart Pointer Implementations are available?

http://stackoverflow.com/questions/5026197/what-c-smart-pointer-implementations-are-available

implementations already widely in use and end up with a decent reference for others. c qt boost smart pointers c faq share..

using declaration in variadic template

http://stackoverflow.com/questions/7870498/using-declaration-in-variadic-template

share improve this question Ok i found out a pretty decent solution basically i need to unpack one extra lambda case and..

What is the best approach for a Java developer to learn C++ [closed]

http://stackoverflow.com/questions/789659/what-is-the-best-approach-for-a-java-developer-to-learn-c

Finding out the CPU clock frequency (per core, per processor)

http://stackoverflow.com/questions/8351944/finding-out-the-cpu-clock-frequency-per-core-per-processor

your question in the comments yes I have implemented a decent anti cheating system to prevent timer hacks. Although I don't..

Why isn't there a std::shared_ptr<T[]> specialisation?

http://stackoverflow.com/questions/8947579/why-isnt-there-a-stdshared-ptrt-specialisation

is still no written proposal for it. I think it would be a decent additional tool in the toolbox. Whether it will ever actually..