How can ported code be detected?
Posted
by NiallJG
on Stack Overflow
See other posts from Stack Overflow
or by NiallJG
Published on 2010-04-10T02:13:31Z
Indexed on
2010/04/10
2:23 UTC
Read the original article
Hit count: 378
If you port code over from one language to another, how can this be detected?
Say you were porting code from c++ to Java, how could you tell?
What would be the difference between a program designed and implemented in Java, and a near identical program ported over to Java?
© Stack Overflow or respective owner