Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
1127Post New C++ General Questions
What are static and dynamic type checking?
What is a set in c++?
What is the difference between an array and a list?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is the purpose of template?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Can we make copy constructor private in c++?
What do you mean by funtion prototype?
Does c++ have a hash table?
What is the difference between a reference and a pointer?
What is different in C++, compare with unix?
Show the declaration for a static member variable.
How do I run c++?
What are the advantages of pointers?
What are the 3 levels of programming languages?