754 Posted Topics
Re: 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 … | |
Re: 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); | |
Re: 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. | |
Re: 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. | |
Re: 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(); … | |
Re: 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. | |
Re: 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? | |
Re: Probably talking about how the computer works. IRQ's, BUS, PCI slots. A+ cert. type stuff. | |
Re: 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] | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
Re: 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. | |
Re: [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 … | |
Re: 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 … | |
Re: [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. | |
Re: We dont do your hw for you here. what dont you understand about it? be more specific of your problem. | |
Re: 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? | |
Re: 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 … | |
Re: why would you want xp over 2000? | |
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] | |
Re: 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 … | |
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? | |
Re: 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. | |
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 … | |
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 … | |
Re: 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 … | |
Re: If you can't see any characters, then how'd you install the OS? | |
Re: 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. | |
Re: 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. | |
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 … | |
Re: 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! | |
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 … | |
Re: 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 … | |
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. | |
Re: spy sweeper finds tons of stuff that ad-aware doesn't. Such as key loggers. | |
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 … | |
| |
What would be the equivalent of msconfig in windows 2k? Somebody told me once, but I can't remember. | |
Re: 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. | |
Re: aww, tallcool beat me to it. Just curious vdpd2005, what did you pay for that alienware you have listed in your sig? | |
Re: If using win2kpro, just delete IE. In a few seconds, it'll reappear and may work correctly. | |
Re: 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 … |
The End.