WCC01:/home/memnon/Work/project/SPACE_2009 ] Starting browser ...
libgcc_s.so.1 must be installed for pthread_cancel to work
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 20 (X_GetProperty)
Resource id in failed request: 0x140000a
Serial number of failed request: 16513
Current serial number in output stream: 16513
/usr/lib/mozilla-seamonkey-1.0.8/mozilla-bin: /home/tool/cadence/IC5141/tools/lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
/usr/lib/mozilla-seamonkey-1.0.8/mozilla-bin: /home/tool/cadence/IC5141/tools/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
제가 궁금한 사항은 C언어로 프로그래밍을 할 때 사용할때 for 문과 while 문 중에 어떤 것을 사용해야 하는지 알고싶습니다. 언떤 경우에 for가 더 좋다던지 아니면 어떤 경우에는 while문이 더 좋다던지 이런 것이 궁금합니다.
또 모든 for/while 은 서로 대치가 가능한가요?