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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:56:51+00:00 2026-05-13T10:56:51+00:00

I have a simple data file that I want to load, in a C++

  • 0

I have a simple data file that I want to load, in a C++ program. For weird reasons, it doesn’t work:

  • I tried it on Windows assuming the file was in the same directory: failed.
  • I tried it on Windows by moving the file in C:\ directory: worked.
  • I tried it on Linux putting the file in the same directory: failed.

The snippet:

void World::loadMap(string inFileName) {
  ifstream file(inFileName.c_str(), ios::in);
  if (file) {
  }
  else 
  {
    cout<<"Error when loading the file \n";
    exit(-1);
  }
}

I call the loadMap method like this:

World::Instance()->loadMap("Map.dat");

(World is a singleton class).

How can I find the exact error, by using try-catch or anything else?

  • 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-13T10:56:52+00:00Added an answer on May 13, 2026 at 10:56 am

    The problem is the working directory.

    When you specify a relative path for a file it uses the working directory (which may not be the same as the directory where you application is stored on the file system).

    • Thus you either need to use an absolute path.
    • Or you need to find the current working directory and specify the file relative to that.
    • Or change the current working directory.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a CSV file containing data. I want to load it into a
I have a simple file transfer socket program where one socket sends file data
I want to have an ASP C# WebSite that loads a simple CSV File
I have a simple object that get's geocoding data from the Google Maps API
We have a simple binary file format for caching data in our application (C#
I have a basic XML file that I load in my PHP using $xml
Have a program that's dynamically generating an Excel file and a csv. The excel
If I have a simple piece of data to store (an integer or string
We have a simple project where we read data from a socket and we
I'm trying to use NHibernate for data access, and I have 2 simple entities

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.