About 3,990,000 results
Open links in new tab
  1. terminology - What is "runtime"? - Stack Overflow

    Oct 10, 2010 · The runtime or execution environment is the part of a language implementation which executes code and is present at run-time; the compile-time part of the implementation is called the …

  2. runtime - What is run time environment? - Stack Overflow

    Sep 14, 2010 · Runtime environment provides following services to the program/process :- Resident Memory Resources such as File, Sockets, etc. Environment variables Proper initialization Proper …

  3. runtime - What exactly is a "run-time"? - Stack Overflow

    Sep 1, 2012 · A runtime in this context is a runtime library - a shared library (on Windows indeed a DLL), most commonly specifically referring to the one which provides basic functionality of the language. It …

  4. terminology - Runtime definition - Stack Overflow

    Mar 10, 2010 · In C, the runtime is the environment variables and operating-system provided services that let the program interact with the rest of the system. In an object-oriented language, it's also all …

  5. How do I show the value of a #define at compile-time?

    I know that this is a long time after the original query, but this may still be useful. This can be done in GCC using the stringify operator "#", but it requires two additional stages to be defined first. #define …

  6. Python: dynamically create function at runtime - Stack Overflow

    How to dynamically create a function in Python? I saw a few answers here but I couldn't find one which would describe the most general case. Consider: def a(x): return x + 1 How to create such

  7. What is runtime in context of Python? What does it consist of?

    Feb 18, 2020 · A framework can contain a runtime environment, but is generally tied to a library. Runtime System -- Wikipedia In computer programming, a runtime system, also called runtime …

  8. Changing a macro at runtime in C - Stack Overflow

    Sep 27, 2011 · I have a macro defined. But I need to change this value at run time depending on a condition. How can I implement this?

  9. Is it possible to add runtime parameters based on condition - Azure ...

    Apr 20, 2021 · Is it possible to add runtime parameters based on condition - Azure Devops Pipeline I am afraid it it impossible to runtime parameters conditionally define values based on another parameter …

  10. VBA Runtime Error 1004 "Application-defined or Object-defined error ...

    VBA Runtime Error 1004 "Application-defined or Object-defined error" when Selecting Range Asked 12 years, 4 months ago Modified 4 years, 4 months ago Viewed 1.2m times