April 24, 2016
/* Using multicore programming implement posix_spawn() function to create a process. */ /*Execution: oct@CCOMPL08-10:~$ g++ templ.cpp -o mat.o oct@CCOMPL08-10:~$ g++... View Article
April 24, 2016
Google standard template library to use list container and using C++ implement following member functions of list class: empty, insert,merge,reverse,sort
April 24, 2016
<span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span>/* Implement C++/Java/Python program for bubble sort using function template... View Article
April 24, 2016
/* Create a c++ class named Television that has data members to hold the model no., screen size and... View Article
April 24, 2016
Design a C++ base class consisting of the data members. The derived class consists of the data members. Construct a virtual base
class. The program should have
the facilities. i) Build a master table ii) List a table iii) Insert a new entry
iv) Delete old entry v) Edit an entry vi) Search for a record
April 24, 2016
Write a program in C++ using function template to read two matrices of different
data types such as integers and floating point values and perform simple
arithmetic operations on these matrices separately and display it.
April 24, 2016
String operations include: equality, copy, reverse, display, substrings and palindrome check using operator overloading.
April 23, 2016
Design a C++ class complex with data members for real and imaginery
parts provide default and parameterized constructors. Write a program to
perform arithmetic operations of two complex numbers using operator overloading.
Use either member function or friend function.
April 23, 2016
Personal Database using types of constructors, friend, inline and dynamic memory concepts (C++)
April 23, 2016
Book Shop - using dynamic memory allocation (C++)