loading
본문 바로가기 메뉴 바로가기

티스토리 뷰

카테고리 없음

[Codecademy] Day 1

Tip_srevil 2022. 1. 10. 09:32
반응형

Learn C++ | Codecademy

 

| Codecademy

Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.

www.codecademy.com


Words

imply : (감정/생각을)넌지시 나타내다[비치다], 은연중에 풍기다/암시[시사]하다/의미하다

Ex) As the name implies, C++ was derived from the C language;

=> 이름에서 알 수 있 듯, C++은 C언어에서 비롯되었다.

derive : (이익/즐거움 등을)끌어내다, 얻다/ (단어/관습 등이) ~에서 비롯되다/

           (사람이) ~의 유래를 찾다. ~에 기원을 두다/유래하다, 파생하다, 나오다

oriented : ~을 지향하다

portability : 이식성/휴대할 수 있음

respected : 훌륭한, 소문난, 높이 평가되는

functionality : 기능성, 목적, 기능

among : ~에 둘러싸인, ~의 가운데에, ~중에, ~간에, ~중에서

specifically : 분명히, 명확하게, 특별히, 구체적으로 말하면

curly braces : {}

character : 성격, 기질, 특징, 특질, 기개

pronounce : 발음하다, 표명하다

operator : 조작하는 사람

quote : 인용하다, 전달하다, 둘다

double quotes : 큰따옴표

punctuation : 구두점, 구두법

statement : 성명, 진술, 서술, 성명서, 진술서


Concept

std::cout = 출력 성질을 가진 stream. 이는 see-out 이라고 표명한다.

<< : 우측 뒤에 오는 내용을 조작하는 것


Organize

1) C++ is a general-purpose coding language.

2) C++ runs line by line, from top to bottom.

3) std::cout is how you output to the terminal.

반응형

[Codecademy] Day 1
본문 바로가기 메뉴 바로가기

티스토리 뷰

카테고리 없음

[Codecademy] Day 1

Tip_srevil 2022. 1. 10. 09:32
반응형

Learn C++ | Codecademy

 

| Codecademy

Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.

www.codecademy.com


Words

imply : (감정/생각을)넌지시 나타내다[비치다], 은연중에 풍기다/암시[시사]하다/의미하다

Ex) As the name implies, C++ was derived from the C language;

=> 이름에서 알 수 있 듯, C++은 C언어에서 비롯되었다.

derive : (이익/즐거움 등을)끌어내다, 얻다/ (단어/관습 등이) ~에서 비롯되다/

           (사람이) ~의 유래를 찾다. ~에 기원을 두다/유래하다, 파생하다, 나오다

oriented : ~을 지향하다

portability : 이식성/휴대할 수 있음

respected : 훌륭한, 소문난, 높이 평가되는

functionality : 기능성, 목적, 기능

among : ~에 둘러싸인, ~의 가운데에, ~중에, ~간에, ~중에서

specifically : 분명히, 명확하게, 특별히, 구체적으로 말하면

curly braces : {}

character : 성격, 기질, 특징, 특질, 기개

pronounce : 발음하다, 표명하다

operator : 조작하는 사람

quote : 인용하다, 전달하다, 둘다

double quotes : 큰따옴표

punctuation : 구두점, 구두법

statement : 성명, 진술, 서술, 성명서, 진술서


Concept

std::cout = 출력 성질을 가진 stream. 이는 see-out 이라고 표명한다.

<< : 우측 뒤에 오는 내용을 조작하는 것


Organize

1) C++ is a general-purpose coding language.

2) C++ runs line by line, from top to bottom.

3) std::cout is how you output to the terminal.

반응형