No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
20 Posted Topics
Plz guide me, "How windows APIs can provide different windows services to a developer?”
If a problem belongs to P class then can it belong to NP class? Answer according to current research in Complexity theory.
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 them".
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 illustrate that what is the effect of these factors on the final deliverable of your project …
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. Please explain me briefly.
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; i++){ for(j=0; j<n; j++){ cout<<"my time complexity is = "<<i*j<<endl; } cout<<"complexity is increasing"<<j<<endl; } system("pause"); return 0; }
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 to implement multiple inheritances in java?
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
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"
What are the applications of Assembly Language where any high level language becomes insufficient
Dear All, Kindly tell me in brief that " impct of OO paradigm on software development (programming)"
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 left flags during insertion. Kindly guide me .
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 array name and the size of the array (type int). In main(), exercise the function with arrays …
Why Relational Data Model is more popular as compared to others like OO, Network and hierarchical
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, Support your answer with strong arguments and real life examples. '
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?
Dear All, Please help me regarding this C++ Assignment. Q.1 [COLOR=green]Write a program using [B]malloc[/B] function. In which you take input from user and allocate memory equal to square of this number. Which multiply numbers and draw a table in the following format?[/COLOR] [B][COLOR=green]Hint: User enters 3 then program allocates …
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 data type Students. Get value from user for these three students and show them on screen. Q.2 Create a …
The End.
faisaly