ハチのブログ

日常系、技術系色々

2022-03-13から1日間の記事一覧

comelang version 1.0.6 リリース

https://github.com/ab25cq/comelang Default parametor values, parametor labels #include<stdio.h> int fun(int x = 123, int y = 345, int z = 456) { printf("x %d y %d z %d\n", x, y, z); } struct sData { int x; int y; int z; }; int sData*::fun(sData* se</stdio.h>…