블로그 이미지
다엄
잘해야지

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

Notice

    'Project & studying/Undergraduate'에 해당되는 글 6

    1. 2009.11.04 fscanf .c- Expression: stream != NULL에러처리

    Debug Assertion Failed!

    Program: [실행파일경로]

    File : f:\dd\vctools\crt_bld\self_x86\crt\src\fscanf.c
    Line: 52

    Expression: (stream != NULL)

    For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.

    프로그래밍 과제 중 다음과 같은 에러가 발생했다.
    stream != NULL이라는게 실행 중 전달받은 stream 변수가 NULL이었다는 말이라고 한다.
    -> FILE 포인터가 NULL이라는 말이므로 input파일이 소스와 같은경로에 있는지 확인하면 된다.
    posted by 다엄