No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
mother of three and still a student!
18 Posted Topics
Re: i use Dev C++ and a simple int main() { ............ ............ system ("pause"); return 0; } keeps the window open for me to see the results. | |
in one of my course my teacher and i do not agree on how 100100000 should be divided by 1101 using binary division , after solution the quotient i get is 010110 with remainder 010. my teacher gets another, can someone please confirm a correct solution for it. regards, nemo | |
Re: High druids of Atlantis trade magic carpet while hiding worn-out treasure chests. | |
hello, my final year project is to make a web application for a discussion forum for a university environment. i am about to submit my requirement specification document. i guess the context diagram for this system will have three actors, 1- Students.....who post questions 2- Moderators/ Instructors...... who reply to … | |
i am designing a page where the user enters the start date for a uni session say 04/02/2008 in dd/mm/yyyy format and then the user selects the duration for the session in weeks, say 22. our system needs to calculate the end date for the session by adding 22 weeks … | |
Re: current affairs that would worry me most... 1.Conflict 2.Crime 3.World Economy 4.Global warming | |
I am trying to make a simple GUI based calculator for my homework. my +,-,*, and sqr functions work fine. i have to implement sqrt function for one of my JButton. am trying but have no clue what to put in event handler here else if(event.getSource() == sqrt) { ....... … | |
Hi, i am a beginner in java. i have to put two text fields in my form, one for username and the other for password. i want the password text box to hide input when user types in it. Can someone please tell how can i do that in java, … | |
Hi, can some one please help me run this code. i have another class named Course, that complied without error. Now in this code i am trying to take user inputs to find resulting gpa in a course. the following code does not compile, please help. [code] import java.util.*; import … | |
I am in the final year of my BS in IT. its time for me to choose a project. The List provided to me by my univ. doesn't seem to inspire me much. Are there any possibilities of using Operation Research techniques in IT project. i would greatly welcome some … | |
(1) (Poly)|message +4 zero’s| (quotient) 1001 |110100000|101111 1001 1000 0000…………………since 1000 is smaller than 1001 10000 1001 10010 1001 10110 1001 11110 1001 111…………crc checksum value (2) 1001 | 110100000|110010 1001 1000 1001 0010 0000 0100 0000 1000 1001 0010 0000 010.........crc checksum value please help, or i will lose … | |
i use Netscape navigator 7.2 and when browsing the net i have started getting an anoyying notification window that says "Entry point not found, The procedure entry point?Findchar@ncString@QBEHGHHH@Z could not be found in the dynamic link library xpcom.dll" it doesnt make any sense to me and ever since this has … | |
what are the two issues involved with multiple inheritance? i know of one, the diamond problem, what's the other? | |
for a graph with only few edges which algorithm is more efficient Kruskal's or Prim's? | |
Re: [QUOTE=rani] If I have x = M^(d + t.N) (mod N) .... knowing that d, t and N are huge numbers ? [/QUOTE] though i dont much about modular arithmetic but if d,t and N are numbers why dont you do simple arithmetic to convert(d+t.N) to just (n) i am … | |
my teacher has asked me to give the names of two dimensional shapes (at least three) that can be represented using quadratic equations. all i can think of is a circle and an ellipse, its my last day today and i am getting desperate. i've searched the Net but cannot … | |
a derived class inherits [B]all members [/B] of the base class, that is what the book says, right? i want to make a derived class that has only some of the members of the base class, and some of its own members and functions, is it ok to do it … | |
greetings! off n on i had been trying to learn C++ on my own for the last two years, am again in an IT course and stuck wid C++. i browsed thru daniweb page today and joined instantly...with so many people helping each other...guess i have hit the right road … |
The End.