When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Macro (computer science) - Wikipedia

    en.wikipedia.org/wiki/Macro_(computer_science)

    jEdit's macro editor. In computer programming, a macro (short for "macro instruction"; from Greek μακρο- 'long, large' [1]) is a rule or pattern that specifies how a certain input should be mapped to a replacement output. Applying a macro to an input is known as macro expansion.

  3. Macro - Wikipedia

    en.wikipedia.org/wiki/Macro

    Macro (computer science), a set of instructions that is represented in an abbreviated format; Macro instruction, a statement, typically for an assembler, that invokes a macro definition to generate a sequence of instructions or other outputs; Macro key, a key found on some keyboards, particularly older keyboards.

  4. Macro and security - Wikipedia

    en.wikipedia.org/wiki/Macro_and_Security

    A type of macro virus that cuts and pastes the text of a document in the macro. The macro could be invoked with the Auto-open macro so that the text would be re-created when the document (empty) is opened. The user will not notice that the document is empty. The macro could also convert only some parts of the text in order to be less noticeable.

  5. High- and low-level - Wikipedia

    en.wikipedia.org/wiki/High-_and_low-level

    In computer science, software is typically divided into two types: high-level end-user applications software (such as word processors, databases, video games, etc.), and low-level systems software (such as operating systems, hardware drivers, firmwares, etc.). As such, high-level applications typically rely on low-level applications to function.

  6. General-purpose macro processor - Wikipedia

    en.wikipedia.org/wiki/General-purpose_macro...

    A general-purpose macro processor or general purpose preprocessor is a macro processor that is not tied to or integrated with a particular language or piece of software.. A macro processor is a program that copies a stream of text from one place to another, making a systematic set of replacements as it does so.

  7. Macroprogramming - Wikipedia

    en.wikipedia.org/wiki/Macroprogramming

    In computer science, macroprogramming is a programming paradigm aimed at expressing the macroscopic, global behaviour of an entire system of agents or computing devices. [1] In macroprogramming, the local programs for the individual components of a distributed system are compiled or interpreted from a macro-program typically expressed by a ...

  8. C preprocessor - Wikipedia

    en.wikipedia.org/wiki/C_preprocessor

    The C preprocessor is the macro preprocessor for several computer programming languages, such as C, Objective-C, C++, and a variety of Fortran languages. The preprocessor provides inclusion of header files, macro expansions, conditional compilation, and line control.

  9. C (programming language) - Wikipedia

    en.wikipedia.org/wiki/C_(programming_language)

    A preprocessor performs macro definition, source code file inclusion, and conditional compilation. There is a basic form of modularity: files can be compiled separately and linked together, with control over which functions and data objects are visible to other files via static and extern attributes.