Articles by Tag #macro

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Converting enums to and from integers in Rust, implementing the rustls solution

Rust has some cool features, especially its enum types. They’re like a super-powered way to store...

Learn More 0 0Mar 17

Elixir Macro - How it save time & keep code clean for us

Intro I have worked with macro (meta-programming) in C, Delphi & Erlang language but...

Learn More 0 0Feb 26

Excel VBA - Subs and Functions

Sub A Sub procedure is a series of Visual Basic statements enclosed by the Sub and End Sub...

Learn More 0 0Feb 17

#define INC(a) INC(a+1)

Cette macro fait-elle planter GCC ? Lisez et vous aurez la réponse Le but de cet article est de vous...

Learn More -1 0Oct 17 '24