Why can't programmers figure out the source code or basic algorithm of a program base...?

Because it's often illegal. The 9/11 destruction of the Twin Trade Towers caused Morgan Stanley to lose the source code of their flagship financial application written in Visual Age Smalltalk (V…

Top stories for Long

Quora

Read more in your feed
Never miss a story. Designed for readers on the go.

Why is n++ faster than n=n+1?

I see that others have explained you why [code ]n++[/code] is faster than [code ]n=n+1[/code]. I, will not repeat that. However I want to say you that [code ]++n[/code] could be even faster. T…

Top stories for Long

Quora

Read more in your feed
Never miss a story. Designed for readers on the go.