<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>c++ on toorun.dev</title><link>https://toorun.dev/tags/c++/</link><description>Recent content in c++ on toorun.dev</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 23 Jul 2026 20:00:00 +0000</lastBuildDate><atom:link href="https://toorun.dev/tags/c++/index.xml" rel="self" type="application/rss+xml"/><item><title>The Sneaky URL Trick: Why Your C++ Compiler Won't Yell at You 🤫</title><link>https://toorun.dev/posts/cpp-compiler-trick-url-no-error/</link><pubDate>Thu, 23 Jul 2026 20:00:00 +0000</pubDate><guid>https://toorun.dev/posts/cpp-compiler-trick-url-no-error/</guid><description>The Sneaky URL Trick: Why Your C++ Compiler Won&amp;rsquo;t Yell at You 🤫 Ever wondered if you could just&amp;hellip; put a URL directly in your C++ code and have it compile? Sounds like it should explode with errors, right? Well, buckle up—it doesn&amp;rsquo;t. And the reason is hilariously clever.
The Magic Code #include&amp;lt;iostream&amp;gt; using namespace std; int main() { https://www.toorun.dev/ int x = 22; cout &amp;lt;&amp;lt; x &amp;lt;&amp;lt; endl; return 0; } This compiles.</description></item></channel></rss>