STL (140)
OOPS (873)
C++ General (2409) what is the advantage in software? what is the difference between the software developer and Engineer
1 3591#include
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
2522A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
2 29363i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 7313IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
2115
Mention the ways in which parameterized can be invoked.
Can we change the basic meaning of an operator in c++?
How can a called function determine the number of arguments that have been passed to it?
How to allocate memory dynamically for a reference?
What do you mean by function overriding & function overloading in c++?
What is the benefit of learning c++?
Why c++ is better than c language?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Explain rtti.
Which function cannot be overloaded c++?
What is an operator in c++?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
In c++, what is the difference between method overloading and method overriding?
Which is better c++ or java?
Is c++ fully object oriented?