일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 부분인쇄
- timetimermod
- 일대일대응
- 유튜브 에러
- timetimer
- Pelican
- 펠리칸만년필
- 미술관 가고싶다.
- Transistor
- 내돈
- 본명조와 본고딕 글씨체가 맘에 들어요.
- 다중적분
- icecreamsundae
- 유튜브 서버
- 필사용 만년필
- 언젠가 나도 내집을 꾸미겠지.
- npn
- inhaler
- 유튜브 먹통
- PnP
- 유튜브 서버 터짐
- 변수변환
- 읽었던 것도 다정리해놔야겠다.
- 일대일변환
- 서버 터짐
- MOD
- 필사
- 꿀팁
- 교류직류
- AC DC
목록전체 글 (220)
Woooniverse
보호되어 있는 글입니다.
보호되어 있는 글입니다.
코딩 시 발생한 기억할만한 에러는 태그를 에러로 붙여서 모으자! " 중단점을 트리거 했습니다. " 이런 에러가 났다. bool operator==(const Stack& rightStack)//@@@@@@@@@@const@@@@@@@ { bool check = true;//같으면 true; if (this->get_size() == rightStack.get_size()) { for (int i = 0; i get_item(i) != rightStack.get_item(i)) check = false; } return check; } else if (this->get_size() != rightStack.get_size()) { check = false; re..
보호되어 있는 글입니다.
#include #include using namespace std; class Printer { private: string model, printer, person; public: Printer(string _model = "d_model", string _printer = "d_printer", string _person = "d_person") : model(_model), printer(_printer), person(_person) { } virtual void printInfo() { cout
#include using namespace std; class Account { string name, id; int balance; public: Account(string input_name = "defalut_name", string input_id = "defalut_id", int input_bal = 0) : name(input_name), id(input_id), balance(input_bal) {} //생성자 및 defalut 초기화 string getName(void)const; string getID(void)const; int getBal(void)const; Account operator+(const Account& someone_account) { Account result(t..
네이버에 쳐도 안나오고 구글에 쳐도 안나온다. 누나폰에서도 안되고 내폰에서도 안되는 걸 보니 핸드폰에서 터진듯하다. 탐색창부터 복구가 된 것 같다. 나만 그런 게 아님을 몇몇 영상에서 볼 수 있었다