Thread: Decoding applications?

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    11

    Decoding applications?

    Is there a program that can allow you to view the C++ code of simple applications? I have this single file program that asks for a location of a text file, takes in information and arranges it and stores it back to the input file in order. I want to view the C++ code that makes the program run.. is this possible???


    Thanks

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    There is no way you can produce any useable C++ code. What you can do is see the assemblycode.
    STL Util a small headers-only library with various utility functions. Mainly for fun but feedback is welcome.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    It's a basic program, and it's something that is commonly assigned as homework in a beginning programming class. Are you trying to decompile someone elses program so you can copy it, rather than do the homework yourself?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Get Installed applications list and applications activity
    By arunarora in forum C++ Programming
    Replies: 5
    Last Post: 05-25-2009, 09:41 AM
  2. Commercial applications?
    By audinue in forum C++ Programming
    Replies: 10
    Last Post: 07-21-2008, 11:13 AM
  3. A question about windows programming
    By Hussain Hani in forum Windows Programming
    Replies: 16
    Last Post: 05-23-2007, 07:38 AM
  4. Creating real applications?
    By OdyTHeBear in forum C++ Programming
    Replies: 7
    Last Post: 12-13-2002, 07:54 PM