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

  Write recursive boolean method to accept array and value

Write down the recursive boolean method named isMember. The method must accept two arguments: an array and a value. Method must return true if value is found in array.

  Write a program that reads numbers

Write a C++ program that reads N positive numbers from the keyboard, calculates and shows the smallest number of all numbers

  Writing function that computes leap years

Write down function that computes leap years. Function prototype is as follows: Write function body which returns true if year is a leap year and false if year is not a leap year.

  Grocery store program

This program draws upon several concepts that were covered in CptS 121 and should serve as a good refresher for CptS 122. Our store, Cougar Mart, maintains its inventory in a text file. Not being very tech savvy, the owner of Cougar Mart needs you to..

  Write program which inputs number of winning coupons

Write a program which inputs number of coupons you win and outputs how many candy bars and gumballs you can get if you spend all off your coupons on candy bars first and remaining coupons on gumballs in c++.

  Least number of comparisons needed

What is the least number of comparisons needed to sort an array of 6 numbers, in the worst case, using any sorting algorithm that sorts with binary comparisons? Explain

  An integer on this system is 4 bytes long

Assume the following for the program below. An integer on this system is 4 bytes long. The memory address where the array "a[]" was created begins at location 8000. a. #include

  Write an input validation loop

write an input validation loop that asks the user to enter a number in the range of 1 through 4.

  Write a program using vectors and iterators

Create a program that uses at least two functions that will be called from your main. This program is a number game program that asks for parts of your phone and after manipulating it mathematically, eventually outputs your entire phone number. The d..

  Basics of code development on linux and cryptography

Prepare a C program that gives simple mono-alphabetic substitution between plaintext, and Enhance your code to use "-e" to encrypt a string argument and "-d" to decrypt it using argv and argc

  Wrtie a function called gen_rand_double_array

Wrtie a function called gen_rand_double_array that generates 900 samples of size 22500 random numbers from U(10, 12). For each of these 900 samples, write a main funciton that calculates the mean and finds the simulated probability that the mean is b..

  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.

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