Posts by RodrigoApp • 61 points
2 posts
-
1
votes2
answers1700
viewsQ: How to put images on the screen?
In MSX, you used BASIC to put an image on the screen without going out of command line mode. Today, we can’t do this anymore? Without using Opengl or other Apis, how do we place pixels on the…
-
5
votes1
answer394
viewsQ: How are the standard library functions of different programming languages implemented?
How are standard libraries of different programming languages implemented? For example, stdlib.h, or Java.Swing, how the function is implemented System.out.prinln() for example.…