STL (140)
OOPS (873)
C++ General (2409) what is the advantage in software? what is the difference between the software developer and Engineer
1 3512#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.
2453A 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 29227i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 7223IS 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?
2075
What is the need of a destructor?
What is coupling in oops?
Why we use classes in oop?
What is abstract class in oops?
What are function prototypes?
If you don’t declare a return value, what type of return value is assumed?
What is object in oop with example?
What are the benefits of pointers?
What is the operator in c++?
What is persistence in oop?
Explain how we implement exception handling in c++?
Can we delete this pointer in c++?
how to making game in c++ ?
How to defines the function in c++?
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.