게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
#define 관련 질문입니다.
게시물ID : programmer_18022짧은주소 복사하기
작성자 : 자르반고등어
추천 : 0
조회수 : 442회
댓글수 : 3개
등록시간 : 2016/07/27 12:14:19
옵션
  • 본인삭제금지
#ifndef _MULTI_H_
#define _MULTI_H_

#define MAX 50;
#include<iostream>
#include<string>
#include<iomanip>
using namespace std;

class ScoreSource
{
public:
void SetName(string name[], const int num);
void SetScore(const int score[], const int num);
protected:
string name[MAX];
int score[MAX];
int num;
};

class RankGrade
{
public:
int GetGrade(const int score[], const int num);
int SetRank(const int score[], const int num);
protected:
int num;
char grade[MAX];
int rank[MAX];
};

class SungJuk : public ScoreSource, public RankGrade
{
public:
int GetScore(const int index);
string GetName(const int index);

int OrderOnScore();
int DisplayGraph(const int index);
int GetRank(const int index);
int GetOrderScore(const int index);
private:
int OrderScore[MAX];
string OrderName[MAX];
};

#else
#endif

#define 으로 MAX에 관한 설정이 들어갔는데 
각 클래스에 함수 배열에서 선언이 되지않았다고 오류가 뜹니다. 
#define을 잘못 한 걸까요 아니면 다른 문법적 문제가 있나요 
관련 검색어라도 던져주시면 감사하겠습니다 이거 어디서 뭘 검색해야할지 감도 안오네요 
부탁드립니다. 
전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호