데브 씨플플
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
printf("ff");
system("PAUSE");
return EXIT_SUCCESS;
}
여기서 왜 1073741819에러 나는거임 제발 도와줘
세미콜론 때도 똑같이 1073.. 에러 나는거보니까 코드문제는아닌데
검색해서 나온거 해봤는데 안됨
데브 씨플플
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
printf("ff");
system("PAUSE");
return EXIT_SUCCESS;
}
해당 댓글은 삭제되었습니다.
ㅇㅎ 감사합니다 다른거 써야겠네용..