Forum: Networking Hardware Configuration Sep 17th, 2009 |
| Replies: 3 Views: 749 sorry to be asking but how do u reseat the NIC card? tried ping-ing, everything looked fine.. |
Forum: Networking Hardware Configuration Sep 16th, 2009 |
| Replies: 3 Views: 749 Hi. I'm at wits end. Can't fix my wireless network.
My laptop specs are:
Model: HP Pavilion dv5000 series
OS: Windows XP SP2
I recently reformatted my laptop using HP's PC Recovery tool... |
Forum: Java Mar 1st, 2008 |
| Replies: 6 Views: 1,875 my problem: the code doesn't know how to differentiate 'hundred' from one hundred and 'hundred' from one hundred thousand or hundred million. when it sees the word 'hundred', it automatically... |
Forum: Java Feb 29th, 2008 |
| Replies: 11 Views: 1,680 I've been using Java: How to Program 6th edition by Deitel and Deitel for a year now and it really helped me a lot through my computer science subjects. There are currently newer editions of this... |
Forum: Java Feb 29th, 2008 |
| Replies: 6 Views: 1,875 hi, i need urgent help with my code. My program, which converts word strings to its number equivalent, only works with special cases.
Example: "nine hundred ninety nine thousand nine hundred ninety... |
Forum: IT Professionals' Lounge Oct 28th, 2007 |
| Replies: 6 Views: 943 |
Forum: Java Oct 19th, 2007 |
| Replies: 5 Views: 707 i think it's the last one you said. i have to produce a html file from the track listings in the music manager database and that my code is pure hard coded... |
Forum: Java Oct 19th, 2007 |
| Replies: 5 Views: 707 no , our prof didn't taught us how to use JDBC. wait a minute, can you actually write html tags together with your java code? is that permissible? |
Forum: IT Professionals' Lounge Oct 19th, 2007 |
| Replies: 6 Views: 943 hi guys
just wanna ask how long does a laptop's battery last on the average? my laptop's model is HP Pavilion dv5000 and recently i began to suspect that the battery does not usually last any... |
Forum: Java Oct 19th, 2007 |
| Replies: 5 Views: 707 hi guys
how do you export your database to html format?
my project goes like this: we built a simple music manager that adds, edits, deletes, searches and sorts records (that's track listings)... |
Forum: Java Sep 26th, 2007 |
| Replies: 2 Views: 2,596 he he.. yah i know.. at least u guys know how confused i am as with my code.. thanks nyways. im trying to tone the whole thing down so maybe il repost the code soon... |
Forum: Java Sep 26th, 2007 |
| Replies: 2 Views: 2,596 ******I need help with my project. Here's the specs**********
CS123 MP2
Database Table
1. On Load of the program it will read all files and put its data to the memory.
a. Data file - this... |
Forum: Java Sep 26th, 2007 |
| Replies: 5 Views: 1,447 actually i still have problems with regards to this project of mine, GUI is really not the priority, il post a new thread with regards to it, tnx |
Forum: Java Sep 26th, 2007 |
| Replies: 5 Views: 1,447 oh and about the reset button, i want to implement it like that of forms wherein if the user wants to cancel the inputs he typed in, the inputs would be erased by clicking the reset button... does it... |
Forum: Java Sep 26th, 2007 |
| Replies: 5 Views: 1,447 //here's the code.. it's kinda long and scattered though.. i haven't organized everything yet...
public class DatabaseDriver {
private JFrame main = new JFrame("Main Menu");//main menu... |
Forum: Java Sep 26th, 2007 |
| Replies: 5 Views: 1,447 Hi. I'm new with Java's GUI Components and I'm having a hard time with my program
design right now. My program deals with manipulating database elements (i.e. fields
and records) and I'm stuck with... |
Forum: C++ Mar 26th, 2007 |
| Replies: 7 Views: 894 [Linker error] undefined reference to `compare_suitor(void const*, void const*)'
ld returned 1 exit status |
Forum: C++ Mar 26th, 2007 |
| Replies: 7 Views: 894 still doesn't work....
whenever i follow the right syntax, errors are multiplying itself...
our prof requires us to use qsort()
i tried something new and my only error now is linker error... |
Forum: C++ Mar 26th, 2007 |
| Replies: 7 Views: 894 hello!
I badly need to submit this program within an hour from now so any help out there who could help debug my code, i would really appreciate it. there's something wrong with my qsort() syntax... |
Forum: C++ Mar 12th, 2007 |
| Replies: 7 Views: 3,529 i think i'm starting to understand what infarction was saying... that every pointer i had points to the same memory so that it replaces whatever the memory contains until it reaches the last word...... |
Forum: C++ Mar 11th, 2007 |
| Replies: 7 Views: 3,529 i still don't get what's wrong...
i don't know how to use classes.. |
Forum: C++ Mar 10th, 2007 |
| Replies: 7 Views: 3,529 need help! what's wrong with my code? it compiles but outputs nothing. it requires the user to create a "word.txt" text file for it to start counting the frequency of occurrence of words. i'm a... |