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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:16:03+00:00 2026-05-28T20:16:03+00:00

I started studying classes and now I faced a problem. I’m trying to put

  • 0

I started studying classes and now I faced a problem. I’m trying to put all my variables into a class, but I get errors:

main.cpp|6|error: expected identifier before string constant| 
main.cpp|6|error: expected ',' or '...' before string constant|
main.cpp|7|error: expected identifier before string constant|
main.cpp|7|error: expected ',' or '...' before string constant|

Although when I make them global everything works fine

    class Kauliukas{

        ifstream inFile("inFile.in");
        ofstream outFile("outFile.out");
        int n, akutes[100],k=0;

        void ivedimas();
        void skaiciavimas();
        void isvedimas();
};

What’s the problem?

  • 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-28T20:16:04+00:00Added an answer on May 28, 2026 at 8:16 pm

    Initialization goes in the constructor. That’s different than, for instance, C#.
    You must define a constructor like

    class Kauliukas {
    public:
        Kauliukas() : inFile("inFile.in"), outFile("outFile.out"), k(0) {}
    private:
        ifstream inFile;
        ofstream outFile;
        int n, akutes[100],k;
    
        void ivedimas();
        void skaiciavimas();
        void isvedimas();
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started studying Haskell one week ago and have one strange problem. I created
I started studying POSIX timers, so I started also doing some exercises, but I
I started studying windows phone develop. I am now versed with page transitions. I
I'm studying querulous and started with this code: import com.twitter.querulous.evaluator.QueryEvaluator class Querulous { def
I have just started studying Android, I have limited java knowledge but am semi
I have just started studying Objective - C..and I encountered a problem which I
I started studying emebedded device on a freescale mx5x board, and I am now
Started to learn Haskell, I decided to get acquainted with Parsec, but there were
I just started studying Python two days ago, so my code is sloppy...But I'm
I'm new to using vectors...I just started studying them today. I'm trying to create

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.