0
What is function overloading in c++? Is there will be about jump statement, unions and another things like that in SoloLearn?
4 Réponses
0
don't expect lessons about jump statements. those are really not useful in high-level languages and they are to be avoided
0
It is definding functions whose paramaters are different.
Like those.
void a(int);
void a(int, double);
You shouldn't use jump statement like "goto" in c++. It makes codes complicated.It is not in SoloLearn probably.
0
hinanawi Thanks I dont use this I just saw in another resourse.
0
Disvolviĝo; Thanks for help. I dont use this just saw in another site. I know that SoloLearn gives much information about c++ but its basics. Do you know where I can learn c++ in more higher level.