Un-Answered Questions { C++ Code }

A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect

2388


what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }

2052


write a program using virtual function to find the transposing of a square matrix?

2821


write a program to perform generic sort in arrays?

2608


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

3414


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

2725


find level of following tree (state, parent) " J,D I,D H,C E,B F,B G,C B,A D,A C,A A,& K,E L,E L,F M,F N,G O,H P,I P,H Q,I R,J S,K U,P T,L

1991


How can I Draw an ellipse in 3d space and color it by using graph3d?

2117


3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...

4337


how to diplay a external image of output on winxp by using c & c++,

2924


Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?

2900


Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.

2133


How to swap two ASCII numbers?

2427


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2054


1+1/2!+1/3!+...+1/n!

1929