11
PL in C++ 2014.7.14 박박박 . namespace, Out of Ind

[Pl in c++] 3. namepsace & out of index

  • Upload
    -

  • View
    378

  • Download
    0

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: [Pl in c++] 3. namepsace & out of index

PL in C++

2014.7.14박민근

3. namespace, Out of Index

Page 2: [Pl in c++] 3. namepsace & out of index

수업전 질문http://agebreak.clbnow.com

Page 3: [Pl in c++] 3. namepsace & out of index

강의 내용

1.C++ NameSpace 언제 쓰나요 ?

2.Out of Index

3.언어별 차이와 특징

Page 4: [Pl in c++] 3. namepsace & out of index

1. Namespace

Package : Tool, 라이브러리 , etc..

Page 5: [Pl in c++] 3. namepsace & out of index

2. Out Of Index

std::string strResults[] = { "HIT", "MISS", "DESTROY" }; std::cout << strResults[rand() % 5] << std::endl;

Page 6: [Pl in c++] 3. namepsace & out of index

2. Out Of Index

Page 7: [Pl in c++] 3. namepsace & out of index

2. Out Of Index

Page 8: [Pl in c++] 3. namepsace & out of index

2. Out Of Index

Page 9: [Pl in c++] 3. namepsace & out of index

언어별 차이와 특징

Page 10: [Pl in c++] 3. namepsace & out of index

3. 언어별 차이와 특징

1.C vs C++2.C++ vs C#3.C++ vs Java4.컴파일러 vs 인터프리터

Page 11: [Pl in c++] 3. namepsace & out of index

수업후 질문http://agebreak.clbnow.com