STL (140)
OOPS (873)
C++ General (2409)
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
What is c++ array?
What do you mean by persistent and non persistent objects?
What is c++ map?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is do..while loops structure?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a volatile variable in c++?
How can you overcome the diamond problem in inheritance?
Is there any function that can skip certain number of characters present in the input stream?
What are the data types in oop?
What happens when the extern "c" char func (char*,waste) executes?
Can create new c++ operators?
What parameter does the constructor to an ofstream object take?
Will this c++ program execute or not?