2008-08-27から1日間の記事一覧

第1回勉強会の回答案

こんなのでどうだろうか。 main.c #include <stdio.h> int main(void) { hello(); return 0; }hello.c #include <stdio.h> #define BUFFER_SIZE 200 void hello() { char buffer[BUFFER_SIZE]; FILE *fin; fin = fopen("message.txt", "r"); if (!fin){ printf(" not open\n ")</stdio.h></stdio.h>…

環境作り、andLinuxとVMware Serverは共存できない?

andLinuxが上手くインストールできない。 どうやらネットワークアダプタ周りで、VMware Serverと干渉しあうみたい。 VMware Serverをアンインストールすると、すんなりインストールできた。