What is c++ used for in games?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of pointer in c++ with example?
how many controls can we place on single form.
What is the difference between equal to (==) and assignment operator (=)?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
what are difference between c and c++?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
What is prototype in c++ with example?
Is it possible to have a recursive inline function in c++?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What does it mean to declare a member function as virtual?
Describe friend function & its advantages.