STL (140)
OOPS (873)
C++ General (2409) what is the advantage in software? what is the difference between the software developer and Engineer
1 3413#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.
2402A 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 29023i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 7118IS 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?
2023
Define the operators that can be used with a pointer.
Which should be more useful: the protected and public virtuals?
How java is different from c and c++?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is stl in c++ with example?
What is protected inheritance?
Which is the best c++ compiler for beginners?
What is abstraction in oops with example?
What is the basic of c++?
What is polymorphism in oop example?
What is basic if statement syntax?
What are advantages of c++?
Will this c++ program execute or not?
What is the difference between a template and a macro?
What is flush programming?