STL (140)
OOPS (873)
C++ General (2409) Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
3850Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
2 6314how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include
what is difference b/w object based and object oriented programming language?
Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
18 47066what is multithreading in c++ , what is difference between multithreading and singlethreading.
4 34554How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
2144
What is a multiset c++?
What is encapsulation in simple terms?
What is meant by the term name mangling in c++?
What are the advantages of using const reference arguments in a function?
What is difference between polymorphism and inheritance?
List the special characteristics of constructor.
What are guid? Why does com need guids?
What is constructor overloading in oop?
Write a program to find the reverse Fibonacci series starting from N.
Differentiate between the message and method in c++?
What is the best c++ compiler?
What is atoi?
Can we define a constructor as virtual in c++?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
How do I start a c++ project?