Coder Social home page Coder Social logo

Comments (4)

JaeYeopHan avatar JaeYeopHan commented on May 22, 2024

@computerphilosopher 안녕하세요!ㅎㅎ

c/c++ 언어를 제가 잘 몰라서요 ㅎㅎ
Part 추가는 언제든 환영입니다. 이슈를 올려주신 @computerphilosopher 님께서 올려주셔도 되고, 해당 언어에 대한 인터뷰 질문을 잘 알고 그에 대한 대답을 할 수 있는 분께 공유를 해주시면 감사하겠습니다!

from interview_question_for_beginner.

computerphilosopher avatar computerphilosopher commented on May 22, 2024

그럼 제가 받은 관련 질문 몇 개 써보겠습니다.

  1. STL 벡터를 쓰기 부적절한 상황은 언제인가? (답: 중간 삽입, 삭제가 잦을 때)

  2. 댕글링 포인터란 무엇을 말하는가? (답: 이미 해제된 메모리를 지시하는 포인터)

  3. 자바와 c++의 차이는? (답: 자바는 가상머신에서 동작한다. 자바는 가비지 컬렉터가 있다.)

from interview_question_for_beginner.

hyeongyun0916 avatar hyeongyun0916 commented on May 22, 2024

2번에서 스마트포인터까지 추가하면 더 좋아질 것 같네요ㅎㅎ

from interview_question_for_beginner.

cathy-kim avatar cathy-kim commented on May 22, 2024
  1. 스마트 포인터란? 종류 및 사용법? (답: 스마트 포인터(smart pointer)란 포인터처럼 동작하는 클래스 템플릿으로, 사용이 끝난 메모리를 자동으로 해제, 객체의 소멸자에서 delete대신 호출, 개수로 관리, shared_ptr/unique_ptr 존재)
  2. Virtual Function이란? (답: 기본 클래스, 상속되지 않은 클래스 내에서 선언되어 파생 클래스에 의해 재정의되는 맴버 함수)

from interview_question_for_beginner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.