c++ Programming Glossary: preferably
Tools to find included headers which are unused? [closed] http://stackoverflow.com/questions/1301850/tools-to-find-included-headers-which-are-unused but not used. Are there any other tools that can do this preferably on linux We have a large codebase that through the last 15 years..
Static variable initialization? http://stackoverflow.com/questions/1831290/static-variable-initialization then it also has to be reliably initialized to something preferably false . How about a pointer You'd rather want it initialized..
Can anyone recommend a good C/C++ RESTful framework [closed] http://stackoverflow.com/questions/1961238/can-anyone-recommend-a-good-c-c-restful-framework they dont mind sharing or may know a lik to a good one preferably they have already used it before c c rest share improve this..
C++ win32 GUI programming, the shortest path? [closed] http://stackoverflow.com/questions/212559/c-win32-gui-programming-the-shortest-path Qt.. GUI programming A book a tutorial an existing project preferably a hands on approach with realistic example.. I'm not a beginner..
C++ Error Handling — Good Sources of Example Code? http://stackoverflow.com/questions/231128/c-error-handling-good-sources-of-example-code handling code Specific books specific open source projects preferably with the files and functions to look at and specific web pages..
How do I sort a std::vector by the values of a different std::vector? http://stackoverflow.com/questions/236172/how-do-i-sort-a-stdvector-by-the-values-of-a-different-stdvector of the other vectors. Is there a neat way of doing this preferably using the STL or Boost Some of the vectors hold ints and some..
Most crucial elements in a light-weight C++ coding standard [closed] http://stackoverflow.com/questions/242728/most-crucial-elements-in-a-light-weight-c-coding-standard to uphold Answering voting rules 1 candidate per answer preferably with a brief motivation. Vote down candidates which focuses..
What is a simple example of floating point/rounding error? http://stackoverflow.com/questions/249467/what-is-a-simple-example-of-floating-point-rounding-error What is a simple example of floating point rounding error preferably in C Edit For example say I have an event that has probability..
Tool to track #include dependencies [closed] http://stackoverflow.com/questions/42308/tool-to-track-include-dependencies be the name of a header file and output should be a list preferably a tree of all files including it directly or indirectly. c..
How do I get started in embedded programming? [closed] http://stackoverflow.com/questions/45247/how-do-i-get-started-in-embedded-programming start...I have a very solid knowledge of C and C and would preferably like to use these languages with the GNU compilers. I have a..
Safely override C++ virtual functions http://stackoverflow.com/questions/497630/safely-override-c-virtual-functions other tool to check this for me Any helpful compiler flags preferably for g How do you avoid these problems c override virtual functions..
How to implement the factory pattern in C++ correctly http://stackoverflow.com/questions/5120768/how-to-implement-the-factory-pattern-in-c-correctly not introduce a significant performance hit and preferably a significant code bloat hit especially at client side be general..
What is a good desktop programming language to learn for a web developer? [closed] http://stackoverflow.com/questions/527700/what-is-a-good-desktop-programming-language-to-learn-for-a-web-developer closed I'm want to learn a desktop programming language preferably C C or C#. I'm a PHP HTML CSS programmer and I would like to..
C++ web service framework http://stackoverflow.com/questions/66166/c-web-service-framework for a C Soap web services framework that support RPC preferably open source. Any recommendations c xml web services frameworks..
Best library for statistics in C++? [closed] http://stackoverflow.com/questions/746364/best-library-for-statistics-in-c for high performance code needs to run in real time preferably open source but if there is nothing that's free and high perf..
C++ gdb GUI http://stackoverflow.com/questions/79023/c-gdb-gui of complex nested C data types Doesn't get confused by and preferably can intelligently step through templated code and data structures..
Well, how does the custom deleter of std::unique_ptr work? http://stackoverflow.com/questions/8274451/well-how-does-the-custom-deleter-of-stdunique-ptr-work a working example of a custom deleter for unique_ptr and preferably also how that works for upcasts and possibly with some wording..
C++ implicit conversions http://stackoverflow.com/questions/867462/c-implicit-conversions out where I am wrong either here or in the original answer preferably with reference to the C Standard please do so. And the answer..
Isn't C++'s inline totally optional? http://stackoverflow.com/questions/908830/isnt-cs-inline-totally-optional inline function you should first read some good paper preferably the Standard since those are really tricky in C basically any..
Lightweight and portable regex library for C/C++? [closed] http://stackoverflow.com/questions/923500/lightweight-and-portable-regex-library-for-c-c What is a good and portable regex library for C C C preferably c c regex share improve this question Boost offers two..
How to output array of doubles to hard drive? http://stackoverflow.com/questions/1090428/how-to-output-array-of-doubles-to-hard-drive to output it to a file on the hard drive I O functions . Preferably in a file format that can be quickly translated back into an..
Print n levels of callstack? http://stackoverflow.com/questions/1341796/print-n-levels-of-callstack if there's an API that will print the callstack for me. Preferably I'd like to print a callstack 5 levels deep. Does windows provide..
How to use enums as flags in C++? http://stackoverflow.com/questions/1448396/how-to-use-enums-as-flags-in-c there a nicer way to express this than just blunt casting Preferably I don't want to rely on constructs from 3rd party libraries..
Capture Screen Image in C++ on OSX http://stackoverflow.com/questions/1537587/capture-screen-image-in-c-on-osx access to an image of the current screen display on a mac Preferably in C not Objective C. c osx screen capture share improve..
Best Way to Store a va_list for Later Use in C/C++ http://stackoverflow.com/questions/1562992/best-way-to-store-a-va-list-for-later-use-in-c-c that it needs to be re translated after initialization. Preferably I would like to hold a copy of the va_list for use with vsnprintf...
Decent profiler for Windows? [duplicate] http://stackoverflow.com/questions/170036/decent-profiler-for-windows decent sampling eg. non instrumenting profilers available Preferably something akin to Shark on MacOS although i am willing to accept..
Template metaprogram converting type to unique number http://stackoverflow.com/questions/1708458/template-metaprogram-converting-type-to-unique-number I'd like to not have to specify a prev type somehow. Preferably figuring out a way to track this automatically. Maybe I'll play..
Boost Preprocessor library for generating a set of types based on a list of basic types e.g. PointI32, PointF32 etc. in C++/CLI http://stackoverflow.com/questions/2222849/boost-preprocessor-library-for-generating-a-set-of-types-based-on-a-list-of-basi double etc. I want to unfold the above type for these. Preferably with the template definition in a separate include file and..
Modern equivalent of BoundsChecker for Visual Studio 2008 http://stackoverflow.com/questions/2560858/modern-equivalent-of-boundschecker-for-visual-studio-2008 me if I am wrong. What are the reliable alternatives Preferably free or at least with trial version available. c share improve..
What?™s the best way to check if a file exists in C++? (cross platform) http://stackoverflow.com/questions/268023/whats-the-best-way-to-check-if-a-file-exists-in-c-cross-platform if there is a better way to do this using standard c libs Preferably without trying to open the file at all. Edit Thanks for the..
Setting the Cursor Position in a Win32 Console Application http://stackoverflow.com/questions/2732292/setting-the-cursor-position-in-a-win32-console-application I set the cursor position in a Win32 Console application Preferably I would like to avoid making a handle and using the Windows..
Generic WebService (SOAP) client library for C++ http://stackoverflow.com/questions/4285585/generic-webservice-soap-client-library-for-c Library that can be easily linked into my application. Preferably this library can be used to access any SOAP WebService so I..
Good tools for creating a C/C++ parser/analyzer http://stackoverflow.com/questions/526797/good-tools-for-creating-a-c-c-parser-analyzer tools that handle the C C preprocessor and language. Preferably these tools would use lex yacc or flex bison for the grammar..
C++ code analysis tools http://stackoverflow.com/questions/546669/c-code-analysis-tools based on best practices or just sensible coding Preferably as an Eclipse plugin or linux application. c code analysis..
Iterator invalidation rules http://stackoverflow.com/questions/6438086/iterator-invalidation-rules What are the iterator invalidation rules for C containers Preferably in a summary list format. Note This is meant to be an entry..
What is the best Evaluation Kit for Learning Embedded C/C++ Development? [closed] http://stackoverflow.com/questions/644889/what-is-the-best-evaluation-kit-for-learning-embedded-c-c-development practices especially on developing for mobile platforms. Preferably 32bit architecture will be helpful with supporting development..
Force-directed layout in C++ http://stackoverflow.com/questions/713701/force-directed-layout-in-c implementation of force directed layout in C used for GUIs Preferably BSD MIT Apache or other non GPL license. c gui force based..
delete[] supplied a modified new-ed pointer. Undefined Behaviour? http://stackoverflow.com/questions/788482/delete-supplied-a-modified-new-ed-pointer-undefined-behaviour defined or unspecified Can anyone confirm this please Preferably by pointing to the correct place in the C Standard. Thanks in..
Well, how does the custom deleter of std::unique_ptr work? http://stackoverflow.com/questions/8274451/well-how-does-the-custom-deleter-of-stdunique-ptr-work apparently ignored so can anyone provide a working example Preferably I'd like to see also how that works for unique_ptr Base p unique_ptr..
Which kind of pointer do I use when? http://stackoverflow.com/questions/8706192/which-kind-of-pointer-do-i-use-when algorithm to determine when to use which smart pointer Preferably including advice regarding dumb pointers raw pointers like T..
|