현재 사용중인 Linux Version은 Debian 7 Wheezy 64bit 난 웬지 static build를 좋아하는 듯하다. 뭐 일단 nCurses Example이라는 이름으로 예제파일을 돌리고 있다. 코드는 여기 https://github.com/drakekr/ncurse-exam 컴파일 cc -o hello hello.c -lncurses ㅇㅋㅇㅋ 짱잘됨! 그럼 static으로 cc -o hello hello.c -lncurses -static 에러를 쫙 뱉네? 음.. 라이브러리 참조가 안된다는 에러가 나오는데.. 뭐야? 파일은 있는데 왜 안돼? 먼저 소스컴파일을 해보기로 했다. apt-get source libncurses5 아따, 잘 받아지네잉 드가서 ./configure하고 make하고 ..
setWindowFlags(Qt::FramelessWindowHint);
어디까지나 MFC 에서만 사용이 가능하다. Java의 split 와 비슷한 개념으로 한번 만들어 봤다. int splitString(CString str, CString var, CStringArray &strs){int count = 0; CString tempStr = str; int length = str.GetLength(); while(length){int find = tempStr.Find(var);if(find != -1){CString temp = tempStr.Left(find);strs.Add(temp);temp += var;tempStr.Replace(temp, _T(""));count++;}else{strs.Add(tempStr);length = 0;}}return count;} -..
- Total
- Today
- Yesterday
- diary
- Information Processor
- humor
- Life News
- 야마꼬툰
- cartoon
- Assembly
- Network Inspector
- C#
- BadCode
- 3D Engine
- USB Lecture
- 프리랜서로 살아남는 법
- Battle
- Web Programming
- wallpaper
- 막장로그
- WDB
- Reverse Engineering
- Military
- console
- medical
- Embedded System
- win32
- 짤방 및 아이콘
- Tech News
- Linux
- Mabinogi
- 나비효과
- network
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |