STL (140)
OOPS (873)
C++ General (2409) what is the advantage in software? what is the difference between the software developer and Engineer
1 3412#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.
2401A 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 7116IS 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
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is a null object in c++?
Write a recursive program to calculate factorial in c++.
How does a C++ structure differ from a C++ class?
What is an advantage of polymorphism?
What is DlgProc?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Is map thread safe c++?
How does work in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What Is A Default Constructor in C++ ?
What is an iterator?
What is enum c++?
Can static member variables be private?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h