Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jianhuay
  • Content: Threads
  • Order by date
  1. jianhuay

    compiling Java code together with "virtual machine"

    Hello everyone, I heard Java code can be compiled together with Java virtual machine, that is the compiled byte code has a "virtual machine" in it, so that it can be run in a computer where there is no Java runtime installed. If so, I'd like to know how to do it. Can someone give me...
  2. jianhuay

    Hello everyone, I have questions

    Hello everyone, I have questions concerned with 'dynamic memory allocation' using C++ operators new and delete. I did search questions posted in this forum about 'dynamic memory allocation', but I found few questions talking about this and no answer to my questions. So I think I may need to...
  3. jianhuay

    dynamic memory allocation

    Hello everyone, I have questions concerned with 'dynamic memory allocation' using C++ operators new and delete. I did search questions posted in this forum about 'dynamic memory allocation', but I found few questions talking about this and no answer to my questions. So I think I may need to...
  4. jianhuay

    generic class problem

    Hi all, I inserted a Sorter class (quick sort algorithm helper class) into my MFC project as a generic class (other than MFC class), then I got two files Sort.h and Sort.cpp; The project can be compiled, but it has problem with linking --- the error message is something looks like...
  5. jianhuay

    generic class problem

    Hi all, I inserted a Sorter class (quick sort algorithm helper class) into my MFC project as a generic class (other than MFC class), then I got two files Sort.h and Sort.cpp; The project can be compiled, but it has problem with linking --- the error message is something looks like...

Part and Inventory Search

Back
Top