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 29212i 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?
2070
What operators can you overload in c++?
How would you use qsort() function to sort an array of structures?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are the uses of static class data?
How would you differentiate between a pre and post increment operators while overloading?
What is the type of 'this' pointer? When does it get created?
What is the basic structure of c++ program?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Explain deep copy and a shallow copy?
Is c++ a difficult language?
Can we delete this pointer in c++?
What does enum stand for?
What does extern mean in a function declaration in c++?
What is c strings syntax?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00