Keyn1
Keyn1
If I compile a program with "github.com/veandco/go-sdl2/sdl "then everything is ok. The program is compiled. If I insert "github.com/veandco/go-sdl2/ttf " then I get an error C:\GoPrg\sdl2_start>go build main.go # github.com/veandco/go-sdl2/ttf...
Please example, In general, how is this solved
Give an example of how to display it on the screen. What is the point of output in png?
При объявлении массива разными способами получаю разных результат. When declaring an array in different ways, I get different results. // If you declare buf like this, then incorrect numbers are...