c++ 에서 하나의파일에서 두개의 extern 선언은 불가능 한가요?

kknd345의 이미지

#ifndef SERV_H
#define SERV_H

class MServ
{
private:
//중략//
public:
//중략//
};

extern MAP* p_Map;
extern MSer* p_MSer;

#endif
/////////////////////////////
//main 과 위 클래스는 다른 파일입니다.
////////////////////////////

MSer* p_MSer;
MRobot* p_MRobot;

int main()
{
//중략
}

메인에서 두개의 전역 변수를 extern 을 이용해서 MServ에서 사용하고 싶은데

에러가 납니다. 순간 얼핏 들은게 생각 났는데 두개의 extern 선언은 안된다는거였는데

진짜인가요? 안되면 왜 안되는지 설명좀 부탁드릴게요.

다른방법 없을까요?

drgno1의 이미지

헤더 파일에서 extern 하실필요 없이,
메인 cpp파일에서 extern으로 해당 클래스들을 댕겨 오세요.
물론 class define이 된 header 파일들은 include해주시구요.

테스트 안해봐서 모르겠지만, 아래 처럼 main cpp파일에 extern 댕겨주심 될듯 해요.(헤더에서는 필요 없고요)

==============================================================
/////////////////////////////
//main 과 위 클래스는 다른 파일입니다.
////////////////////////////
# include

extern MSer* p_MSer;
extern MRobot* p_MRobot;

int main()
{
//중략
}

==============================================================

Be the Miracle!
Do rush at the Goal and you will be the no1.

Be the Miracle!
Do rush at the Goal and you will be the no1.

kewlbear의 이미지

에러 메시지가 어떤 것이었는지 궁금하네요.

winner의 이미지

우선 MServ 와 MSer 는 다른 것인가요?
그렇다면 MSer 의 정의는 어디서 하고 있는거죠?

p_MSer 는 된 거 같은데 p_Map 은 또 어디서 정의하나요?

MServ 에서 두 개의 전역변수를 사용하신다면 역시 p_MSer 와 p_Map 을 사용하시는 것 같습니다.
그렇다면 p_MSer 와 p_Map 의 선언은 MServ 의 정의 앞에 나와야 하는 것이 아닌가 싶습니다.

제가 아는 한 extern 이 몇 번 있든 문제없습니다.

drgno1 씀----------------------------------------------------------------------------------
테스트 안해봐서 모르겠지만, 아래 처럼 main cpp파일에 extern 댕겨주심 될듯 해요.(헤더에서는 필요 없고요)

저도 경험이 풍부하지 않습니다만 선언은 여러번 나올 수 있는 것으로 압니다.
즉 p_MSer 와 p_Map 이 정의된 cpp file 에 extern 을 통해 다시 선언한다고 해서 문제가 되지는 않을 것입니다.

kknd345의 이미지

답변 감사드립니다.

include 가 꼬이는 바람에 빼먹었네요 ㅜㅜ

include 하니깐 잘 동작합니다.

=====================

1%의 가능성이면 충분하다!
최선을 다하자!

1%의 가능성이면 충분하다!
최선을 다하자!

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.