본문 바로가기

Dev./Sec. Study56

links for programming http://www.acme.com/ http://www.boost.org/http://visualstudiogallery.msdn.microsoft.com/ http://www.computerhope.com/unix/uld.htm 2012. 1. 10.
terms for programming 생소한 용어가 이리도 많다 ..ㅋ 다적어 놓겠다. integral promotion (integer promotion) 연산시, 레지스터 크기로 자동 캐스팅 되는 특성 ref.) http://kldp.org/node/78913 type punning 실제 데이터를 컨버팅하는 것이 아니라, 만 캐스팅 (..타입캐스팅이죠 이게) float num; 을 *(int *)# 이라고 쓰면, 데이터가 캐스팅 되는게 아니기 때문에 데이터 자체는 부동 소수점 형식으로 남아있겠지 ref.) http://kldp.org/node/44000 ref.) http://msdn.microsoft.com/en-us/library/0b34tf65%28vs.71%29.aspx near / far pointer 프로그램 개발환경이.. 2011. 12. 22.
WIN32API로 컨트롤 제어 http://msdn.microsoft.com/en-us/library/bb773169%28v=VS.85%29.aspx 끗 ㅋ!.... 이걸 못찾아서 아이고...ㅋㅋㅋㅋㅋㅋ...ㅋㅋㅋ...ㅋㅋ.........ㅋ............. 2011. 6. 3.
gVim .vimrc & Visual Studio (6/9) with gVim 및 단축키 설정 갈수록 귀차니즘은 늘어갈 뿐이고... 포터블로 바꾸는게 덜 귀찮을 듯도.. """"""""""""""""""""""""""""""""""""" " basic set " """"""""""""""""""""""""""""""""""""" syntax on set cindent set nu set ruler set title set ts=4 sw=4 sts=4 "set tabstop, shiftwidth, softtabstop set ls=2 "set laststatus "colorscheme slate set fileencodings=utf-8,euc-kr set nobackup "set ic "ignorecase set hlsearch set path=.,../include "set makeprg=col.. 2011. 5. 18.