Explore tweets tagged as #preprocessor
Pure C Quine Using Only the Preprocessor – Self-Printing Program (Works on Every C Compiler, 1989–2025): A true quine is a program that prints its own complete source code with no input. The version below uses only the C preprocessor (stringification # and a tiny trick) to
0
2
8
ControlNetを使ってイラストの描き込みを増やす ControlNetの参照にノイズ画像を設定してイラストを生成することで、イラストの描き込みを増やすことが可能 1枚目:通常のプロンプトで生成した画像 2枚目:ControlNet設定画面 参照画像にノイズ画像を設定 Preprocessor: None Model: anytest
1
17
189
0
0
4
Preprocessor Directives and Macros: Preprocessor directives and macros enable powerful code manipulation before compilation. Advanced techniques like token pasting (##), stringizing (#), and variadic macros (...) allow dynamic code generation, while conditional compilation with
0
6
62
Vibe-coding a markdown preprocessor for free in a weekend How I vibe-coded a markdown preprocessor over a weekend with only free tools #vibecode
https://t.co/BhhxR5c648
0
0
0
Introducing Rendu: JavaScript Hypertext Preprocessor Not just a template engine — Rendu bridges SPA and SSR using modern Web APIs with multi-streaming and async support.
24
17
195
Good afternoon (DAY 9) > Project Work > C programming - Strings and manipulation functions, Input and output (printf, scanf, etc), Preprocessor directives - Workouts page navigates to pre-filled log form and LogWorkout page accepts pre-filled state, same with sins page
0
0
12
MTV Crafter. A kind of motion transfer / preprocessor ... thing? Again, KJ's got the model up. Its implemented, there is a WIP in the main branch example folder. Don't know when it was done though. https://t.co/KQcc4j6Gau
https://t.co/V7ZuwUuQmc
0
0
6
1
22
200
[29/07/25] - Had a bit of a slow start to the day - Officially started my C++ arc - Learned how std::cin and std::cout are buffered - Learned about namespaces and forward declarations - Explored preprocessor directives and macros - Learned about conditional compilation (#ifdef,
2
0
13
A viewer said they like this technique, so it's worth sharing. You can make a limited form of namespaces in C by leveraging the preprocessor to write a program that writes your own header files, importing the defines you want and renaming them to something else.
1
0
17
After some issues, I finally got the blog up and running. The blog runs on mdsvex, a markdown preprocessor for Svelte. It lets you write markdown files that behave like Svelte components. Design-wise, I liked the @tailwindcss blog page, so I got some inspo from there.
0
0
0
My phone keeps auto correcting me & suggesting preprocessor directives during normal conversations lol.
0
0
0
🔷Day 69: #100DaysOfCode 🔹Started To-Do List project in C++ 📝 🔹Explored preprocessor directives ⚙️ 🔹1 Sigma Web Dev vid & SQL intro 🌐 🔹Solved 2 Medium LeetCode problems 💻 🔹Learnt to handle cross-platform ANSI colors 🎨 #CPP #WebDevelopment #LeetCode #CodingJourney
1
0
18
DISCLAIMER: DO NOT USE THIS IN PRODUCTION CODE. Mixing X-macros with nested _Generic leads to polymorphism in C that is O(1) scalable. The dumb preprocessor can achieve things C never imagined. Now, the cost is clear. I can explain this and show the whole implementation, but
So... There's a third way to achieve polymorphism in C... Should we talk about this one? I have mixed feelings. It is as beautiful and elegant as it is ugly and vomitive.
13
11
128
The book Software Tools by Brian Kernighan and P.J. Plauger, published in 1976, teaches programming principles using Ratfor (Rational Fortran), a preprocessor for Fortran. Its preface reads like a gathering of Unix luminaries 👀
1
19
89
Any URL will work! (Unless you have an ancient preprocessor.)
80
113
934
The Preprocessor: Everything You Need to Know and More! In this talk, he talks about the C and C++ preprocessor directives, where the abilities of the preprocessor differ between the two languages, and the modern C++ attempts to replace those directives
1
7
88