c++ 프로그래밍 에러 문제 (segmentation fault)

kanerosars의 이미지

제가 test.txt 라는 파일을 만들어서 거기 안에는

1~10 번까지의 목록을 적어놨어요,

1.c++
2.c
.
.
.
9.python
10.sql

그리고 나서 result.txt 라는 다른 파일을 만들어서 거기에는
test.txt의 목록을 반대 순서로 출력해낼려고 하는데요,
제가 코딩을 해봐서 실행시켜보니까 'segmentation fault'라는 에러 메세지가 떴어요,(참고로 저는 c++ 초보입니다)
어떻게 해야되나요?ㅜㅜ

#include
#include
#include
using namespace std;

void printarray (string arg[]) {
for (int a=0; a<9; a++)
cout << arg[a] << " ";
cout << "\n";
}

int main () {
string line;
int n;
string bogus [9];
ifstream myfile("test.txt");

if(myfile.is_open()){
while (! myfile.eof())
{
getline(myfile,line);
for (n=9; n>-1; n--)
{
bogus[n]=line;
}
}
myfile.close();
}
ofstream mywork;
mywork.open("result.txt");
printarray(bogus);

return 0;
}

승원의 이미지

bogus 배열의 크기가 9로 되어 있군요.

그래서
for (n=9; n>-1; n--)
{
bogus[n]=line;
}
부분에서 런타임 에러가 나는 것으로 보입니다.

크기가 9인 배열의 첨자는 0부터 8까지입니다.

kanerosars의 이미지

아 고맙습니다;;
그런데 array 문제를 고쳐도 출력이 제대로 안되는걸로 봐서
제 출력 code 부분에 문제가 있는걸로 보이기도 하는데..
한 main 함수 안에 ifstream 과 ofstream을 같이 쓸 수 있는 건가요???

morgana의 이미지

txt파일에 개행문자가 더 들어가 있을꺼라 생각되네요.
테스트해보니 아무 생각없이 txt파일 만들면서 그런 경우여서 세그먼트 폴트 나더군요.
한 함수내에서 얼마든지 다른 객체 생성하셔도 됩니다.
파일에 출력을 하시려면 해당 파일에 연결한 객체에 내용을 전달 하셔야 합니다.

=======================================
.

kanerosars의 이미지

감사합니다~

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.