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 6236801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:54:37+00:00 2026-05-24T10:54:37+00:00

I recently moved from Java for C++ but now when I am writing my

  • 0

I recently moved from Java for C++ but now when I am writing my application I’m not interested in writing everything of the code in the main function I want in main function to call another function but this other function is in another .cpp file.

Let me explain better if you wouldn’t understand:
I have one file: main.cpp inside it I have main function.

I have the second file: second.cpp inside I have a function called second() I want to call this function called second() from my main function..

Any help?

  • 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-05-24T10:54:37+00:00Added an answer on May 24, 2026 at 10:54 am

    You must use a tool called a “header”. In a header you declare the function that you want to use. Then you include it in both files. A header is a separate file included using the #include directive. Then you may call the other function.

    other.h

    void MyFunc();
    

    main.cpp

    #include "other.h"
    int main() {
        MyFunc();
    }
    

    other.cpp

    #include "other.h"
    #include <iostream>
    void MyFunc() {
        std::cout << "Ohai from another .cpp file!";
        std::cin.get();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've recently moved my project from sourceforge to Google code. I'm intrigued by the
I've been doing quite large application recently with Java - Swing. Now I'd like
We recently moved from SVN to Git, but there's a single legacy branch that
I recently moved my blog from http://blog.mydomain.com to http://mydomain.com My problem now is that
We recently moved from one domain to another and now I am trying to
I've recently moved from VB6 to VB.NET and I am finally getting there with
I am currently using ASP.NET MVC 2.0 RC2, having recently moved from version 1.0.
We have recently moved some data from an SQL Database instance to another one
I recently moved my asp.net appliaction from windows 2003 / IIS 6 to windows
I'm a Git newbie. I recently moved a Rails project from Subversion to Git.

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.