Wednesday 30 October 2019

c++ - How did this person code "Hello World" with Microsoft Paint?

I have just seen this within the past few days and cannot figure out how it works. The video I talk about is here:





It's the top rated answer from this question: Why was this program rejected by three compilers?



How is this bitmap able to show a C++ program for "Hello World"?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...