Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構造体変数名として abc1 、abc2、abc3、abc4、..abc100 を使用したい。しかし、私はこれを設定する方法がわかりませんか?全く分かりません。
誰でも私を助けることができますか?本当にありがとう。
配列を探しているようです。
typedef struct { /* ... */ } whatever; whatever abc[100]; abc[0] = xxx; abc[3] = yyy;