View Single Post
  #2 (permalink)  
Old 04-23-2008, 02:11 PM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Credits: 0
Rep Power: 0
R-G is an unknown quantity at this point
Default

Well, I personally don't like the computer software assembler Turbo. If you have already developed the software algorithm in the computer programming language C (not C++ as you mentioned) why should you develop another one that should solve the same problem?

Translate the source software code algorithm with a compiler software in a executable digital file and translate it back with a disassembler software. You should however watch for the quality of the translation so you'll not get unuseful source software code written in the computer programming language Assembly.
__________________
Like an angel without a sense of mercy.
Reply With Quote