"카타 8급 get character from ASCII Value"의 두 판 사이의 차이

(새 문서: ==C++== {{카타|8급|C++|3}} <source lang='cpp'> </source>)
 
2번째 줄: 2번째 줄:
{{카타|8급|C++|3}}
{{카타|8급|C++|3}}
<source lang='cpp'>
<source lang='cpp'>
char get_char(int i) {
  return i;
}
</source>
</source>

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

C++

char get_char(int i) {
  return i;
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}