¡@

Home 

c++ Programming Glossary: replacements

Why are preprocessor macros evil and what are the alternatives?

http://stackoverflow.com/questions/14041453/why-are-preprocessor-macros-evil-and-what-are-the-alternatives

that clashes with a name used elsewhere you get macro replacements where you didn't want it and this usually leads to strange error..

or is not valid C++ : why does this code compile?

http://stackoverflow.com/questions/1433345/or-is-not-valid-c-why-does-this-code-compile

^ not not_eq compl ~ . As MadKeithV points out these replacements came from C's iso646.h and were included in ISO C as operator..

What is the difference between #include <filename> and #include “filename”?

http://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename

of preprocessing tokens. The directive resulting after all replacements shall match one of the two previous forms. The method by which..

Are there any tools for tracking down bloat in C++?

http://stackoverflow.com/questions/3141555/are-there-any-tools-for-tracking-down-bloat-in-c

I have a set of multiway tree templates that act as replacements for the red black tree standard containers. They are written..

Is there a replacement for unistd.h for Windows (Visual C)?

http://stackoverflow.com/questions/341817/is-there-a-replacement-for-unistd-h-for-windows-visual-c

I know I can create my very own unistd.h which contains replacements for the things I need especially in this case since it is a..

What is the value of an undefined constant used in #if? (C++)

http://stackoverflow.com/questions/5085392/what-is-the-value-of-an-undefined-constant-used-in-if-c

upon. The C99 standard specifies at §6.10.1 ¶3 After all replacements due to macro expansion and the defined unary operator have been.. section in the C standard §16.1 ¶4 states After all replacements due to macro expansion and the defined unary operator have been..

Use C++ with Cocoa Instead of Objective-C?

http://stackoverflow.com/questions/525609/use-c-with-cocoa-instead-of-objective-c

some QuickTime functionality though there are approximate replacements in the Qt API. As you point out Carbon will not be ported to..

Most efficient way to escape XML/HTML in C++ string?

http://stackoverflow.com/questions/5665231/most-efficient-way-to-escape-xml-html-in-c-string