How do I start a c++ project?
No Answer is Posted For this Question
Be the First to Post Answer
how to connect with oracle 9i with server in socket program in c/c++
What is namespace std; and what is consists of?
What is the use of bit fields in structure declaration?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is difference between array and vector in c++?
What are the rules about using an underscore in a c++ identifier?
Explain what are mutator methods in c++?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Can we use pointers in c++?
How can you link a c program with a c function?