What parameter does the constructor to an ofstream object take?
No Answer is Posted For this Question
Be the First to Post Answer
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Is java easier than c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is polymorphism in c++? Explain with an example?
Difference between class and structure.
What is the best c++ book for beginners?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is a manipulator in c++?
Can I learn c++ without c?
describe private access specifiers?
Why is polymorphism useful?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.