"카타 8급 Jenny's secret message"의 두 판 사이의 차이

(새 문서: ==C++== {{카타|8급|C++|2}} <source lang='cpp'> </source>)
 
2번째 줄: 2번째 줄:
{{카타|8급|C++|2}}
{{카타|8급|C++|2}}
<source lang='cpp'>
<source lang='cpp'>
std::string greet(std::string name)
{
  if(name == "Johnny") {
    return "Hello, my love!";
  }
  return "Hello, " + name + "!";
}
</source>
</source>

2019년 3월 16일 (토) 13:19 판

C++

std::string greet(std::string name) 
{
  if(name == "Johnny") {
    return "Hello, my love!";
  }
  return "Hello, " + name + "!";
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}