摘要:
code is nothing without data. data segment - the program memory storing initialized global variable. code segment/ text segmemnt - the program memory 阅读全文
摘要:
Basic Project The most basic porject is an executable built from source code file. CMakeLists.txt tutorial.cxx Project files: Upper, lower, and mixed 阅读全文
摘要:
Dependency Injection The Inversion of Control(IoC) is a general concept, and it can be expressed in many different way. Dependency Injection is one of 阅读全文
摘要:
On Eclipse main window Right click on .java file-> Run As -> Run Configurations... On Run Configurations window Java Application -> java programe -> c 阅读全文