Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Prince on October 24, 2014, 10:03:39 AM

Title: Will c++ be faster than fortran?
Post by: Prince on October 24, 2014, 10:03:39 AM
Hi, I would like to ask you a big problem to ask about this subject, will c++ be faster than fortran? Please kindly inform me please.
Title: Re: C++ and fortran
Post by: Rafael on March 19, 2017, 01:50:47 PM
C++ can be faster than Fortran for some applications, due to template techniques (such as expression templates and template metaprograms).