Posts
 
Reputation
Joined
Last Seen
Ranked #602
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #3K
~5K People Reached
Favorite Tags
c++ x 12
java x 5
Member Avatar for sasidharnet
Member Avatar for lovelyfire322

Hi, I was wondering how to get the computer to randomly select between 0, 1, or 2.

Member Avatar for noodlecode
0
94
Member Avatar for deepak_nuniwal

Hello friends, i need java source code for cross matching two large access database records (1st file is of 20000records {28 columns and 20000 rows} and 2nd file is of 39000records {30 columns and 39000 rows}).I need to compare each n every cell of 1st file to the each n …

Member Avatar for javaAddict
0
2K
Member Avatar for vandenzergen

Many decades ago, time travel has been intriguing for most scientists. Many have gone through different articles about time travel. Einstein's theory was very intriguing for us as well for myself. Now its time, to ask some intriguing questions... Is time travel really possible through the use of programming? If …

Member Avatar for Salem
0
1K
Member Avatar for sexycancer1973

I have to write a GUI based quiz game in Java, but I have no idea how to use the following code to finish the program. The questions and answers are in a text file. Please help!!! [code] public class QnA { //index of correct answer when calling the getAnswer() …

Member Avatar for sexycancer1973
0
129
Member Avatar for eng_mary

Hi every one. suppose i have Car class: [CODE=java]public class Car{ int id; int speed; public void move(){ ... } ..... }[/CODE] that have to run in Race class: [CODE=java]public class Race{ Car[] cars; .... public void runRace(){ .. for (int i=0; i<cars.length; i++) { cars[i].move(); //here is my problem …

Member Avatar for eng_mary
0
173
Member Avatar for danilopena

So I've been "studying" java for two semesters, and my teacher is not what you would call the best. I was just wondering if any of you guys could help me out with some questions I have... What is a recursive termination condition and what happens if a recursive function …

Member Avatar for BestJewSinceJC
0
80
Member Avatar for noodlecode

I'm a career changer with a Bachelor's degree in an unrelated field. I'm doing an A.S in computer science, and a Masters in MIS right now. Things are going good, I've got classroom experience with Java, C++, html, css, javascript, JSP, php, SQL, taking asp.net. etc.... Just about done with …

Member Avatar for ithelp
0
89
Member Avatar for noodlecode

For newer programmers, myself included, modulus is probably the most obscure operator. ie easy to understand, not always easy to find a use for. But when you see an algorithm that uses modulus, it immediately makes sense. How about a few samples where modulus works well. For example, is a …

Member Avatar for thoughtcoder
0
121
Member Avatar for PRASENJITBISWAS

Hi Am a student of BCA. Can you help me to learn about Hacking. Prasenjit Biswas email : [removed]

Member Avatar for Ancient Dragon
-2
78
Member Avatar for noodlecode

I want to attempt some win32, and have looked around on Amazon, safari books online , Google etc. I have seen a few books that look promising, but does anyone have any recommendations for any win32 books that they found helpful.

Member Avatar for mostermand
0
82
Member Avatar for noodlecode

I took a class on C++ a few months back. I just finished reading Sams "teach yourself C++ in 21 days" which took me way longer than 21 days to finish. but i feel like i have a basic understanding of the language that was presented in that book. The …

Member Avatar for MosaicFuneral
0
90
Member Avatar for winrawr

what would I use pointers for? I used to have a vague understanding of a pointer... like, *ptr is the value pointed to by the pointer, ptr is the address the pointer is pointing to, and &ptr is the address of the pointer itself? or something? the one example I …

Member Avatar for winrawr
0
107
Member Avatar for noodlecode

is it correct to say that to take advantage of polymorphism at runtime, all of the base class functions that will be overriden must be virtual. If they are not, then you are really utilizing polymorphism at compile time? Do you guys use virtual sparingly, or frequently?

Member Avatar for Narue
0
93
Member Avatar for noodlecode

Ok i have a few questions. I'm fairly new to programming. Im starting to get a little functional with java, i can handle GUI's, threads, exceptions, 2d graphics, JDBC etc. I took a class in C++ only to find that I am not even close to producing graphics or GUI's …

Member Avatar for Freaky_Chris
0
157