検索結果 1 件
- 10年前
- フォーラム: C言語何でも質問掲示板
- トピック: xcodeを使ってのC言語のエラーについて
- 返信数: 1
- 閲覧数: 2026
xcodeを使ってのC言語のエラーについて
C言語を練習中なんですが、 main.c #include <stdio.h> int main(void) { printf("いうぇふぃううぇ"); return 0; } main.cに上のコードを入力して、新しいファイルnumber.cを作ったのですがエラーがでて実行できません #include <stdio.h> int main(void) { printf("%d",100): return 0; } 上のコードが実行できません。 こんなことが書いてありました clang: error: linker command failed with exit code 1 (use -v...