Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- conversion constructor
- increment operator
- operator overloading
- std::vector
- pointer to member data
- return by reference
- c++ basic practice
- placement new
- std::cout
- discord bot
- virtual inheritance
- vector capacity
- diamond inheritance
- suffix return type
- std::ostream
- dynamic_cast
- member function pointer
- delete function
- 더 지니어스 양면포커
- vector size
- this call
- virtual function
- base from member
- C++
- new&delete
- std::endl
- virtual function table
- virtual destructor
- c++ multi chatting room
- constructor
Archives
- Today
- Total
목록2026/03/31 (1)
I'm FanJae.
1. IDE(Integrated Development Environment)1-1. 정의IDE는 프로그래밍에 필요한 다양한 도구를 통합한 소프트웨어이다.개발자가 코드 작성, 디버깅, 테스트, 빌드 등을 한 곳에서 수행할 수 있게 해준다.IDE는 프로그래밍 생산성을 높이기 위해 코드 자동 완성, 디버깅, 코드 내비게이션, 빌드 및 실행 도구 등다양한 개발 지원 기능을 포함하고 있다.1-2. 종류 IDE의 종류는 매우 다양하며, 내가 사용해 본 대표적인 IDE는 Visual Studio, IntelliJ IDEA, Eclipse 등이 있다.종류가 다양한 만큼, 프로그래밍 언어나 제공하는 편의 기능에 따라 적절한 IDE를 선택할 수 있다. 또한 비교적 가볍게 사용할 수 있는 IDE도 있다.2. Visual S..
Unity/Unity 초격차캠프
2026. 3. 31. 10:24