c++다운
페이지 정보
본문
Visual Studio 2019 설치 - C언어 및 C++ 학습을 위한
================================================================================
2021년 새롭게 촬영한 강좌는 다음 링크의 강좌를 참고하세요.
================================================================================
#VisualStudio #C언어 #비주얼스튜디오
C언어 및 C++ 학습을 하고자할 때 가장 편리하고 유용하게 사용할 수 있는
Visual Studio 2019의 무료 버전을 다운로드받아 설치하고,
간단히 Hello World를 실행해보는 과정을 진행합니다.
Visual Studio 제품군 설명서는 다음 링크를 참고하세요.
https://docs.microsoft.com/ko-kr/visualstudio/?view=vs-2019\u0026WT.mc_id=DT-MVP-35766
추가적인, 좀 더 자세한 내용은 다음 링크를 참고하세요.
https://docs.microsoft.com/ko-kr/visualstudio/products/?view=vs-2019?WT.mc_id=DT-MVP-35766
박용준 강사 목소리로 되어 있는 모든 프로그래밍 강좌는
데브렉(http://www.devlec.com) 사이트를 참고하세요.
채널에 가입하여 혜택을 누려보세요.
멤버십에 가입하면 더 많은 정보를 얻으실 수 있습니다.
https://www.youtube.com/channel/UCqoypv6hkZ9ySH3WHB5vtRA/join
아티클: 풀스택 닷넷 웹 개발자로 취업하기
https://www.dotnetkorea.com/BoardView?BoardName=RedPlus\u0026Num=332
C/C++ 개발프로그램 설치
우선 C언어에 대한 이야길 먼저 해나가기 위해 개발 프로그램인 MS Visual Studio 2019 버전에 대한 설치과정 영상입니다.
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:38) Windows Installation
⌨️ (0:04:54) Mac Installation
⌨️ (0:08:44) Setup \u0026 Hello World
⌨️ (0:12:29) Drawing a Shape
⌨️ (0:19:55) Variables
⌨️ (0:31:43) Data Types
⌨️ (0:39:15) Working With Strings
⌨️ (0:49:00) Working With Numbers
⌨️ (0:59:41) Getting User Input
⌨️ (1:05:32) Building a Calculator
⌨️ (1:09:28) Building a Mad Libs
⌨️ (1:13:45) Arrays
⌨️ (1:20:03) Functions
⌨️ (1:29:47) Return Statement
⌨️ (1:35:22) If Statements
⌨️ (1:47:15) If Statements (con't)
⌨️ (1:55:58) Building a Better Calculator
⌨️ (2:02:20) Switch Statements
⌨️ (2:10:47) While Loops
⌨️ (2:18:53) Building a Guessing Game
⌨️ (2:29:18) For Loops
⌨️ (2:38:32) Exponent Function
⌨️ (2:45:21) 2d Arrays \u0026 Nested Loops
⌨️ (2:54:55) Comments
⌨️ (2:59:11) Pointers
⌨️ (3:13:26) Classes \u0026 Objects
⌨️ (3:25:40) Constructor Functions
⌨️ (3:34:41) Object Functions
⌨️ (3:41:43) Getters \u0026 Setters
⌨️ (3:54:04) Inheritance
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw
Follow Mike on Twitter: https://twitter.com/GiraffeAcademy
The Giraffe Academy website: http://www.giraffeacademy.com/
⭐️Other full courses by Giraffe Academy on our channel ⭐️
C:
Python:
SQL:
Ruby:
PHP:
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp
================================================================================
2021년 새롭게 촬영한 강좌는 다음 링크의 강좌를 참고하세요.
================================================================================
#VisualStudio #C언어 #비주얼스튜디오
C언어 및 C++ 학습을 하고자할 때 가장 편리하고 유용하게 사용할 수 있는
Visual Studio 2019의 무료 버전을 다운로드받아 설치하고,
간단히 Hello World를 실행해보는 과정을 진행합니다.
Visual Studio 제품군 설명서는 다음 링크를 참고하세요.
https://docs.microsoft.com/ko-kr/visualstudio/?view=vs-2019\u0026WT.mc_id=DT-MVP-35766
추가적인, 좀 더 자세한 내용은 다음 링크를 참고하세요.
https://docs.microsoft.com/ko-kr/visualstudio/products/?view=vs-2019?WT.mc_id=DT-MVP-35766
박용준 강사 목소리로 되어 있는 모든 프로그래밍 강좌는
데브렉(http://www.devlec.com) 사이트를 참고하세요.
채널에 가입하여 혜택을 누려보세요.
멤버십에 가입하면 더 많은 정보를 얻으실 수 있습니다.
https://www.youtube.com/channel/UCqoypv6hkZ9ySH3WHB5vtRA/join
아티클: 풀스택 닷넷 웹 개발자로 취업하기
https://www.dotnetkorea.com/BoardView?BoardName=RedPlus\u0026Num=332
C/C++ 개발프로그램 설치
우선 C언어에 대한 이야길 먼저 해나가기 위해 개발 프로그램인 MS Visual Studio 2019 버전에 대한 설치과정 영상입니다.
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:38) Windows Installation
⌨️ (0:04:54) Mac Installation
⌨️ (0:08:44) Setup \u0026 Hello World
⌨️ (0:12:29) Drawing a Shape
⌨️ (0:19:55) Variables
⌨️ (0:31:43) Data Types
⌨️ (0:39:15) Working With Strings
⌨️ (0:49:00) Working With Numbers
⌨️ (0:59:41) Getting User Input
⌨️ (1:05:32) Building a Calculator
⌨️ (1:09:28) Building a Mad Libs
⌨️ (1:13:45) Arrays
⌨️ (1:20:03) Functions
⌨️ (1:29:47) Return Statement
⌨️ (1:35:22) If Statements
⌨️ (1:47:15) If Statements (con't)
⌨️ (1:55:58) Building a Better Calculator
⌨️ (2:02:20) Switch Statements
⌨️ (2:10:47) While Loops
⌨️ (2:18:53) Building a Guessing Game
⌨️ (2:29:18) For Loops
⌨️ (2:38:32) Exponent Function
⌨️ (2:45:21) 2d Arrays \u0026 Nested Loops
⌨️ (2:54:55) Comments
⌨️ (2:59:11) Pointers
⌨️ (3:13:26) Classes \u0026 Objects
⌨️ (3:25:40) Constructor Functions
⌨️ (3:34:41) Object Functions
⌨️ (3:41:43) Getters \u0026 Setters
⌨️ (3:54:04) Inheritance
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw
Follow Mike on Twitter: https://twitter.com/GiraffeAcademy
The Giraffe Academy website: http://www.giraffeacademy.com/
⭐️Other full courses by Giraffe Academy on our channel ⭐️
C:
Python:
SQL:
Ruby:
PHP:
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp
댓글목록
등록된 댓글이 없습니다.