retval 과 result 가 혼동되서 헤멨네요

muman의 이미지

황당+허무
30분간 헤멨는데 왜 retval과 result가 똑같이 보였을지...
어제 잠을 덜 잣드니 바로...........ㅜㅜ

voider의 이미지

resval 와 retval는 더욱 헤깔립니다.

-- 아쉬운 하루 되세요 --

cppig1995의 이미지

변수명 비교에 사용되는 유전자가

if(str1[0] = str2[0] && str1[1] == str2[1]) return true;
else return false;

로 수렴하셨군요!

Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.

나는오리의 이미지

cppig1995 wrote:
변수명 비교에 사용되는 유전자가

if(str1[0] = str2[0] && str1[1] == str2[1]) return true;
else return false;

로 수렴하셨군요!

쉽게말해서 결론은 "bug"군요.