¡@

Home 

c++ Programming Glossary: discussing

Memory leak in C,C++; forgot to do free,delete

http://stackoverflow.com/questions/1232262/memory-leak-in-c-c-forgot-to-do-free-delete

for possibly more info than you'll ever need. What we're discussing here is dynamic or heap allocation. share improve this answer..

C++ standard wording: Does “through all iterators in the range” imply sequentiality?

http://stackoverflow.com/questions/14823732/c-standard-wording-does-through-all-iterators-in-the-range-imply-sequential

answers to this question without merely speculating or discussing but in my humble opinion this does not make this question 'not..

When or where was the term “Most vexing parse” coined?

http://stackoverflow.com/questions/1610551/when-or-where-was-the-term-most-vexing-parse-coined

parse&rdquo coined There are countless articles and blogs discussing C 's most vexing parse but I can't seem to find any with a more..

How can I determine distance from an object in a video?

http://stackoverflow.com/questions/2135116/how-can-i-determine-distance-from-an-object-in-a-video

them off the top of my head are way outside the scope of discussing here. If I can find a decent reference I will post it here...

Is .NET “all COM underneath”?

http://stackoverflow.com/questions/2280639/is-net-all-com-underneath

However on a recent DotNet Rocks podcast Jan 2010 in discussing WCF COM and .NET he made some comments that greatly surprised..

Fixed-size floating point types

http://stackoverflow.com/questions/2524737/fixed-size-floating-point-types

in a wider format apply. There is a working group discussing adding C language bindings for the 2008 revision of IEEE 754..

Performance of dynamic_cast?

http://stackoverflow.com/questions/4050901/performance-of-dynamic-cast

developed a design where dynamic_cast is used a lot. When discussing it with co workers almost everyone says that dynamic_cast shouldn't..

How useful would Inheriting Constructors be in C++?

http://stackoverflow.com/questions/4129023/how-useful-would-inheriting-constructors-be-in-c

C As I sit in the C Standards committee meetings they are discussing the pros and cons of dropping Inheriting Constructors since..

Wrapping FILE* with custom std::ostream

http://stackoverflow.com/questions/4151504/wrapping-file-with-custom-stdostream

here look particularly at the bottom of the page which discussing the virtual functions . The implementation linked above overrides..

C++ : How can I know the size of Base class SubObject?

http://stackoverflow.com/questions/4338966/c-how-can-i-know-the-size-of-base-class-subobject

can I know the size of Base class SubObject . Here I was discussing Empty Base Optimization and MSalters made this interesting comment..

Integer division algorithm

http://stackoverflow.com/questions/5097383/integer-division-algorithm

where the aforementioned algorithm is described possibly discussing the implementations If not would it make sense for me to try.. i k 1 new quot a_0...a_ n k 1 rem new There thanks for discussing this with me as I said this does seem to me to be an interesting..

C++ Template Ambiguity

http://stackoverflow.com/questions/52506/c-template-ambiguity

Template Ambiguity A friend and I were discussing C templates. He asked me what this should do #include iostream..

What's the difference between C and C++

http://stackoverflow.com/questions/640657/whats-the-difference-between-c-and-c

see The C Programming Language 3rd Edition Appendix B discussing compatibility issues is available for downloading . share..

Does dynamic memory allocation differ in C and C++ in popular implementations?

http://stackoverflow.com/questions/7443782/does-dynamic-memory-allocation-differ-in-c-and-c-in-popular-implementations

or setting environment variables. Here is one article discussing some features available on Linux. According to Wikipedia glibc..

Hoisting the dynamic type out of a loop (a.k.a. doing Java the C++ way)

http://stackoverflow.com/questions/7451442/hoisting-the-dynamic-type-out-of-a-loop-a-k-a-doing-java-the-c-way

type out of a loop a.k.a. doing Java the C way I was discussing the merits of modern languages compared to C with some friends..

Memory model ordering and visibility?

http://stackoverflow.com/questions/7461484/memory-model-ordering-and-visibility

I really dont know why people dont mention this more when discussing mutexes maybe I had bad teachers . So from what I can tell atomic..

STL algorithms taking the whole container rather than .begin(), end() as arg?

http://stackoverflow.com/questions/8164738/stl-algorithms-taking-the-whole-container-rather-than-begin-end-as-arg

this question There is a nice blog post by Herb Sutter discussing the question. The gist is that adding container based overloads..

std::lower_bound slower for std::vector than std::map::find

http://stackoverflow.com/questions/8784732/stdlower-bound-slower-for-stdvector-than-stdmapfind

This is a somewhat more interesting nut to crack Before discussing my findings so far let me point out that the associative find..

cout or printf which of the two has a faster execution speed C++?

http://stackoverflow.com/questions/896654/cout-or-printf-which-of-the-two-has-a-faster-execution-speed-c

all this there is a thread on the comp.lang.cc group discussing the same issue. Consensus does however seem to be that you should..