English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

ok
i have a c++ compiler
and a program that i did not make and do not have the source code for

how do i use the compiler to find its source code?
and/or edit it


or do i need a whole different program do do sutch a task?
if so then can someone point me in the direction of the download?

2007-03-03 09:35:26 · 3 answers · asked by patdog 3 in Computers & Internet Programming & Design

travis
you must not know anything about coding
cause what i asking is the C++ code for that program, its called a source code

freggin idiot -.-
anyway...

decompiler, thanks got it...

2007-03-03 09:42:30 · update #1

3 answers

"how do i use the compiler to find its source code?
and/or edit it"

This isn't happening. If the code isn't provided you are out of luck.

The best you can do is try to decompile to assembly instructions.

2007-03-03 09:58:24 · answer #1 · answered by csanon 6 · 1 0

you will need to find a decompiler, it will decompile that code, but there will be no comments and all variable/function names will lost and replaced with something like var1, var2, ... and func1, func2, func3...., this will make very difficult to follow the code and understand what is going on.

good luck

2007-03-03 17:39:33 · answer #2 · answered by Muhammed 3 · 1 0

well if you got the program from the internet than you can right click n click on the view source butten.

If it is a regular program then if u put in the cd and search it for the source

2007-03-03 17:38:45 · answer #3 · answered by Travis Barker♫♫♫♫♫♫♫♫♫♫♫♫♫♫♫♫♫♫♫ 4 · 0 4

fedest.com, questions and answers