标签: dynamic malloc text-files structure dynamic-memory-allocation
如何在c#中分配动态文件并从文本文件中读取结构
struct Polynom : {int n; int * v; };
这是我的结构。