Change this code to read in strings from a text file

Assignment Help C/C++ Programming
Reference no: EM13162461

Currently, my code takes in a string from a user, checks if the paranthesis are ballanced (as defined by my class) and also returns the variable from my line (also from my class). All I need help with at this point is that I'd like to change this code to read in strings from a text file (each line is a string), print out the line, if the parenthese are balanced (true or false), and then the variables. I want it to quit when there are no more lines to read.

 

int main(){

string s;

cout<<"Enter strings(q to quit):\n";

while(getline(cin,s)){

if(s=="q" || s=="Q")

break;

if(checkBalancedParentheses(s)){

cout<<"Parentheses balanced.\n";

}else{

cout<<"Parentheses not balanced.\n";

}

cout<<"Proccesed string: "<<processString(s)<<endl<<endl;

}

return 0;

}

Reference no: EM13162461

Questions Cloud

Compute the mass of a small piece of a neutron star : Assuming that a neutron star has the same density as a neutron, calculate the mass in kilograms of a small piece of a neutron star the size of a spherical pebble with a radius of 0.10 mm.
Will this firm produce in the short run : Fit-To-A-Tee, a "price-taking" T-Shirt design shop, has a schedule of total fixed costs, total variable costs, total costs and marginal cost
Calculate the concentrations of all species : Calculate the concentrations of all species in a 1.62 M Na2SO3 (sodium sulfite) solution. The ionization constants for sulfurous acid are Ka1=1.4x10^-2 and Ka2=6.3x10^-8.
Calculate the partial pressures of the gases : A mixture of gases contains 0.26 mole CH4, 0.38 mole C2H6, and 0.18 mole C3H8. The total pressure is 1.50 atm. Calculate the partial pressures of the gases.
Change this code to read in strings from a text file : code takes in a string from a user, checks if the paranthesis are ballanced (as defined by my class) and also returns the variable from my line (also from my class). All like to change this code to read in strings from a text file (each line is a str..
Explain how these three ions can be separated : describe how these three ions can be separated by adding NaI solution. Which will precipitate out first and last? Please solve and show EVERY step of the solution
How many milligrams of the radioisotope are still active : Fluorine-18, which has a half-life of 110 min, is used in PET scans. (see section 4.5.) If 100 mg of fluorine-18 is shipped at 8 A.M., how many milligrams of the radioisotope are still active if the sample arrives at the radiology laboratory at 1:..
Why is the ?ask not ?rmly stoppered during sublimation : Suppose you have a stoppered ?ask containing CO2 gas at room temperature and pressure. If the volume of your stoppered ?ask is 300.0 mL, the pressure in the room is 770 mm Hg, and the temperature in your work area is 22.0°C, how many moles of CO2 ..
Explain what temperature in degrees celsius : The activation energy of a certain reaction is 50.0 . At 22 , the rate constant is . At what temperature in degrees Celsius

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd