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

  • Home
  • SEARCH
  • 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 8147579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:24:01+00:00 2026-06-06T14:24:01+00:00

I have a variable f declared as a vector::iterator and I have it pointed

  • 0

I have a variable f declared as a vector::iterator and I have it pointed to a c_str() because I am trying to read files from a directory . The code complied at first but none of my functions were begin called. Show can I write my class and function to allow me to pass it and use it in another function:
This is part of the code in int main().

int main() {
    vector<string> files;

    if (d) {
        //we successfully opened the directory
        //while there's still something we haven't looked at
        while ((dir = readdir(d)) != NULL) {
            //get the name of that thing
            string filename = dir->d_name;
            //filter out what we don't want
            if (filename == "." ||             //filter out current dir
                    filename == ".." ||            //filter out parent dir
                    filename.find(".csv") == string::npos)   //here is where you set up the match
                continue;

            //and add what we do want to our files data structure
            files.push_back(basepath + "/" + filename);
        } 
    }

    map<string, int> foo;

    double fail = 0;

    for (vector<string>::iterator f = files.begin(); f != files.end(); ++f) {
        Extract_Organize process;
        cout << "What";
        process.transform();
        process.create_file();
        cout << "Finished!\n";
    }
    return 0;
}

class Extract_Organize {
    public:
        Extract_Organize; 
        void transform();
        void create_file();
        string double_integrate(int, int); 
};
#endif
  • 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-06T14:24:02+00:00Added an answer on June 6, 2026 at 2:24 pm

    I’m guessing the problem is:

    Extract_Organize process();
    

    when it should be

    Extract_Organize process;
    

    There are tons of questions about most vexing parse here on StackOverflow, but the bottom line is that your code declares a function called process instead of creating an object Extract_Organize.

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

Sidebar

Related Questions

I have a vector declared as a global variable that I need to be
I have three variable declared as doubles: double Delay1 = 0; double Delay2 =
I have a variable declared like this in a class: Entity *array[BOARD_SIZE][BOARD_SIZE]; I need
I have a variable declared like this: @property (nonatomic, retain) NSMutableArray *aInfo; At the
Suppose I have a static variable declared inside a function in C. If I
I have a scalar xml variable: DECLARED @XML xml = '<rows> <row> <column1 attrib=
I have declared one variable in xslt, assigned some value to it but while
I have declared this variable in jquery var enabled = false; I want to
I have an integer variable that is declared at the head of my subroutine.
I have a variable in my xsl that may or may not be declared.

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.