Tech & IT 187

String관련 safe함수(_s) 이용하기 (strncpy_s, sscanf_s, _snprintf)

* strncpy, strncpy_s에 대한 오해 풀기 (strncpy_s에서 size설정시 설정size보다 넘어가면 안전하게 size안까지만 copy하는 것이 아님, size가 넘어가게 되면 Error를 띄우라는 의미임) http://gpgstudy.com/forum/viewtopic.php?p=97501 * strcpy, sscanf, sprintf 대신 safe함수(_s) 이용하기 http://doubleyh.tistory.com/entry/strcpy-sscanf-sprintf-대신하여-안전한-프로그램-짜기 1. strcpy은 strncpy, strncpy_s를 사용한다. 참고 : http://msdn.microsoft.com/ko-kr/library/5dae5d43.aspx Example> ch..

옵티머스Q 사용 Tip

App Inventor http://blog.naver.com/baljern/140115964346 옵티머스Q 루팅 A에서 Z까지 http://tsabes.tistory.com/102 루팅 후 지워도 되는 어플 목록 http://twitpic.com/2i9j2p/full 루팅사용자용 위젯 추가등 팝업 화면 스크롤 프레임 향상법 http://cafe.naver.com/androiders/416422 debug.sf.hw=1 후, 카메라 흑백 임시해결법 (VM 사이즈 무관?) http://cafe.naver.com/androiders/533357 옵티머스큐 쿼티자판 세팅방법 http://insjang.tistory.com/entry/%EC%98%B5%ED%8B%B0%EB%A8%B8%EC%8A%A4%ED%81..

VC++ 프로파일링(profiling)

Visual Studio(2008) 프로파일링이란 무엇인가? http://blog.naver.com/process3?Redirect=Log&logNo=20046384258 Visual Studio 프로파일러를 사용한 응용프로그램 병목 지점 찾기 http://falconer.tistory.com/371 VS2010: Investigating a sample profiling report (Function Details) http://blogs.msdn.com/b/colinth/archive/2010/01/18/vs2010-investigating-a-sample-profiling-report-function-details.aspx VS2010: New Profiler Summary Page http://b..