¡@

Home 

c++ Programming Glossary: hoping

Memory-efficient C++ strings (interning, ropes, copy-on-write, etc)

http://stackoverflow.com/questions/1116040/memory-efficient-c-strings-interning-ropes-copy-on-write-etc

class for my strings that makes this very efficient. I'm hoping for String interning multiple strings of the same value use..

Creating a ZIP file on Windows (XP/2003) in C/C++

http://stackoverflow.com/questions/118547/creating-a-zip-file-on-windows-xp-2003-in-c-c

great since MSDN searches don't turn up much. I'm really hoping to avoid having to ship a third party lib for this because the.. just tantalizing bits and pieces of information. Here's hoping someone in the community has sorted this out and can share it..

How to get the application executable name in Windows (C++ Win32 or C++/CLI)?

http://stackoverflow.com/questions/124886/how-to-get-the-application-executable-name-in-windows-c-win32-or-c-cli

of determining the executable name in C CLI I'm kind of hoping that I've just missed something simple that is available in..

Boost advocacy - help needed

http://stackoverflow.com/questions/1437053/boost-advocacy-help-needed

within a few weeks. And no I never went and looked at it hoping to find errors. I got into the habit of posting the following..

How to support both IPv4 and IPv6 connections

http://stackoverflow.com/questions/1618240/how-to-support-both-ipv4-and-ipv6-connections

and IPV6 connections can send packets to a server. I was hoping that someone could help me out and point me in the right direction..

Java Runtime Performance Vs Native C / C++ Code?

http://stackoverflow.com/questions/1984856/java-runtime-performance-vs-native-c-c-code

comfortable programming in Java than with C or C. I am hoping to get a sense of the performance hit incurred using a JVM interpreter..

Dynamically allocating an array of objects

http://stackoverflow.com/questions/255612/dynamically-allocating-an-array-of-objects

there are a few fixes that seem like overkill which I'm hoping to avoid Creating a copy constructor for A . Using vector int..

What's the best way to do a backwards loop in C/C#/C++?

http://stackoverflow.com/questions/275994/whats-the-best-way-to-do-a-backwards-loop-in-c-c-c

i 42 Is there a better way of doing this Update I was hoping that maybe C# had some built in mechanism for this like foreachbackwards..

Can I make GCC warn on passing too-wide types to functions?

http://stackoverflow.com/questions/310108/can-i-make-gcc-warn-on-passing-too-wide-types-to-functions

main long x 0x10000007 bigger than short printf d n f x hoping for a warning here return 0 Is there a way to make gcc and g..

#pragma pack effect

http://stackoverflow.com/questions/3318410/pragma-pack-effect

out the MSDN page which offered some insight but I was hoping to hear more from people with experience. I've seen it in code..

declaring a const instance of a class

http://stackoverflow.com/questions/4674332/declaring-a-const-instance-of-a-class

there are three questions there and it's bad form but I'm hoping someone can clear this up for me in one answer. EDIT please..

“enum class” emulation or solid alternative for MSVC 10.0

http://stackoverflow.com/questions/4980280/enum-class-emulation-or-solid-alternative-for-msvc-10-0

because of the need to enumerate the values twice. I'm hoping compilers without scoped enum support rapidly become extinct..

Is there a C pre-processor which eliminates #ifdef blocks based on values defined/undefined?

http://stackoverflow.com/questions/525283/is-there-a-c-pre-processor-which-eliminates-ifdef-blocks-based-on-values-define

be the same as the input. This is a simple case I'd be hoping that the code could handle more complex cases too. To illustrate..

Good tools for creating a C/C++ parser/analyzer

http://stackoverflow.com/questions/526797/good-tools-for-creating-a-c-c-parser-analyzer

that could serve as a starting place. Any others I'm hoping to use this as a starting point for translating C C source into..

How to solve Memory Fragmentation

http://stackoverflow.com/questions/60871/how-to-solve-memory-fragmentation

memory allocation mechanisms that may help us and I'm hoping someone can tell me the best one 1 Use Windows Low fragmentation..

Are C++ recursive type definitions possible, in particular can I put a vector<T> within the definition of T?

http://stackoverflow.com/questions/6517231/are-c-recursive-type-definitions-possible-in-particular-can-i-put-a-vectort

anything to worry about Edit I've asked a second question hoping to find a good way of doing this. c share improve this question..

Executing cv::warpPerspective for a fake deskewing on a set of cv::Point

http://stackoverflow.com/questions/7838487/executing-cvwarpperspective-for-a-fake-deskewing-on-a-set-of-cvpoint

I was wondering if it's possible to achieve the effect I'm hoping for using a simple combination of cv getPerspectiveTransform..

while (1) Vs. for (;;) Is there a speed difference?

http://stackoverflow.com/questions/885908/while-1-vs-for-is-there-a-speed-difference

that for is faster. I argued that they should be the same hoping that the interpreter would optimize out any differences. I set..

What is a C++ delegate?

http://stackoverflow.com/questions/9568150/what-is-a-c-delegate

that the codebase where I work has them in abundance. I'm hoping to understand them enough so I can just use them and not have..