How to use CMutex, CSemaphore in VC++ MFC
No Answer is Posted For this Question
Be the First to Post Answer
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Which keyword is written to use a variable declared in one class in the other class?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
How is polymorphism achieved?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What do you mean by inheritance?
What does no cap mean?
write a program to print * * * * * *
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
How to deploy web appliction in web logic ?