Forum: C++ Jun 19th, 2009 |
| Replies: 1 Views: 218 Plz guide me,
"How windows APIs can provide different windows services to a developer?” |
Forum: C++ Nov 10th, 2008 |
| Replies: 2 Views: 673 Considering the given code as an algorithm calculate the time complexity of this code.
#include<iostream>
#include<stdlib.h>
using namespace std;
int main(){
int i, j, n;
for(i=0;i<n;... |
Forum: C++ Jul 28th, 2008 |
| Replies: 1 Views: 392 Pleae pass the comments on
"It is said by some people that insertion and deletion operations in Heaps make them less preferable than Binary Search Trees" |
Forum: C++ Jul 15th, 2008 |
| Replies: 2 Views: 643 Dear All,
Write the pseudo code for inserting a node in threaded binary tree. You code should
describe how you will,
1. Set right and left child node pointers during insertion
2. Set right and... |
Forum: C++ Jul 9th, 2008 |
| Replies: 1 Views: 388 Dear All,
Kindly help me regarding this questoin of C++(OOP).
Write a template function that returns the average of all the elements of an array. The
arguments to the function should be the... |
Forum: C++ Feb 5th, 2008 |
| Replies: 2 Views: 2,153 Can over running of array lead to the catastrophic failures? If ‘Yes’ then why does not C++ provide bound checking on array operations and who is responsible to prevent array overruns? |
Forum: C++ Jun 4th, 2007 |
| Replies: 2 Views: 652 Dear All,
Please help me regarding this C++ Assignment.
Q.1
Write a program using malloc function. In which you take input from user and allocate memory equal to square of this number. Which... |
Forum: C++ May 28th, 2007 |
| Replies: 1 Views: 761 Dear all,
plz help me regarding this C++ Questions.
Q.1
Write a simple structure named Students. This structure consists of three variables Name, GPA and TotalMarks. Now write three variables of... |