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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:05:46+00:00 2026-06-03T15:05:46+00:00

Somebody helped me that i should change the char[] to string , but I

  • 0

Somebody helped me that i should change the char[] to string, but I am still having problem comparing the strings imputed by the user. I am not sure if I have to use fstream or something else. getline did not really help me since it shows errors depending on what it is inside the getline.

void search (competitor competitors[], int broi)    
{
string country;
string name;
char choice;
bool flag;

do{ 

    cout << "\n\n Input Country: " << endl; 
    fstream country;    

    cout << " Input name: " << endl;

    fstream name;
    flag = false; 

    for(int i=0; i<count; i++) 
    {
        if( country==competitors[i].country && name==competitors[i].name)
        {
            cout << "found one" << endl;
            flag = true; 
        }
    }
    if (flag == false)  

    cout << " New search (Y/N)?: ";
    cin >> izbor;

}while(choice == 'Y' || choice == 'y');

}

  • 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-03T15:05:47+00:00Added an answer on June 3, 2026 at 3:05 pm
    fstream country;    
    

    This declares a new variable named country of type fstream. Probably not what you want.

    You should try:

    getline(std::cin, country);
    

    instead. And you have the same issue with name.

    Also:

    flag = true; 
    

    better call break directly.

    And:

    cin >> izbor;
    

    should probably be: cin >> choice;

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

Sidebar

Related Questions

Somebody knows how to change the user account and authentication method sharepoint uses to
I have this code that somebody helped me with here, it basically converts select
somebody mentioned that the function (in this case a method) below is no good
Somebody said that when your PHP code and application use global variables then it
somebody know what is encoding type of message that client sends to websocket server?
Somebody asked similar question not long ago. But nobody answered comprehensively. Assume I have:
Somebody told me that allocating with malloc is not secure anymore, I'm not a
Somebody write this function void strToUpper(char *p) { while (*p) { *p = TOUPPER(*p);
Somebody told me that example.com/en is more friendly than example.com/index.php?lang=en . How can I
I hope somebody can give me an advice... Problem In source directory of my

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.