Crash Report and QA For Android https://github.com/urqa Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-23 6:25 AM by andrew Comment 📂This entry was posted in JAVA 참고를 위한 저장물
2014-07-21 andrew 자바 토큰 토크나이져(StringTokenizer)로 파일입력 파일출력import java.io.*; import java.util.*; public class A { public static void main(String[] args) thro...
2015-06-10 andrew tip for auto_ptr with C++1. how to test whether auto_pointer is null? if (!myPointer.get()) { // do not dereference here } 2....