[ Teach ] in KIDS 글 쓴 이(By): savage (남세진) 날 짜 (Date): 1995년07월24일(월) 00시02분57초 KDT 제 목(Title): [질문] g++로 프로그램을 하는데... 다음과 같은 간단한 프로그램을 실행시켰는데 아주 기묘한 결과가 나옵니다. 왜그런가요? #include <iostream.h> #include <stdio.h> main() { printf("하하하하\n"); cout << " this is just a sentence for testing" ; printf("하하하\n"); } 결과는 .... [flower /export/pl/sjnam/MAIN] test 하하하하 하하하 this is just a sentence for testing[flower /export/pl/sjnam/MAIN] 그럼 대답을 기다리며... 미리 감사 드립니다. |