Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8028617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:11:14+00:00 2026-06-05T00:11:14+00:00

In reading other programmer’s C++ code I am confused when the method takes 3

  • 0

In reading other programmer’s C++ code I am confused when the method takes 3 parameters, but the call to the method only passes one.

For example

.
.
CarList myCarList;
read_next(myCarList);
.
.
size_t CarListReader::read_next(CarList &cl, bool theBool, size_t skip)

In java I know of method overloading based on the method signature, but I am unclear what is going on in this case in C++.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T00:11:15+00:00Added an answer on June 5, 2026 at 12:11 am

    That’s C++ code. If you find the function’s prototype (maybe in a header file), you should see something like this:

    size_t CarListReader::read_next(CarList &cl, bool theBool = true, size_t skip = 4);
    

    Those are default arguments, and will be used if they are not supplied in the function call.

    Your confusion probably comes from the fact that the default values are specified in the function prototype (which may be buried in a header file somewhere), not in the function definition. They will only be in the function definition if there is no prototype*).

    *) in which case the function definition is the prototype alias declaration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm a first time Objective C programmer. I've been reading other people's code and
I've been reading the other questions dealing with master pages, but I didn't see
I have been reading other questions on stack overflow but nothing simply explains what
While learning c#, I have picked up the implication from reading other people's code
Is there a best practice for one over the other? I've been reading the
Even though I've been reading other topics about my kind of problem, I can't
When learning new languages such as C++ from PHP, does reading other language snippets
I've been reading several other things on the forum for handling the Manifest File.
Other than reading the GetFileName() file and reading to line GetFileLineNumber() of a stackframe
Hello I was reading through some other posts about my issue on SO that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.