Daily Dose of Java -- Part 90: Compile-Time Constants (Primitives & String)

Java for Engineers

Daily Dose of Java -- Part 90: Compile-Time Constants (Primitives & String)

3 years ago - 28:07

Understanding TypeScript Compile-Time Constants: A Complete Guide

The Debug Zone

Understanding TypeScript Compile-Time Constants: A Complete Guide

3 months ago - 1:31

Disabling GCC Optimizations for Compile-Time Constants: Is it Possible?

vlogize

Disabling GCC Optimizations for Compile-Time Constants: Is it Possible?

1 month ago - 1:10

Daily Dose of Java -- Part 87: Review of Access Modifiers and Compile-Time Constants

Java for Engineers

Daily Dose of Java -- Part 87: Review of Access Modifiers and Compile-Time Constants

3 years ago - 27:48

Array : Compile-time constants in C++

Hey Delphi

Array : Compile-time constants in C++

2 years ago - 1:24

How to Avoid Compile-Time Constants in Retrofit GET Requests with Kotlin

vlogize

How to Avoid Compile-Time Constants in Retrofit GET Requests with Kotlin

3 months ago - 1:58

C++ : Is it possible to get hash values as compile-time constants?

Hey Delphi

C++ : Is it possible to get hash values as compile-time constants?

2 years ago - 1:00

Daily Dose of Java -- Part 51: "case" Labels Are Compile-Time Constants

Java for Engineers

Daily Dose of Java -- Part 51: "case" Labels Are Compile-Time Constants

3 years ago - 20:32

Understanding Compile-Time Constants in Kotlin: What Can Be const val?

The Debug Zone

Understanding Compile-Time Constants in Kotlin: What Can Be const val?

2 weeks ago - 2:00

C++ : Can I detect at compile time "function arguments" that are compile-time constants

Hey Delphi

C++ : Can I detect at compile time "function arguments" that are compile-time constants

2 years ago - 1:11

C++: Compile-time Constants

Cow Corporation

C++: Compile-time Constants

4 years ago - 8:41

How to Convert Floating-Point Functions into Compile-Time Constants in C++

vlogize

How to Convert Floating-Point Functions into Compile-Time Constants in C++

3 months ago - 1:30

Creating Axis Vectors as Compile-Time Constants in Rust

vlogize

Creating Axis Vectors as Compile-Time Constants in Rust

1 month ago - 1:51

Why does C++ rounding behavior (for compile-time constants) change if math is moved to an inline ...

Sophia Wagner

Why does C++ rounding behavior (for compile-time constants) change if math is moved to an inline ...

1 year ago - 2:08

Solving Rust Macros: Changing a Single Line with Compile-Time Constants using Macros

vlogize

Solving Rust Macros: Changing a Single Line with Compile-Time Constants using Macros

3 months ago - 1:49

Efficiently Reduce Template Parameters in C+ +  for Compile-Time Constants

vlogize

Efficiently Reduce Template Parameters in C+ + for Compile-Time Constants

1 month ago - 1:14

C++ : Are constexpr array members compile time constants?

Hey Delphi

C++ : Are constexpr array members compile time constants?

2 years ago - 1:06

Defining Custom Asserts in Rust Based on Compile-Time Constants

vlogize

Defining Custom Asserts in Rust Based on Compile-Time Constants

3 months ago - 1:54

C# : Why do optional parameters in C# 4.0 require compile-time constants?

Hey Delphi

C# : Why do optional parameters in C# 4.0 require compile-time constants?

2 years ago - 1:11

C++ : Disabling/Hiding functions in a template based on compile-time constants

Hey Delphi

C++ : Disabling/Hiding functions in a template based on compile-time constants

2 years ago - 1:36

Ensuring Compile-Time Constant Message Templates in Java

blogize

Ensuring Compile-Time Constant Message Templates in Java

11 months ago - 1:35

C++ : Will an optimiser deduce mathematical expressions based on compile-time constants?

Hey Delphi

C++ : Will an optimiser deduce mathematical expressions based on compile-time constants?

2 years ago - 1:00

Create Compile-Time Constants with First N Bits Set in C++17

vlogize

Create Compile-Time Constants with First N Bits Set in C++17

3 months ago - 2:01

C++ : Getting template metaprogramming compile-time constants at runtime

Hey Delphi

C++ : Getting template metaprogramming compile-time constants at runtime

2 years ago - 1:12

Generic Odin procedures: Parametric polymorphism

Karl Zylinski

Generic Odin procedures: Parametric polymorphism

11 months ago - 20:15

30 - Compile-time constants in Kotlin

Bhakti Dham 108

30 - Compile-time constants in Kotlin

4 years ago - 4:04

C# : C# - Why are DateTime.MinValue and MaxValue not compile-time constants?

Hey Delphi

C# : C# - Why are DateTime.MinValue and MaxValue not compile-time constants?

2 years ago - 1:42

C++ : Which approach is better for supplying compile time constants to a function ? Function argumen

Hey Delphi

C++ : Which approach is better for supplying compile time constants to a function ? Function argumen

2 years ago - 1:11

Software Engineering: Java regex patterns - compile time constants or instance members?

Roel Van de Paar

Software Engineering: Java regex patterns - compile time constants or instance members?

2 years ago - 2:42

Can C++ compile time constants have a different value for each compiled binary

Mixible

Can C++ compile time constants have a different value for each compiled binary

1 year ago - 2:21

Android Kotlin Tutorial #066 - Class Properties and Fields - Compile-Time Constants

hobbycoderXY

Android Kotlin Tutorial #066 - Class Properties and Fields - Compile-Time Constants

7 years ago - 0:46

What’s a Compile-Time Constant in Java? Risks You Should Know! #java #k5kc #coding #interview

Code With K5KC

What’s a Compile-Time Constant in Java? Risks You Should Know! #java #k5kc #coding #interview

3 months ago - 1:47

C# constants π

Bro Code

C# constants π

4 years ago - 1:04

C++ : Is it possible in C++ to use the same code with and without compile time constants?

Hey Delphi

C++ : Is it possible in C++ to use the same code with and without compile time constants?

2 years ago - 1:07

Inline For Loops: Zig's Tool for Compile-Time Loop Unrolling

Donutloop

Inline For Loops: Zig's Tool for Compile-Time Loop Unrolling

1 year ago - 0:37

C# Constants Explained: Compile-Time vs. Runtime with Const and Static

Fable Craft Software

C# Constants Explained: Compile-Time vs. Runtime with Const and Static

3 months ago - 1:26

How to Determine if a Parameter is a constexpr in Compile-Time

vlogize

How to Determine if a Parameter is a constexpr in Compile-Time

3 months ago - 2:01

Why Does Using Constant String Variables in a Switch Cause a Compilation Error in Java?

blogize

Why Does Using Constant String Variables in a Switch Cause a Compilation Error in Java?

7 months ago - 2:03

Kotlin: val vs const val for variable declaration

Rahul Pandey

Kotlin: val vs const val for variable declaration

4 years ago - 3:33

Kotlin: Ep. 9 - Constants | Immutable Variables

Kody Simpson

Kotlin: Ep. 9 - Constants | Immutable Variables

1 year ago - 5:22

Flutter Developers Are RAVING About This CONST vs FINAL Hack

Code Pie

Flutter Developers Are RAVING About This CONST vs FINAL Hack

6 months ago - 0:35

Harald Achitz: Don't write exception classes, declare exception types

SwedenCpp

Harald Achitz: Don't write exception classes, declare exception types

5 years ago - 24:14

compile time evaluation c

PythonGPT

compile time evaluation c

4 months ago - 16:35

Clarifying the Use of constexpr in C++ Size Declarations

vlogize

Clarifying the Use of constexpr in C++ Size Declarations

3 months ago - 1:24

Solving the Error: request to generate code for .compileTime proc in Nim Language

vlogize

Solving the Error: request to generate code for .compileTime proc in Nim Language

3 months ago - 1:31

How to Get a Label's Address in Borland x86 Inlined Assembler

vlogize

How to Get a Label's Address in Borland x86 Inlined Assembler

5 months ago - 1:29

Understanding How to Read a Value of Type Long from application.yml in Spring Boot

vlogize

Understanding How to Read a Value of Type Long from application.yml in Spring Boot

3 months ago - 1:48

Understanding UniqueKey Usage in Flutter Widgets

vlogize

Understanding UniqueKey Usage in Flutter Widgets

3 months ago - 1:18

How to Initialize Aggregate Types on the Stack with Non-Const Values in C90

vlogize

How to Initialize Aggregate Types on the Stack with Non-Const Values in C90

1 month ago - 1:32

How to Use ValueSource with an Array in Kotlin JUnit 5

vlogize

How to Use ValueSource with an Array in Kotlin JUnit 5

3 months ago - 1:49

Fixing "initializer element is not a compile-time constant" in Objective-C

vlogize

Fixing "initializer element is not a compile-time constant" in Objective-C

5 months ago - 1:30

expression does not evaluate to a constant

CodeDash

expression does not evaluate to a constant

1 month ago - 1:07

How to Pass Value from -Value to -RequestParam in Spring Boot Controllers

vlogize

How to Pass Value from -Value to -RequestParam in Spring Boot Controllers

3 months ago - 1:23

Transforming for Loops with constexpr and Templates in C+ +

vlogize

Transforming for Loops with constexpr and Templates in C+ +

1 month ago - 1:47

How to Build a Flutter Web App Using a Custom Entry Point Instead of lib/main.dart

vlogize

How to Build a Flutter Web App Using a Custom Entry Point Instead of lib/main.dart

3 months ago - 1:36

Understanding # define in Header Files: A CMake Guide

vlogize

Understanding # define in Header Files: A CMake Guide

1 month ago - 1:37

Understanding OCaml Optimization: The Efficiency of List.length for List Literals

vlogize

Understanding OCaml Optimization: The Efficiency of List.length for List Literals

3 months ago - 1:25

How to Fix the Invalid Constant Value Error in Flutter TextField

blogize

How to Fix the Invalid Constant Value Error in Flutter TextField

6 months ago - 1:27

Optimizing C++ Template Functions with Switch Statements for Compile-Time Evaluation

blogize

Optimizing C++ Template Functions with Switch Statements for Compile-Time Evaluation

9 months ago - 1:22

Resolving the Function Argument List Doesn't Match Function Template Error in C++

vlogize

Resolving the Function Argument List Doesn't Match Function Template Error in C++

4 months ago - 1:37

Understanding the Error: Case Expressions Must Be Constant in Flutter and Dart

vlogize

Understanding the Error: Case Expressions Must Be Constant in Flutter and Dart

3 months ago - 1:16

Exploring Non-Type Template Parameters in C++

blogize

Exploring Non-Type Template Parameters in C++

6 months ago - 1:29

Resolving the Constant expression required Error in Java Switch Statements

vlogize

Resolving the Constant expression required Error in Java Switch Statements

3 months ago - 1:24

Understanding Unreachable Statement Errors in Java Code

vlogize

Understanding Unreachable Statement Errors in Java Code

3 months ago - 1:59

How to Use a Function's String Output in C

vlogize

How to Use a Function's String Output in C

3 months ago - 2:07

Calculating Array Sizes with C Preprocessor: Is it Possible?

vlogize

Calculating Array Sizes with C Preprocessor: Is it Possible?

3 months ago - 1:40

How to Use std::apply with Tuple Elements in C++: A Guide to Template Parameters

vlogize

How to Use std::apply with Tuple Elements in C++: A Guide to Template Parameters

3 months ago - 1:49

Understanding Switch Expressions in C#: Resolving Read-Only Property Compilation Issues

vlogize

Understanding Switch Expressions in C#: Resolving Read-Only Property Compilation Issues

3 months ago - 1:53

Const vs Readonly vs Static in C# 🔥 |  #coding #viralvideo #csharp #trending #viral #programming

Soch Tech Ki

Const vs Readonly vs Static in C# 🔥 | #coding #viralvideo #csharp #trending #viral #programming

1 day ago - 2:11

Generic vs meta programming

CodeFix

Generic vs meta programming

1 month ago - 1:05

Module attributes | Elixir Getting Started Guide

Elixir Mentor

Module attributes | Elixir Getting Started Guide

Streamed 1 year ago - 56:55

How to Properly Use Values from an Array in Matching Ranges of Values with ..= in Rust

vlogize

How to Properly Use Values from an Array in Matching Ranges of Values with ..= in Rust

1 month ago - 1:39

How to Create a One Liner Template Type Changer in C+ + 20

vlogize

How to Create a One Liner Template Type Changer in C+ + 20

3 months ago - 1:51

Understanding constexpr Evaluation in C++: Why Your Class Members May Not Work as Template Arguments

vlogize

Understanding constexpr Evaluation in C++: Why Your Class Members May Not Work as Template Arguments

3 months ago - 2:03

Resolving the constexpr Expression Compilation Issue in C+ +

vlogize

Resolving the constexpr Expression Compilation Issue in C+ +

1 month ago - 1:43

Resolving the An annotation argument must be a compile-time constant Error in Kotlin

vlogize

Resolving the An annotation argument must be a compile-time constant Error in Kotlin

3 months ago - 1:29

Constant expressions

CodeIgnite

Constant expressions

4 months ago - 17:15

Resolving the Constant Value Error in Array Declaration in C+ +

vlogize

Resolving the Constant Value Error in Array Declaration in C+ +

3 months ago - 1:50

Should You Use DateTime.MinValue and DateTime.MaxValue in Unit Tests?

vlogize

Should You Use DateTime.MinValue and DateTime.MaxValue in Unit Tests?

3 months ago - 1:40

Understanding the Singleton Pattern in Java: Why x and y Output Differently

vlogize

Understanding the Singleton Pattern in Java: Why x and y Output Differently

3 months ago - 1:44

Optimize Your C++ Library for Embedded Systems: Compile Only Needed Tags

vlogize

Optimize Your C++ Library for Embedded Systems: Compile Only Needed Tags

3 months ago - 1:26

Exploring Runtime and Compile-Time Checking of Type Values in C++

vlogize

Exploring Runtime and Compile-Time Checking of Type Values in C++

4 months ago - 2:13

C++: Compile-time Assertions

Cow Corporation

C++: Compile-time Assertions

4 years ago - 3:55

Dynamically Setting JsonProperty Attributes in C#

vlogize

Dynamically Setting JsonProperty Attributes in C#

1 month ago - 1:57

Mastering Multiple Consecutive Reads on a Socket in C++

vlogize

Mastering Multiple Consecutive Reads on a Socket in C++

3 months ago - 1:55

Accessing Variables in Dart: Solving the const Error with AlertDialog

vlogize

Accessing Variables in Dart: Solving the const Error with AlertDialog

3 months ago - 1:52

Crafting AnyCPU Assemblies with Native DLLs: A Comprehensive Solution

vlogize

Crafting AnyCPU Assemblies with Native DLLs: A Comprehensive Solution

3 months ago - 1:55

Defining Constants in C and C++: Essential Guide with Examples

vlogize

Defining Constants in C and C++: Essential Guide with Examples

10 months ago - 1:51

How to Define a constexpr Variable Based on Runtime String Conditions in C++

vlogize

How to Define a constexpr Variable Based on Runtime String Conditions in C++

3 months ago - 1:52

Understanding C+ +  Arrays: Why Can You Use User Input for Array Sizes?

vlogize

Understanding C+ + Arrays: Why Can You Use User Input for Array Sizes?

1 month ago - 1:46

Creating a Compile Time Constant String for NUnit TestCases

vlogize

Creating a Compile Time Constant String for NUnit TestCases

3 months ago - 1:32

How to Use GRANT Statements with Bound Parameters in PostgreSQL

vlogize

How to Use GRANT Statements with Bound Parameters in PostgreSQL

3 months ago - 1:41

How to Dynamically Change the PointCut Expression in AspectJ

vlogize

How to Dynamically Change the PointCut Expression in AspectJ

3 months ago - 2:04

Exploring the Limits: Can You Call a consteval Function with a Non-Const Reference Parameter?

vlogize

Exploring the Limits: Can You Call a consteval Function with a Non-Const Reference Parameter?

3 months ago - 1:33

How to Efficiently Extract Arbitrary Bit Portions from Bitmaps in Linux Kernel Programming

vlogize

How to Efficiently Extract Arbitrary Bit Portions from Bitmaps in Linux Kernel Programming

3 months ago - 1:34

Understanding the Key Differences Between let (without mut) and const in Rust

vlogize

Understanding the Key Differences Between let (without mut) and const in Rust

4 months ago - 1:43

Understanding the Performance Impact of Static vs Automatic Variables in C++

vlogize

Understanding the Performance Impact of Static vs Automatic Variables in C++

3 months ago - 1:44

Understanding double a[size][size] in C Function Arguments: A Guide to Multidimensional Arrays

vlogize

Understanding double a[size][size] in C Function Arguments: A Guide to Multidimensional Arrays

3 months ago - 1:49

Const vs Constexpr on Variables: Understanding the Differences

vlogize

Const vs Constexpr on Variables: Understanding the Differences

1 year ago - 1:49