我想知道是否有可能像在c ++中那样在函数调用中初始化struct:
struct point { int x; int y; }; some_function(new point(x,y));
谢谢 :)
c struct function on-the-fly
c ×1
function ×1
on-the-fly ×1
struct ×1