inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

172만명의 커뮤니티!! 함께 토론해봐요.

다차원 문자 배열 관련 포인터 변수

해결됨

(2026 최신!) 일주일만에 합격하는 정보처리기사 실기

다차원 배열과 문자열 배열 21:45 다차원 문자열 배열에서 포인터 변수 관련으로 질문이 있습니다. *arr[2][2]={{"Hello", "World"}, {"app", "dev"}} 이렇게 2차원 문자 배열이 있을 때 printf("%c\n", arr);의 답은 arr의 초기값으로 H인지 아니면 Hello인지 궁금합니다. 그리고 arr+1 또는 arr ++ 하면 다음 주소로 이동하는 값을 나타내는 것이라고 하는데 그러면 답이 e인지 아니면 World인지 궁금합니다.

  • python
  • java
  • c
  • 정보처리기사
  • 정보처리산업기사
dhkdxo12 댓글 2 좋아요 0 조회수 72

git:(main) x 중 이 노란색 x같은 것은 무엇일지요?

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

회차가 지날 수록 넘 어렵네요.. 밑에 project 강의를 들으면서 해보면 좀 나아질려나요? ㅠㅠ

  • react
  • 인공지능(ai)
  • claude
keulseok 댓글 2 좋아요 0 조회수 59

다차원 배열에서 포인터 변수 주소 이동 관련

해결됨

(2026 최신!) 일주일만에 합격하는 정보처리기사 실기

다차원 배열과 문자열 배열 1:14 예를 들어, {2, 4, 8, 10, 12} 라는 배열이 있을 때 포인터 p 변수 경우 *(p+4)를 하면 12가 답이 됩니다. 하지만 아래와 같이 다차원 배열 일 때 {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}} *(p+4)를 하면 답이 어떻게 되는지 궁금합니다.

  • python
  • java
  • c
  • 정보처리기사
  • 정보처리산업기사
dhkdxo12 댓글 2 좋아요 0 조회수 71

mcp설정

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

노션을 설정하려고 하는데 저는 윈도우 환경이고 npx -y @smithery/cli@latest mcp add smithery/notion --client claude-code 이거를 입력해서 설정을 했는데 json파일이에 아무런 글씨도 추가되지 않고 연결이 완료 되어서 api를 작성하지 못했습니다. 그래서 클로드 코드에 노션 api를 넣는곳을 못찾겠다고 하니 내용을 작성해준다고 하네요 이런식으로 mcp설정을 해도 괜찮은 걸까요?? 학습내용과 다른 이런 방삭으로 설치하는 것도 괜찮은지 궁금합니다!

  • react
  • 인공지능(ai)
  • claude
Vincent 댓글 2 좋아요 0 조회수 101

mcp 질문입니다.

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

mcp로 노션을 선택하여 하려고하는데, 이것은 따로 스코프가 설정이 안되는 것 같은데 mcp마다 작동 방법이 다른건가요?? npx -y @smithery/cli@latest mcp add notion --client claude-code

  • react
  • 인공지능(ai)
  • claude
Vincent 댓글 2 좋아요 0 조회수 71

개인 프로젝트로 앱 개발해서 다운로드 1300 달성했는데 어느 정도 의미가 있을까요? (안드로이드 개발자)

미해결

포트폴리오 어나더레벨 | 합격하는 이력서 작성법

안녕하세요! 좋은 강의 감사합니다! 제가 1년 동안 기획하고 개발해서 플레이 스토어에 출시한 커뮤니티 앱이 있습니다. 그 후 6개월동안 꾸준히 업데이트하고 관리해서(코드 13만줄, 앱 계속 운영중) 현재 1300다운로드, 리뷰 80개를 달성했는데, 이제 취업을 하려고 하니 차라리 적당히 하고, 다른 스펙 쌓는 게 나았을까 생각이 드네요 저의 성과가 어느 정도 가치가 있는지 솔직한 평가가 궁금합니다. 앱 개발에 너무 몰두하다 보니 다른 팀 프로젝트나 자격증이 부족하다고 느껴져서 만약 그렇게 큰 가치가 없다고 하면 부트캠프를 지원하거나 해서 팀 프로젝트를 쌓고, 가치가 있다고 하면 코테에 몰두하려고 합니다 정말 솔직한 말씀 부탁드립니다!

  • HTML/CSS
  • javascript
  • python
  • java
  • 포트폴리오
이유빈 댓글 1 좋아요 0 조회수 114

return res 의미

해결됨

(2026 최신!) 일주일만에 합격하는 정보처리기사 실기

함수와 재귀함수(v2) 38:23 return res; 구문은 의미가 없이 그냥 있는건가요?

  • python
  • java
  • c
  • 정보처리기사
  • 정보처리산업기사
dhkdxo12 댓글 2 좋아요 0 조회수 82

기본 터미널과 iterm2 에서 실행시키는 claude의 명령어들 반응이 다릅니다..

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

아직도 기본 터미널에서 작동하는 claude의 경우 시프트 또는 옵션 + 엔터 줄바꿈이 안되고 iterm2 에서 작동하는 claude의 명령어들 (/init, /terminal-setup 등) 의 명령어는 작동하지 않거나 그냥 클로드가 명령어라고 생각하고 생각하고 그에 관련된 명령어를 수행하려고만 합니다 (수업떄 나오는 화면이 안나타남) 맞게 하고 있는건지 아직은 잘 모르겠네요 ㅜㅠ

  • react
  • 인공지능(ai)
  • claude
Brito Yim 댓글 2 좋아요 0 조회수 181

포인터 입력값

해결됨

(2026 최신!) 일주일만에 합격하는 정보처리기사 실기

함수와 재귀함수(v2) 22:15 void printString(char *str){ printf("입력된 문자열: %s\n", str); } int main(){ char myString[] = "this is string"; printString(myString); return 0; } 위 구문에서 void 구문 중 char *str 부분에서 설명으로 myString을 가리키는 주소 값 중 1번째를 가리킨다고 하는데 t가 아니라 왜 this is string 배열 전체를 의미하는지 이해가 되지 않습니다.

  • python
  • java
  • c
  • 정보처리기사
  • 정보처리산업기사
dhkdxo12 댓글 2 좋아요 0 조회수 60

커서 갑자기 에러

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

아래와 같은 이미지가 뜨면서 커서AI가 실행이 안됩니다 재설치해도 안돼요 ㅠ

  • react
  • 인공지능(ai)
  • claude
Hansang Kim 댓글 2 좋아요 0 조회수 119

클로드설치에러

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

PS C:\Users\hansa> irm https://claude.ai/install.ps1 | iex Setting up Claude Code... iex : 'claude-2.1.85-win32-x64.exe' 프로그램을 실행하지 못했습니다. 액세스가 거부되었습니다위치 줄:77 문자:9 + & $binaryPath install $Target + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~. 위치 줄:1 문자:37 + irm https://claude.ai/install.ps1 | iex + ~~~ + CategoryInfo : ResourceUnavailable: (:) [Invoke-Expression], ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailed,Microsoft.PowerShell.Commands.InvokeExpressionCommand PS C:\Users\hansa>

  • react
  • 인공지능(ai)
  • claude
Hansang Kim 댓글 2 좋아요 0 조회수 297

플러그인 다운로드가 안됩니다.

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

/plugin marketplace add gymcoding/my-marketplace 명령어로 마켓플레이스가 추가가 안됩니다. 깃헙 레파지토리가 막힌건가요?

  • react
  • 인공지능(ai)
  • claude
길재용 댓글 1 좋아요 0 조회수 70

Understanding Information Security Governance for ServiceNow CIS-SPM Exam

해결됨

AI 에이전트 개발 오리엔테이션

Mastering Information Security Governance for ServiceNow CIS-SPM Exam Success For professionals preparing for the CIS-SPM exam, mastering Information Security Governance (ISG) is critical for both exam success and practical career application. The CIS-SPM exam evaluates candidates on their understanding of governance frameworks, risk management strategies, regulatory compliance, and best practices for safeguarding enterprise information systems. Developing a strong foundation in these areas ensures that you are not only prepared for the exam but also capable of applying governance principles effectively in real-world scenarios. Understanding Information Security Governance Information Security Governance is the framework by which organizations direct, manage, and monitor information security to support their overall business objectives. Within the CIS-SPM exam, candidates must understand how governance aligns with corporate strategy, risk management, and compliance requirements. Governance goes beyond day-to-day security operations; it involves strategic alignment with organizational goals, efficient allocation of security resources, performance measurement using KPIs, and demonstrating value delivery to stakeholders. Exam questions frequently assess your ability to differentiate between governance and management and to interpret governance principles in practical situations. Key Frameworks and Standards in CIS-SPM A deep understanding of established frameworks is a cornerstone of CIS-SPM exam preparation. ISO/IEC 27001 and 27002 are essential standards defining the requirements for an Information Security Management System (ISMS) and outlining specific controls to manage risks effectively. The NIST Cybersecurity Framework (CSF) emphasizes core functions such as Identify, Protect, Detect, Respond, and Recover, which are often referenced in exam scenarios. Candidates should also be familiar with COBIT, which focuses on aligning IT governance with business objectives, and ITIL security management practices that integrate security into IT service management. A practical grasp of these frameworks allows candidates to confidently address scenario-based questions that test governance, policy creation, and compliance alignment. Governance Policies and Compliance Developing and enforcing security policies is a critical topic in the CIS-SPM exam. Policies form the foundation of governance and ensure consistency across organizational processes. Candidates should understand how to create, maintain, and implement acceptable use policies, data protection policies, and incident response procedures. Regulatory compliance knowledge, including GDPR, HIPAA, and ISO standards, is also essential, as exam scenarios often involve aligning policies with legal requirements. Additionally, understanding accountability and the distinction between executive responsibility and operational execution is frequently tested in CIS-SPM exam questions, particularly in scenarios involving audits or security incidents. Risk Management and Strategic Decision-Making Risk management is central to information security governance and a major focus of the CIS-SPM exam. Candidates are expected to identify threats, vulnerabilities, and potential impacts, evaluate risks using qualitative or quantitative methods, and recommend mitigation strategies. The exam often presents scenarios requiring judgment in prioritizing risks, allocating security resources, and communicating findings to senior management. A successful candidate demonstrates the ability to make strategic decisions grounded in governance principles, rather than simply applying technical solutions. Measuring and Reporting Security Effectiveness Effectively measuring and reporting on information security programs is another key area for CIS-SPM exam success. Candidates should understand how to utilize key performance indicators (KPIs) such as incident resolution times, audit compliance results, and the number of detected security incidents. Key risk indicators (KRIs) help identify potential vulnerabilities or regulatory exposures. The ability to interpret these metrics and use them to refine policies, controls, and security posture is frequently tested in exam questions. CIS-SPM emphasizes continuous improvement and governance iteration, requiring candidates to demonstrate analytical and strategic thinking. Effective ServiceNow CIS-SPM Exam Preparation and Practice Taking a CIS-SPM exam is a crucial step for exam success, as it helps candidates identify knowledge gaps, improve time management, and get familiar with scenario-based questions that test governance, risk management, and compliance skills. Practice exams allow you to apply theoretical concepts to real-world situations, such as evaluating policies for regulatory compliance or recommending risk mitigation strategies. By reviewing results and focusing on weak areas, candidates can refine their decision-making and strategic thinking. P2PExams offers high-quality CIS-SPM Practice Exams with detailed explanations and real-world case studies, helping learners build confidence, reinforce key concepts, and enter the exam fully prepared to succeed.

  • python
  • adk
  • ai-agent
Clyde riordan 댓글 1 좋아요 0 조회수 95

output-style is deprecated

해결됨

실리콘밸리 엔지니어와 함께하는 Claude Code(개발자용)

output-style 명령어 강의 영상에 대한 질문입니다. 음.. 이건 이제 사용할 수 없는건가요? 유사한 기능이 출시되거나 하진 않은건가요? 회사에서 이제 막 처음 claude로 전환해보자 해서 학습을 진행 중인 신입입니다. 좋은 강의 영상 감사드립니다.

  • 업무-생산성
  • 인공지능(ai)
  • ai-agent
  • claude
  • 바이브코딩
김성규 댓글 2 좋아요 0 조회수 175

"대화형 질문 기능" 관련 수업질문

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

플랜모드로 똑같이 명령어를 입력하니 영상에서처럼 플랫폼/프론트엔드/백엔드/기능/submit 이 아닌 방향/기능/submit 으로만 뜨는데 어떻게 해야될까요? 모델은 똑같이 소넷으로 했습니다.

  • react
  • 인공지능(ai)
  • claude
이태연 댓글 2 좋아요 0 조회수 72

오류인가바요...

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

복사해서 붙혀넣기했는데 빨간글씨로 뭐라고 뜨네요... 설치가 안되나바요

  • react
  • 인공지능(ai)
  • claude
gypog5122 댓글 2 좋아요 0 조회수 64

시스템 프롬프트에 대해서

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

안녕하세요, 수업중에 CLAUDE.md파일은 시스템 프롬프트가 아니라 100% 따르지 않는다고 설명해 주셨는데요, 이 말을 다르게 말하면 클로드는 시스템 프롬프트는 100% 따른다는 말로 들립니다. 그렇다면 우리가 시스템 프롬프트를 설정하는 방법도 배워야 한다고 생각이 들어서요. 그런데 '시스템 프롬프트'라는 용어가 익숙하지 않아서 그런데, 혹시 지난 모든 강의 중에서 우리가 시스템 프롬프트에 대해서 배운적이 있을까요? 우리가 배우지 않은건지, 제가 놓친건지 알수가 없어서 질문으로 드립니다. 배우지 않았다면 추후에 이 강의를 통해 배울 수 있는지, 혹은 설정이 권장되지 않기 때문에 배우지 않은 부분인지 궁금합니다 !

  • react
  • 인공지능(ai)
  • claude
soosoo 댓글 1 좋아요 0 조회수 53

수강기간 연장 문의드립니다.

해결됨

[퇴근후딴짓] 빅데이터 분석기사 실기 (작업형1,2,3)

안녕하세요. 올해 반드시 빅데이터분석기사를 취득하고자 하는데요. 대학원과 직장 병행으로 실기에 계속 불합격하고, 필기를 합격한 후 2년 만료가 지나버렸습니다.. 게으른 제탓입니다ㅠ 올해도 제12회차 필기 때 잘 없던 토요일 출장이 잡혀서 필기도 응시 못했는데요. 제13회차때는 필기와 실기 모두 한번에 합격하는 것으로 목표로 하고있습니다. 송구스럽지만, 2026년 8월 14일까지인 기간을 11월 28일(제13회차 실기)일까지 연장이 가능할까요? 만약, 별도 연장 결제 방법이 있다면 말씀 부탁드립니다.

  • python
  • 머신러닝
  • 빅데이터
  • pandas
  • 빅데이터분석기사
gotok 댓글 2 좋아요 0 조회수 99

현 차트에서 강의가 마무리 된건지??

해결됨

(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI

현재 강의가 마무리는 아닌거 같은대, 언제 강의가 업로드 될까요..?

  • python
  • flask
  • next.js
  • 인공지능(ai)
원영규 댓글 2 좋아요 0 조회수 100

인기 태그

인프런 TOP Writers

주간 인기글