754 Posted Topics

Member Avatar for Asif_NSU
Member Avatar for Domainstop

When I learned pascal back in highschool, there weren't enough books for everyone. So me being at the end of the alphabet never got a book. Not only did I do my own work, but I finished with the highest grade. Self study at home. Just because class is over …

Member Avatar for alc6379
0
96
Member Avatar for psylocke

It'd help if we saw your code so we'd know what you did wrong. If your menu is set up correctly, then to exit you can use this: System.exit(0);

Member Avatar for psylocke
0
142
Member Avatar for Programming sta

If a teacher is asking for you to write a basic virus detector, I would hope that most people by that level of class would understand this stuff.

Member Avatar for BountyX
0
192
Member Avatar for Darkfoxx

if you roll the dice 10 times, and a 6 shows up twice, that's 20% 2/10 = 0.2 Divide the number of times a number shows up by the total number of rolls.

Member Avatar for Darkfoxx
0
123
Member Avatar for psylocke

sounds like he hasn't covered objects yet in class. Here's an example where a constructor takes in 1 string. MyClass person = new MyClass("name"); The object "person" now has an attribute already set to that string. Without a constructor, you would have to do this: MyClass person = new MyClass(); …

Member Avatar for nanosani
0
102
Member Avatar for kamee79

Sounds like you got a little bug in it. If all 20 pc's are the same, just ghost the harddrive from one of the other computers.

Member Avatar for DMR
0
159
Member Avatar for cuckoo
Member Avatar for Kamex

Open "Computer Management", click on "Services and Applications" then "Services". Then disable messenger. Is that the same messenger we're talking about here? Or we talking msn messenger?

Member Avatar for ugmo
0
222
Member Avatar for silyas

Probably talking about how the computer works. IRQ's, BUS, PCI slots. A+ cert. type stuff.

Member Avatar for Phaelax
0
58
Member Avatar for shayda

I'd suggest looking into OmegaBasic if you got time. Here's a forum discussing OmegaBasic [url="http://www.dannywartnaby.co.uk/rgt/index.php?board=24;action=display;threadid=1934"]http://www.dannywartnaby.co.uk/rgt/index.php?board=24;action=display;threadid=1934[/url] And here's the main website about it [url="http://www.digitalomega.net/"]http://www.digitalomega.net/[/url]

Member Avatar for shayda
0
104
Member Avatar for Eclipse

Given the date of the assignment, I think I can assume that it's already been due so I suppose I could try and answer it. I kind of mixed basic and c++ code structures, but I think something like this would work. The only slightly tedious part is the row's …

Member Avatar for Eclipse
0
796
Member Avatar for Darkfoxx

your picture shows multiple values for the "total time" output. Shouldn't the total time only be displayed once? [code] while (dataNum != null) { snum += Integer.valueOf( dataNum ).intValue(); dataNum = dataFile.readLine(); min += Integer.valueOf( dataNum ).intValue(); dataNum = dataFile.readLine(); sec += Integer.valueOf( dataNum ).intValue(); dataNum = dataFile.readLine(); } totmin …

Member Avatar for Phaelax
0
110
Member Avatar for RichyBoomstick

a tree is something I wouldn't have considered, but it sounds like a very good way of doing it. Each map would be a node containing 2 child nodes(left and right). The 180degree turn, or backwards, would just be the node's parent. It sounds like a logical and easy way …

Member Avatar for Phaelax
0
147
Member Avatar for matt_5104

If you wanted to simply display the graph, that would be no problem and you could probably do so with ImageIcon class. But you want to interact with the graph, and unless you want to do a lot of extra programming with slight image recognition-like effects, you'll need to recreate …

Member Avatar for Phaelax
0
69
Member Avatar for Programming sta

[code] lastName = getLastname(); firstName = getFirstName(); [/code] You have that in your Person constructor, and it makes no sense. You're calling a method that will obviously return a value that hasn't been set yet. I believe this is what you want to do: [code] public Person( String fn, String …

Member Avatar for Phaelax
0
138
Member Avatar for mus_203

System.out.print("Hello you"); I believe what you want is println() and not print() he shouldn't have to set the classpath, as i believe it's done when the sdk is installed.

Member Avatar for mus_203
0
120
Member Avatar for Young Teck 06

[QUOTE=Catweazle]Considering that 128Mb 6800GTs can be purchased for $AUD600 and 256Mb 6800GTs for under $AUD700, if that $600 is US currency I think you're looking in the wrong place for a bargain. It seems excessively high to me ;) I get it all right, young'un. The price just seemed wrong …

Member Avatar for Young Teck 06
0
336
Member Avatar for freesoft_2000

how is the table data represented? Is it from a Vector? To make things simple, you could just save the Vector by use of serialization. When you change the table's data and/or column headers, you have to let the table know that the data has changed by firing a trigger …

Member Avatar for Phaelax
0
359
Member Avatar for sunsol

[QUOTE=sunsol]Thanks for the help. I just learned about java.sun the other day. I'm a newbie so its still greek to me. :~) Thanks for the help!! sunsol[/QUOTE] I heard recently that StringTokenizer was deprecated in 1.5. An alternative method is suggested in the String class.

Member Avatar for Phaelax
0
189
Member Avatar for calvinnhobbes47

We dont do your hw for you here. what dont you understand about it? be more specific of your problem.

Member Avatar for server_crash
0
215
Member Avatar for shouvik

Though we can offer assistance if you're confused about something. What part of the assignment don't you understand that's stoppping you from completing it on your own?

Member Avatar for shouvik
0
128
Member Avatar for tablet

Please indent your code next time. Sorry if it was the website that formatted it. As for your problem, no you're not going to see anything. You have no main() method, so how can it run? So far, all you got is a couple of methods, which neither of them …

Member Avatar for nanosani
0
267
Member Avatar for A Monkeys Uncle
Member Avatar for Phaelax

whenever I try to open a file straight from the net, i get this error. It can't access the temp folder or something. And why it says content.IE5\ I don't know, since I have IE6. [img]http://www.dannywartnaby.co.uk/rgt/attachments/error_ohjoy.jpg[/img][url="http://www.dannywartnaby.co.uk/rgt/attachments/error_ohjoy.jpg"][/url]

Member Avatar for DuncanIdaho
0
172
Member Avatar for Dark

Good thing I'm not a mod, I would've locked this thread already. Do your own homework kids! Someone even gave you code and you're still too lazy to adapt it to your needs yourself. No wonder you dropped 4 grades in 4 assignments, you don't do anything. Pick up a …

Member Avatar for Dark
0
166
Member Avatar for Phaelax

I just installed a 2.8 prescott chip, running windows 2k pro. Windows says I have a acpi multiprocessor system. And task manager shows 2 cpu usage boxes. Any ideas why?

Member Avatar for DMR
0
91
Member Avatar for lewk

I have same problem. Nothing gets rid of it. The only difference between what I've tried and what you said is running in safe mode. I'll give it a shot.

Member Avatar for caperjack
0
528
Member Avatar for Phaelax

I've run ad-aware and spy sweeper. I'll delete everything it finds, only to run the programs again to find that its all back. I manually remove the traces in the registry, and they pop back in. My homepage keeps getting set to "about:blank" which isn't the real blank page(full of …

Member Avatar for 325
0
209
Member Avatar for Phaelax

running dual athlons in win2kpro. Is there a way to set the affinity of a process automatically when it starts? So I don't have to manually do it every time? A certain game has a bug with dual cpu's. And it's hard to manually set the affinity before the game …

Member Avatar for sfroude
0
132
Member Avatar for MAD_DOG

Isn't there a way to see how long a process has been running? Just do a little math with running time from explorer. I think my best was 37 days, before the system locked up. It was a dual p133 server that does nothing but give me an extra harddrive …

Member Avatar for MAD_DOG
0
469
Member Avatar for JohnG139
Member Avatar for bobchang
0
167
Member Avatar for Dark Lord Cunz
Member Avatar for bluedos82

My guess is that it would be wired the same. Actually, it doesn't really matter how it's wired, so long as you wire the other end of that wall mount the same way.

Member Avatar for dvr
0
269
Member Avatar for JimF

Boot up from the windows XP cd and try the recovery console. It can take a little time, but it should reinstall fresh copies of system files. Works well for when that blasted ntoskrnl.exe gets corrupted.

Member Avatar for Catweazle
0
241
Member Avatar for Phaelax

Yea, I still use 98 version. I like it's interface better. Anyway, I have a frontpage web using shared borders. If I edit the right border html file, I have open all my pages and click save for the newly updated border to show up. Is there a simple way …

Member Avatar for zenfulcreations
0
154
Member Avatar for cheese

Sapphire is what most overclockers tend to use from what I've heard. I'm actually picking up a Sapphire 9800 pro today after I get out of class. Dual athlons, 1.5gb of ram, mmmmm. I'm gonna own on Unreal!

Member Avatar for Catweazle
0
436
Member Avatar for Bleek
Member Avatar for Phaelax

I changed the computer driver from uniprocessor to multiprocessor. However, system properties still only displays the name for 1 processor. Is it only suppose to show one? I did a render test with studio max, and it's quite obvious that it's using the second processor. (turned a 1.42 minute irender …

Member Avatar for Catweazle
0
92
Member Avatar for WayneS
Member Avatar for WEATHER CHANNEL

I have to agree with what you said about the proper history not being taught. I'm about half way done with a cis degree from devry, so i'm not exactly a professional programmer by any means. I try to learn as much as I can on my own. A professor …

Member Avatar for WEATHER CHANNEL
0
397
Member Avatar for Phaelax

Ok, my mobo I've had for over almost a year has like 2-3 of these slots. But what the heck uses them? I haven't found any hardware yet that does.

Member Avatar for Catweazle
0
84
Member Avatar for makavelli
Member Avatar for Phaelax
0
86
Member Avatar for Phaelax

What's your experience with them? Do you like them or hate them? I had the first model they put out for the athlons years back. Didn't work too well. All three ram slots worked, but only one at a time. It wouldn't let me use more than 1 stick at …

Member Avatar for alc6379
0
197
Member Avatar for sl869d
Member Avatar for Phaelax

What would be the equivalent of msconfig in windows 2k? Somebody told me once, but I can't remember.

Member Avatar for txftxf
0
392
Member Avatar for VDPD2005

Just looked in my mobo manual. The 4-wire is labeled as "ATX 12v" and the large plug is labeled as just "ATX". Not sure what they do aside from delivering power to something, but mine works fine with both.

Member Avatar for Phaelax
0
129
Member Avatar for VDPD2005

aww, tallcool beat me to it. Just curious vdpd2005, what did you pay for that alienware you have listed in your sig?

Member Avatar for VDPD2005
0
176
Member Avatar for delv5616

If using win2kpro, just delete IE. In a few seconds, it'll reappear and may work correctly.

Member Avatar for MAD_DOG
0
196
Member Avatar for popo_prince

my c++ is a little rusty, stupid java! I don't know what 'calling' is, but you shouldn't need to pass anything. [code] DO int a = some random number int b = some random number int product = a*b; int answer = 0; bool correct = false; while (!correct) cout …

Member Avatar for popo_prince
0
189

The End.