[ Teach ] in KIDS 글 쓴 이(By): Gizmos (그림이) 날 짜 (Date): 1995년07월24일(월) 21시45분13초 KDT 제 목(Title): [Re] g++로 프로그램을 하는데.. 저는 잘 되는 데요 [super:phoenix]42 ~ ] cat > t.cxx #include <iostream.h> #include <stdio.h> main() { printf("하하하하\n"); cout << " this is just a sentence for testing" ; printf("하하하\n"); } [super:phoenix]43 ~ ] g++ t.cxx [super:phoenix]44 ~ ] a.out 하하하하 this is just a sentence for testing하하하 이렇게 결과가 잘 나오고 아마도 프로그램 문제가 아닌거 같은 데요. 별 도움이 안되서 .... 쩝 O0o.................. o........ ... . 그림이가 |