mox@lemmy.sdf.org to Programming@programming.dev · 8 个月前The empire of C++ strikes back with Safe C++ proposalwww.theregister.comexternal-linkmessage-square55fedilinkarrow-up1198arrow-down12cross-posted to: cpp@programming.dev
arrow-up1196arrow-down1external-linkThe empire of C++ strikes back with Safe C++ proposalwww.theregister.commox@lemmy.sdf.org to Programming@programming.dev · 8 个月前message-square55fedilinkcross-posted to: cpp@programming.dev
minus-squareTroy@lemmy.calinkfedilinkarrow-up9·8 个月前It was designed from its very start to be used for numerical computing. So the language it built around it and it sort of excels in that use case. This used to be the holy bible of numerical methods, if you want to see some sample code: https://s3.amazonaws.com/nrbook.com/book_F210.html
It was designed from its very start to be used for numerical computing. So the language it built around it and it sort of excels in that use case.
This used to be the holy bible of numerical methods, if you want to see some sample code: https://s3.amazonaws.com/nrbook.com/book_F210.html