Response to the question posted in section 14

Good morning everyone, just another outstanding beginning of the day with a little introduction to CPP.
However, I wanted to discuss what I think the main() function is used for. According to cplusplus.com " The function named main is a special function in all C++ programs; it is the function called when the program is run." (Para 6). Also, this function uses the #include , which is the basic input/ output library.

Please comment on my post if I am incorrect because I am new to CPP and constructive criticism is welcomed. Best Regards.

Privacy & Terms