588
you are viewing a single comment's thread
view the rest of the comments
[-] paequ2@lemmy.today 22 points 2 days ago* (last edited 2 days ago)

IDE users pretending compilers don't exist.

$ guix shell gcc

[env]$ g++ test.cpp 
test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=]
    4 |         return 0<U+037E>
      |                ^~~~~~~~~
test.cpp: In function ‘int main()’:
test.cpp:4:16: error: unable to find numeric literal operator ‘operator"";’
test.cpp:4:18: error: expected ‘;’ before ‘}’ token
    4 |         return 0;
      |                  ^
      |                  ;
    5 | }
      | ~

Look ma, no IDE! 😸

this post was submitted on 31 Jul 2025
588 points (98.7% liked)

Programmer Humor

37530 readers
81 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS