STL (140)
OOPS (873)
C++ General (2409) what is the advantage in software? what is the difference between the software developer and Engineer
1 3507#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 29207i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 7219IS 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?
2068
Why interface is used?
How many characters are recognized by ANSI C++?
what is multi-threading in C++?
What do stl stand for?
What is the main purpose of c++?
What are the advantages of c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is inheritance and how many types of inheritance?
What do you mean by volatile and mutable keywords used in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are the effects after calling the delete this operator ?
What do you mean by ‘void’ return type?
When should I use unitbuf flag?
Is stl part of c++ standard?
what type of questions