Forum: Java Oct 19th, 2006 |
| Replies: 9 Views: 2,635 I've actually had problems with eclipe and have stayed away from it since. Netbeans or Java Studio Creator are some feature rich ide's that are ok and worth checking out. |
Forum: Java Oct 17th, 2006 |
| Replies: 9 Views: 2,635 The best IDE on the market, IMHO, is JetBrains's IntelliJ IDEA. Netbeans or JEdit will get the job done too. |
Forum: Windows NT / 2000 / XP Aug 9th, 2005 |
| Replies: 9 Views: 2,639 If he formatted the hard drive there shouldn't be a registry. Is the disk scratched or anything? Maybe the cdrom is having problems reading the disk. |
Forum: C Aug 9th, 2005 |
| Replies: 15 Views: 2,491 The code only works for indian because he is not willing to sit and actually enter all 100 items that he is initializing his array for. So it "APPEARS" to be working correctly for him. I know i'm... |
Forum: C Aug 9th, 2005 |
| Replies: 5 Views: 3,895 You are still not declaring mir in the test.h file. When you are using a variable in C and it is declared in a different file you have to declare it again using the "extern" keyword to let the... |
Forum: Computer Science Aug 9th, 2005 |
| Replies: 12 Views: 21,573 I had an Inventorbot kit, which includes all the lego pieces to make the acrobat and etc. After you have the brick you can use the lego pieces you get from the kit or even any other lego pieces you... |
Forum: C Aug 9th, 2005 |
| Replies: 5 Views: 3,895 And unless i'm mistaken, you forgot
#include "test.h" |
Forum: C++ Aug 9th, 2005 |
| Replies: 5 Views: 2,079 I'm going to be waiting for a die-hard C person to tell me i'm completely wrong on this...but anyway, here is my educated guess on the issue. The C programming langauge and pretty much every one i... |
Forum: Java Aug 6th, 2005 |
| Replies: 13 Views: 2,551 Its been done before but why not make a secure chat client that stores public keys on a keyserver. Similar to what pgp desktop, i beleive does, for email. Just write your own for chatting. Java... |
Forum: Computer Science Aug 6th, 2005 |
| Replies: 12 Views: 21,573 The school I went to just brought them from the mindstorm website. You can find the "brick", which is the part with the processor on ebay, and you just use regular legos to actually build the robot.... |
Forum: Java Aug 5th, 2005 |
| Replies: 13 Views: 2,551 You could check out this idea..
http://www.daniweb.com/techtalkforums/thread28724.html
Or if your bored you could take a handy off the shelf router, you might have laying around or using one and... |
Forum: Computer Science Aug 5th, 2005 |
| Replies: 12 Views: 21,573 Well I have experience in taking a lego mindstorm brick http://mindstorms.lego.com/eng/default.asp and rewriting its operating system to that of http://brickos.sourceforge.net so that you can write... |
Forum: Java Aug 4th, 2005 |
| Replies: 1 Views: 1,626 This is what I've always used to download files. I've downloaded quite a few mpegs with it and it worked just fine.
public class HTTPStuff
{
public static Downloader(String fetchUrl, String... |
Forum: Java Aug 2nd, 2005 |
| Replies: 7 Views: 2,550 I'd go with it being the capitalized class name in main and lowercase in his declaration. BTW...common java practice is to capitalize class names, so you might want to change it above instead of... |
Forum: C Aug 1st, 2005 |
| Replies: 2 Views: 1,604 Of course its possible. Depends on what way you want to do it and if you have access to install an application on the before mentioned "remote system". |
Forum: Java Jul 30th, 2005 |
| Replies: 8 Views: 2,205 CVS also has the ability of branching. In which 2 people can edit the same file at the same time. Then when you resubmit the file to the cvs server you are given the ability to merge your changes... |
Forum: Java Jul 30th, 2005 |
| Replies: 4 Views: 12,122 For file transfer its better to use TCP instead of UDP because you can use a connection oriented paradigm (unless you are going to transfer only small files). Connection oriented has the overhead of... |
Forum: Game Development Jul 28th, 2005 |
| Replies: 14 Views: 3,216 Sorry about the java post, thats my more active forum but i got bored and was posting over here too.
Well the concept will work, there are otherways to finger print the os. |
Forum: Game Development Jul 28th, 2005 |
| Replies: 14 Views: 3,216 Also, another comment on the whole cheatting thing. Ever heard of windows API calls? its another example (obvious not valid here) of program "cheating" being used to its fullest. Of course using... |
Forum: Java Jul 26th, 2005 |
| Replies: 6 Views: 2,315 Java makes programming a chat applications really easy. Look up sockets in java and thats all you will need for a very basic one. Get that far and when you encounter problems or what to do more... |
Forum: Game Development Jul 26th, 2005 |
| Replies: 14 Views: 3,216 I stand corrected on the "system" function in C. Yeah i just looked it up to make sure. I just realized why i thought that. Not a C or C++ programmer anymore so its been a while since i've... |
Forum: Java Jul 26th, 2005 |
| Replies: 2 Views: 2,424 Well i read it and its not hard to understand, assuming u've studied operating systems. Its just an OS simulator. If your just doing an explaination of the program you might want to include... |
Forum: C++ Jul 26th, 2005 |
| Replies: 15 Views: 10,621 Couldn't you have just used the ascii value and then subtracted to get its value in the alphabet?
Sorry my bad, i didn't read well enough. Your either writing a hash routine or weak encryption... |
Forum: Game Development Jul 26th, 2005 |
| Replies: 14 Views: 3,216 I dont think you can use the "System" command in linux. I'm pretty sure its a windows only command.
But what i think i would do is just piggy back off of another program (linux does this all... |
Forum: Computer Science Jul 25th, 2005 |
| Replies: 12 Views: 21,573 Well i wont be much good there. I was hoping to hear something about C and i was going to recommend maybe a little robotics project. |
Forum: Getting Started and Choosing a Distro Jul 25th, 2005 |
| Replies: 15 Views: 4,679 Why pay when Fedora Core is free, and sponsered aka lead by the same group?
If you dont like debain install issues...dont try gentoo. Gentoo does not have a text or graphical installer. But... |
Forum: C++ Jul 25th, 2005 |
| Replies: 4 Views: 2,749 A programmer that says an editor is the answer...geesh. The answer is with the include statment with something like this...
#include "fileToInclude.cpp"
For more info just look up the uses of... |
Forum: Java Jul 25th, 2005 |
| Replies: 6 Views: 2,448 My educated guess is that Java wont be able to get the CMOS time. Java was made as a high level programming language and CMOS should be out of the scope of java (not 100% sure). If you wanted to do... |
Forum: Getting Started and Choosing a Distro Jul 25th, 2005 |
| Replies: 15 Views: 4,679 I'm running linux on an AMD64 machine. Dont think thats 10 year old hardware, probably should check that :)
I'd recommend Fedora or Mandrake if you are new to Linux. Mandrake is known for its... |
Forum: Java Jul 25th, 2005 |
| Replies: 5 Views: 2,515 Its either lack of sleep or something but the way u posted this seems a little confusing.
are these in the same format as i used
exp1 (op) exp2 = answer
I'm thinking they are not so what... |
Forum: Java Jul 25th, 2005 |
| Replies: 4 Views: 1,672 You might want to read the rules of this forum. We only help those who have shown effort, which you have not shown any. So unless your offering to pay somebody...do some work! |
Forum: Java Jul 24th, 2005 |
| Replies: 3 Views: 1,260 Eclipse is an IDE (editor) you are using some kind of SDK or JDK for your compiler. |
Forum: Computer Science Jul 24th, 2005 |
| Replies: 1 Views: 2,210 You shouldn't. The concept of a semaphore is simple, you set the value to a number (in your case 4) when you use one of the resources you dec(-1) from the value and so on. Then if the value is <=0... |
Forum: Computer Science Jul 24th, 2005 |
| Replies: 12 Views: 21,573 What are your interests, how long do you have to create a program, what experience do you have and is spending money an option? |
Forum: Computer Science Jul 24th, 2005 |
| Replies: 6 Views: 2,568 "Unworkable architectures that are beauties of theoretical design but impossible to use if you do not have a CS degree.
Ok...so i'm a little bias :) |
Forum: Computer Science Jul 24th, 2005 |
| Replies: 4 Views: 6,417 A PIC is a microcontroller. Basically its a processor (remotely similar to the cpu in your computer) but a whole lot less of a unit. If you are interested in this concept and have a little bit of... |
Forum: C++ Jul 24th, 2005 |
| Replies: 5 Views: 2,618 Why not post the code that you are using to read in and display. Also make sure you are copying over and not overwriting the null terminator at the end of your char arrays. If you want to just test... |
Forum: Java Jul 24th, 2005 |
| Replies: 5 Views: 2,515 Jwenting is correct you need to read up on the topic but i can explain a little to help get you started.
I think the way i treat boolean logic is kind of like math. As you can see there are ( )... |
Forum: Java Jul 24th, 2005 |
| Replies: 2 Views: 1,303 Web servers are text based so they are rather simple.
For the basic version just...
Create it like any other client / server program. HTTP is a connection oriented protocol (been a while) so... |
Forum: Java Jul 24th, 2005 |
| Replies: 38 Views: 5,072 JVM is an operating system. Java was created for use in embedded systems. Thats why your java programs are compiled into java byte code. |