분류 전체보기
-
Eclipse개발/IDE 2009. 7. 15. 01:18
D:\eclipse-workspace\.metadata\.plugins\org.eclipse.core.resources\.projects-Eclipse 3.0 2004.06.28 3.0Eclipse 3.1 2005.06.28 3.1Callisto(칼리스토) 2006.06.30 3.2Europa(유로파) 2007.06.27 3.3Ganymede(가니메데) 2008.06.25 3.4Galileo(갈릴레오) 2009.06.24 3.5Helios(헬리오스) 2010.06.23 3.6eclipse 3.7 = indigo 인디고 2011 WTP(Web Tools Platform)Java EE 개발자 버전 C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tm..
-
gdb디버그 2009. 7. 15. 00:48
-g 옵션을 주고 컴파일한다. 실행은 gdb 실행파일이름 [ core-dump ] $ gdb exp (gdb) run -b outtable $quit quit list [{line1,line2 | routine-name}] run backtrace whatis (gdb) whatis yytext type = char * (gdb) print type No symbol "type" in current context. (gdb) print yytext $1 = 0x0 (gdb) print *yytext Cannot access memory at address 0x0 (gdb) print break continue next step 참조 사이트: http://muse.incheon.ac..
-
Insight 6.6 - MinGW/MSYS디버그 2009. 7. 15. 00:07
여기에서 'insight-6.6-mingw.tar.bz2'을 다운받아 압축을 풀고 해당 위치에 복사한다. GNU Source-Level Debugger 실행은 $ gdb -w [실행 파일] 참조 사이트: http://sourceware.org/insight/ http://vasudevkamath.blogspot.com/2008/10/gdbs-gui-insight-tutorial.html http://newh2o.tistory.com/tag/gui%20gdb
-
Cygwin개발/기타 2009. 7. 13. 22:15
여기에서 Cygwin을 인스톨한다. Devel - gcc-g++ Devel - libncurses-devel Devel - flex Devel - bison Devel - ctags Devel - make Devel - autoconf Devel - automake Devel - libtool Editors - vim 사용은 $ ./configure --prefix=/usr/local $ make $ make install $ export CC='gcc -mno-cygwin' $ export CXX='gcc -mno-cygwin' $ ./configure --host=mingw32 --build=mingw32 --target=mingw32 /* or $ CC='gcc -mno-cygwin' CXX='g+..
-
파스칼프로그래밍 언어/설정 2009. 7. 8. 00:06
Pascal-P2 UCSD Pascal Pascal-P4 Turbo Pascal - v1.0 ~ v7.0 Delphi - v8.0 ~ v18.0 참조 사이트: http://www.moorecad.com/standardpascal/p4.html http://homepages.cwi.nl/~steven/pascal/book/ http://homepages.cwi.nl/~steven/pascal/ http://www.moorecad.com/standardpascal/index.html http://www.mirrorservice.org/sites/www.gnu-pascal.de/contrib/chief/ http://wiki.kldp.org/wiki.php/FreePascal http://www.geociti..
-
BASIC프로그래밍 언어/설정 2009. 7. 7. 23:18
Microsoft Basic microcomputer BASICA IBM-PC GW-BASIC MS-DOS QBasic MS-DOS 5.0 QuickBASIC Visual Basic 참조 사이트: http://www.moorecad.com/classicbasic/index.html http://www.xs4all.nl/~hwiegman/gwbasic.html http://www.xs4all.nl/~hwiegman/gw-man/index.html http://www.geocities.com/dos11basic/index.htm