http://stackoverflow.com/questions/1642028/what-is-the-name-of-the-operator?rq=1
Q: --> 오퍼레이터를 뭐라고 부르죠?
아래와 같은 코드를 보았습니다. --> 오퍼레이터를 를 뭐라고 부르죠?
"while( x--> 0)"
(질문자: GManNickG)
A: 그거 오퍼레이터 아닙니다. 그냥 -- 연산을 한 뒤, 크기비교를 > 이 연산자로 한 것 뿐입니다.
(답변자: Potatoswatter)
4694 1138 | After reading Hidden Features and Dark Corners of C++/STL on Here's the code:
I'd assume this is C, since it works in GCC as well. Where is this defined in the standard, and where has it come from? |
4596 +50 |
The conditional's code decrements To better understand, the statement could be written as follows:
|
'StackOverflow ' 카테고리의 다른 글
[HTML] 웹 브라우저에 입력할 수 있는 URL의 길이? (0) | 2015.12.09 |
---|---|
[HTML] bgcolor로 "chucknorris" 를 설정하면 붉은 색이 나오는 이유? (0) | 2015.12.08 |
[C] C언어에서, 메모리 포인터를 해제하기 전에 캐스팅해야 하는 이유? (0) | 2015.12.04 |
[Javascript] 구글 캘린더나 구글 독스에서 수신한 JSON 데이터에 while(1); 이나 &&START&& 같은 코드가 들어있는 이유 (0) | 2015.11.30 |
[JAVA] 패스워드에 String이 아닌 char[]를 이용하는 이유 (0) | 2015.11.23 |