Forum: C++ Jun 19th, 2009 |
| Replies: 1 Views: 207 Plz guide me,
"How windows APIs can provide different windows services to a developer?” |
Forum: Java Jan 28th, 2009 |
| Replies: 3 Views: 258 Name three types of custom tags? |
Forum: Computer Science Jan 26th, 2009 |
| Replies: 1 Views: 417 If a problem belongs to P class then can it belong to NP class? Answer according to current research in Complexity theory. |
Forum: Java Jan 24th, 2009 |
| Replies: 2 Views: 279 |
Forum: Legacy and Other Languages Jan 22nd, 2009 |
| Replies: 1 Views: 697 Dear All,
Kindly tell me about in algorithm that
"Time complexity is used to compare the efficiency of two algorithms, so why not we only use actual running times of two algorithms to compare... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 3 Views: 673 I m not a project manager not the homework assignment.
Kindly just explaine me these answers. |
Forum: Computer Science Nov 24th, 2008 |
| Replies: 3 Views: 673 Please explain me in breif with point.
1.
a) Name what are the main risk factors arise during the development of the project. And what strategy you will use to mitigate these factors also... |
Forum: IT Professionals' Lounge Nov 12th, 2008 |
| Replies: 1 Views: 620 Dear All,
Please clear my concepts.
In Any Payroll system for any spinning textile mills.
What are
1. The scope of this projct.
2. What are the functional and non functional requirements. |
Forum: C++ Nov 10th, 2008 |
| Replies: 2 Views: 635 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: Java Nov 6th, 2008 |
| Replies: 1 Views: 469 Dear All,
I've three questions. Kindly answer these.
1. Why we use enableEvents() method?
2. Can a GUI component handle its own events? If yes; then how?
3. Which technique/concept can be use... |
Forum: C++ Jul 28th, 2008 |
| Replies: 1 Views: 373 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: Assembly Jul 22nd, 2008 |
| Replies: 1 Views: 664 What are the applications of Assembly Language where any high level language becomes insufficient |
Forum: IT Professionals' Lounge Jul 21st, 2008 |
| Replies: 2 Views: 680 Dear All,
Kindly tell me in brief that " impct of OO paradigm on software development (programming)" |
Forum: Assembly Jul 21st, 2008 |
| Replies: 10 Views: 2,571 Dear All,
would you please tell me in brief that
" What are the applications of Assembly Language where any high level language becomes insufficient".
Kind regard |
Forum: C++ Jul 15th, 2008 |
| Replies: 2 Views: 616 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: 374 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: Database Design Feb 8th, 2008 |
| Replies: 0 Views: 709 Why Relational Data Model is more popular as compared to others like OO, Network and hierarchical |
Forum: IT Professionals' Lounge Feb 7th, 2008 |
| Replies: 2 Views: 935 Dear All,
For Clarity and better understandability of the Software System, Is object-oriented approach is closer to the working of human cognition? If yes then how? If not then why?
Kindly,... |
Forum: C++ Feb 5th, 2008 |
| Replies: 2 Views: 1,915 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: 635 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: 731 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... |