preprocessor

  • 71Underscore — The underscore [ ] (also called understrike, underbar, low line, or low dash) is a character that originally appeared on the typewriter. Prior to the advent of word processing, the underscore character was the only method of underlining words. To …

    Wikipedia

  • 72Operators in C and C++ — This is a list of operators in the C and C++ programming languages. All the operators listed exist in C++; the fourth column Included in C , dictates whether an operator is also present in C. Note that C does not support operator overloading.… …

    Wikipedia

  • 73Ratfiv — is an enhanced version of the Ratfor programming language, a preprocessor for Fortran designed to give it C like capabilities. Fortran was widely used for scientific programming but had very basic control flow primitives ( do and goto ) and no… …

    Wikipedia

  • 74LS-DYNA — is an advanced general purpose multiphysics simulation software package that is actively developed by the Livermore Software Technology Corporation (LSTC). While the package continues to contain more and more possibilities for the calculation of… …

    Wikipedia

  • 75Unicon (programming language) — Unicon is a programming language descended from Icon and its preprocessor, IDOL, that offers better access to the operating system as well as support for object oriented programming. Unicon began life as a merger of three popular Icon extensions …

    Wikipedia

  • 76Eqn — Part of the troff suite of Unix document layout tools, eqn is a preprocessor that formats equations for printing. A similar program, neqn, accepted the same input as eqn, but produced output tuned to look better in nroff. The eqn program was… …

    Wikipedia

  • 77Attribute-Oriented Programming — (@OP) is a program level marking technique. Programmers can mark program elements (e.g. classes and methods) to indicate that they maintain application specific or domain specific semantics. For example, some programmers may define a logging… …

    Wikipedia

  • 78Camlp4 — is a software system for writing extensible parsers for programming languages. It provides a set of Objective Caml libraries that are used to define grammars as well as loadable syntax extensions of such grammars. Camlp4 stands for Caml… …

    Wikipedia

  • 79General purpose macro processor — A general purpose macro processor is a macro processor that is not tied to, or integrated with, a particular language or piece of software.In its simplest form, a macro processor is a program that copies a stream of text from one place to another …

    Wikipedia

  • 80Pragma once — In the C and C++ programming languages, #pragma once is a non standard but widely supported preprocessor directive designed to cause the current source file to be included only once in a single compilation. Thus, #pragma once serves the same… …

    Wikipedia