我已經寫在C以下代碼: n. struct UDSData {
char *name;
char *address;
};
n. char UDS1[16] = "fill up sixteen", UDS2[16] = "fill up sixteen";
n. while (something) {
...
108. char UDS
在稍微複雜的一段代碼中遇到問題後,我已經刪除了它,但錯誤依然存在。你能對此粗略的看一眼並指出我的錯誤嗎? //before this, nbnoeud is defined and graphe is a stream that reads from a .txt file
double* xtab = (double *) calloc(nbnoeud, sizeof(double));