Hi,
Are the softwares like chrome, Intellij etc architecture specific ?
Like if make an executable of a c program that executable may not run on a different laptop with the same operating system.
Will that be the case for chrome , Intellij etc..
As i saw that chrome is built in C++ so either there is a same build for all computers with windows operating system say version 10 (which could probably be the case if its written in a architecture independent way or compiled that way). or there will be different chromes for different computer architectures..
Thanks