컴파일을 해봤을떄 에러 메세지가 다음과 같이 뜨더군요 ...
error C2248: 'str' : cannot access private member declared in class 'String'
see declaration of 'str'
char * 형으로 선언한 str은 friend 선언을 해줘서 허용이 된다고 생각하는데 왜 이게 오류가 발생하는지 알려주시면
감사하겠습니다..
String.h
#ifndef __STRING_H__
#define __STRING_H__
#include "BankingCommonDecl.h"