Waitrud Weber’s blog

things and reminders for memories

2021-08-13から1日間の記事一覧

3d: sound: windows-make: with mmcompilation we can test by use uf debug_console.

It doesn't work well. And we'd rather love to use more "printf" without mmcompilation only for the sound.url: https://waitrudweber.hatenablog.com/entry/2021/08/13/220225download: https://github.com/WaitrudWeber/source_zip/blob/master/displ…

linux: memorization is stable, we can think. threre is no any other way.

#include #include #include "Axex.h" int main () { //x Axex** axex = nullptr; Axex** axex = NULL; axex = (Axex**) malloc (sizeof(Axex*) * 10); for( int i=0; i<10; i++ ) { axex[i] = (Axex*) malloc (sizeof(Axex) * 10); printf("axe[%d]=%d\n", …