What is a dll entry point?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
write a programming using for loop in c++ to generate diamond trangel?
How do we implement inheritance in c++?
What is meant by a delegate?
What are the basic data types used in c++?
Can you please explain the difference between static and dynamic binding of functions?
What is the difference between "overloading" and "overridding"?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Differentiate between the message and method?
please help to write the code of chess game in c++??????????
Can a new be used in place of old mallocq? If yes, why?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????