Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • C++11

    http://en.wikipedia.org/wiki/C++11#Hash_tables


    Continue reading → Post ID 238

    Posted on 2014-07-23 6:24 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • INI Reader / Writer Class for MFC and ANSI C++ ( Windows Linux )

    http://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows


    Continue reading → Post ID 236

    Posted on 2014-07-23 6:24 AM by andrew Comment
    C/C++ 참고를 위한 저장물
  • Using the WebBrowser Control from C/C++

    Using the WebBrowser Control from C/C++   This section describes some of the common implementations of the WebBrowser control, including: Adding Internet browsing functionality to your applicatio…


    Continue reading → Post ID 234

    Posted on 2014-07-23 5:43 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • 유니티3D관련 URL

    http://ncanis.tistory.com/category/C#/Unity3d 게임 엔진


    Continue reading → Post ID 232

    Posted on 2014-07-23 5:42 AM by andrew Comment
    UNITY3D/COCOS2D 참고를 위한 저장물
  • std::string 다루기.. ( 찾기, 공백제거 등등)

    문자열 string #include “StdAfx.h” #include “StringTest.h” #include <algorithm> //transform 사용 #include <functional> //bind1st using std::string; // 이렇게 지정해준다. StringTe…


    Continue reading → Post ID 230

    Posted on 2014-07-23 5:41 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • MFC / C++로 특정 사이트 가져와서 분석 하기 소스

    #include <stdio.h> #include <windows.h> #include <wininet.h> #include <string> #include <comdef.h> #include <mshtml.h> #import <mshtml.tlb> no_auto_exclude #p…


    Continue reading → Post ID 228

    Posted on 2014-07-23 5:40 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • Handling HTML Element Events

    http://msdn.microsoft.com/en-us/library/bb508508(v=vs.85).aspx Handling HTML Element Events 9 out of 10 rated this helpful – Rate this topic The HTMLElementEvents2 interface is an event sink int…


    Continue reading → Post ID 224

    Posted on 2014-07-23 5:21 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • VARIANT to std::string

    Here’s one way, not necessarily the best. In general, std::string doesn’t play very well with VARIANT. #include <comutil.h> #include <string> std::string from_variant(VARIANT…


    Continue reading → Post ID 220

    Posted on 2014-07-23 3:22 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • BSTR – char*간의 변환 및 BSTR에 대해…

    BSTR – char*간의 변환 #include <afxconv.h>void BSTRtoCHAR(char *Msg[], const BSTR conv) { USES_CONVERSION; strcpy( *Msg, OLE2T(conv) ); }void CHARtoBSTR( BSTR *Msg, const char *conv ) { USES_C…


    Continue reading → Post ID 216

    Posted on 2014-07-23 2:40 AM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • UTF-8 인코딩된 파일 읽고 EUC-KR 변경 encoded file read

    package com.javawide.files; import java.io.*; public class UTF8Reader { public static void main(String[] args) { UTF8Reader reader = new UTF8Reader(); try { String utf8String = reader.readFully(…


    Continue reading → Post ID 214

    Posted on 2014-07-22 2:12 AM by andrew Comment
    JAVA 참고를 위한 저장물

Posts navigation

Previous 1 … 23 24 25 … 32 Next


©2026 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme