What is c++ namespace?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Why do we need constructors in c++?
What do you mean by vtable and vptr in c++?
What are iterators in c++?
What does extern mean in a function declaration in c++?
Is c++ platform dependent?
List the advantages of inheritance.
Program to check whether a word is a sub-string or not of a string typed
What's the best free c++ profiler for windows?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is isdigit c++?
What is copy constructor? Can we make copy constructor private in c++?
What are the data types in c++?
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.