- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
I used to use the buffered reader in September but I started to find when in my contests that the Scanner is better. Since I can read individual elements at a time, I don't have to worry about splitting and parsing into integers. Say my input file is: [QUOTE] 4 …
You aren't going to get anything on any web site as a solution to this. If you understand some about C++ then converting this to C will be easy. Don't be lazy. Anyways, this code you found isn't the greatest code anyways. It doesn't account for a book title of …
From a quick look: [CODE] pw.println(filenm); // got a java.lang.NullPointerException here [/CODE] You have never initialized a pw object. pw is set to null. Now you are initializing pw in the connectToServer method but perhaps that method isn't called, or it is called and an exception was thrown so the …
I don't use either. Why do you like vbulletin better?
Either use a loop like others are saying or you can take the lazy way out: [CODE] String sText = "bracket"; String sReverse = new StringBuilder(sText).reverse().toString(); System.out.println(sReverse); [/CODE] :) A StringBuilder contains a reverse method. Then you reverse it and convert the StringBuilder back to a string with the toString() …
You can't run your code because there isn't a main method. After looking up 2 web sites, you most likely won't find people to do your homework for you. You need to slow down, and go learn about the C# language. Copying and pasting some program from somewhere and looking …
If you just installed the latest PHP, you'll have to have a web server such as apache installed. Try [URL="http://www.apachefriends.org/en/xampp-windows.html"]xampp[/URL] if you want a quick install of php. :)
Name: James Hair: Brown Eyes: Brown Location: Canada Age: 15 Hobbies: Listening to music, programming, web design. Um that's about all I do. Lol Play computer games. instant message people. Um I spend tons of time on the computer. Relationship Status: single Fav Music: Oh , I have a ton …
What do you mean? There isn't multiple inheritance in Java. It's a single inheritance only language. :)
Nope! Not that I'm aware of. :( You'll probably have to ask your host about it. :(
Woah, that is cool!! Perhaps you could go in the little hole at the bottom? [URL="http://i204.photobucket.com/albums/bb52/jwebmaster/figure-8-bookcase-job-koelewijn.jpg"]http://i204.photobucket.com/albums/bb52/jwebmaster/figure-8-bookcase-job-koelewijn.jpg[/URL]
Why don't you just generate the full image on one server? I'm not really sure what you mean. How is generating half of an image on one server and a full image on another server? Why are you using two servers? Also could you use code tags? The # button. …
The End.
chili5