Thread: 32-bit ASM or COM :: Experience

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    32-bit ASM or COM :: Experience

    Hi.

    Okay. Here is my situation. I am stuck in college for at least two more semesters. I have no work experience, not even internship. The primary reason has and still is my wanting to finish school ASAP. In other words, I take as many classes as I can and take a class in summer.

    I posted a thread about the importance of college. I believe all responses recommend college degree as a "passport," but ultimately experience is what gets the job done. I am trying to accomplish both, but I have running behind.

    I understand C++ and OOP paradigm. I understand 16-bit ASM and Windows MFC and Winsock. I am currently working on projects utilizing MFC and Winsock.

    I would like to know what is the next step? I mean I have tried everything in my power to gain experience. I would like to know what real software engineers do that gain experience.

    There two interesting developer tools I have no knowledge of right now. They are 32-bit ASM and COM programming. I would like to know what is more powerful in general. In other words, which tool is more extensible as C++. Both tools can be implemented into a C++ project. Both tools support Windows, however, 32-bit ASM supports Linux as well.

    Thanks,
    Kuphryn

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    COM & ASM????

    They are 2 completely different things..

    COM is (at its most basic) an interface led way of programming... it allows you to have multiple interfaces, and provides a framework for you to get other interfaces, control reference counting etc.... (of course its more complex...but that's the basic idea)

    You can even implement COM in ASM if you are feeling brave enough - here

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Okay.

    Please do not scare me! ASM to COM. Now that is one heck of a project.

    Kuphryn

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by kuphryn
    Okay.

    Please do not scare me! ASM to COM. Now that is one heck of a project.

    Kuphryn
    If you want to better understand how compilers deal with objects then its a good read.....you should download the docs.....there quite interesting...but yeah...you have to be rather diehard ....

    Also note, its all included in your MASM distro

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 12-05-2008, 12:47 PM
  2. sscanf and 32 bit two's complement
    By The Urchin in forum C++ Programming
    Replies: 4
    Last Post: 10-15-2006, 02:17 AM
  3. really weird behavior, 16 bit asm w/masm
    By BobMcGee123 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 12-01-2005, 06:45 PM
  4. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  5. asm mov
    By manu in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2001, 12:59 PM