STL (140)
OOPS (873)
C++ General (2409)
What type of loop is a for loop?
What are compilers in c++?
Differentiate between late binding and early binding.
Which function cannot be overloaded c++?
Why do we use using namespace std in c++?
Eplain extern keyword?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Write a program that ask for user input from 5 to 9 then calculate the average
How do you print a string on the printer?
How does free know the size of memory to be deleted
What is a pointer how and when is it used?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is interface? When and where is it used?
What is class and object with example?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop