STL (140)
OOPS (873)
C++ General (2409) Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
4 5474given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
DELL,
2622i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
NDS,
2209I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
3136write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Care,
2629iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
1 9825pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
4 12951
Is linux written in c or c++?
How can you quickly find the number of elements stored in a static array?
What are the advantages of prototyping?
How can an improvement in the quality of software be done by try/catch/throw?
What's the order in which the objects in an array are destructed?
What's the most powerful programming language?
What is using namespace std in c++?
What is the type of 'this' pointer?
What polymorphism means?
Why do we use vector in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Why is c++ difficult?
What is stoi in c++?
What is a float in c++?
write a program to find 2 power of a 5digit number with out using big int and exponent ?