The following are not yet feasible in golang compared to C/C++ (according to my understanding in Dec 2018):
const could not be specified for a function parameter. const could be specified in C/C++ so that compilation error is shown if modification is attemped. This is not possible in golang.
No comments:
Post a Comment