1,522 Posted Topics

Member Avatar for dave_nithis
Member Avatar for Ene Uran
Member Avatar for jonsca
Member Avatar for cwarn23

[QUOTE=jbennet;1055046]Yeah i had an infinate loop in my java program i wrote which which screwed up and wrote a text file into every folder on my filesystem. Fun times.[/QUOTE] hahaha

Member Avatar for chuckc
0
219
Member Avatar for caperjack

[quote=william hemsworth;1052699]the only people i see regularly in the list are: [attach]12639[/attach] [/quote] I see myself in there!!! ;)

Member Avatar for caperjack
0
154
Member Avatar for Ecliptical210

[QUOTE=Ecliptical210;1054681] Sorry about all the commenting in the code, but I find it helps a lot.[/quote] A lot of commenting is a good thing, its a great habit to have, because it helps others read your code and makes it more organized when you have very large projects, comment away. …

Member Avatar for Ecliptical210
1
145
Member Avatar for aksn315

[URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give help to those that show effort[/URL]

Member Avatar for jasimp
-4
305
Member Avatar for bubblegum09
Re: Card

Please wrap your code in code tags, simply highlight your code and click the code button at the top of the reply box. From the unformatted code it appears you are trying to declare a method within your constructor, you might have delimiter, aka bracks... { }, problems as well. …

Member Avatar for jasimp
0
117
Member Avatar for _dragonwolf_

Yes you can do this as a console program. An idea would be to have a HashMap, where the key's are each letter from the alphabet, and the corresponding value is the String you want to replace it with. You could read in a text file to populate the HashMap …

Member Avatar for jasimp
0
110
Member Avatar for Jay V.

Alright, lets go through what you need to output step by step. You want to output the original price of the item, which works, although I would change [code]public static void calculatePrice(double amount, int quantity)[/code] to [code]public static void calculatePrice(double [COLOR="Red"]price[/COLOR], int quantity)[/code]This way it is easier to follow all …

Member Avatar for jasimp
0
3K
Member Avatar for c.pentasuglia

Being familiar with the Java API, available online [URL="http://java.sun.com/javase/6/docs/api/"]here[/URL], is imperative if you plan to program any further in Java. Another fantastic resource is [URL="http://www.javadocexamples.com"]http://www.javadocexamples.com[/URL]. This has most of the Java API with example code. For instance, if you had looked through that site, you would have found the Random …

Member Avatar for donaldw
1
185
Member Avatar for serkan sendur

[QUOTE=serkan sendur;825196]i want to see the names for the poster titles, the ones starting from newbie to ... . is there any complete list of them?[/QUOTE] This question has been asked so many times before. There is no list because Dani wants it to be a surprise, of sorts. [QUOTE=serkan …

Member Avatar for rolexreplica
0
173
Member Avatar for Bluesilver

Do you have to write this method yourself? If not, I'm 99% sure its not part of the standard API. If you just have to use the method some common sense is helpful. Method's are named so that you don't really need to know how they work to use them. …

Member Avatar for jasimp
0
102
Member Avatar for Farfie

[QUOTE=Farfie;1051882]I should also note that no variables are allowed besides the two that the user inputs as the integer, and digit to be checked for[/QUOTE] I think this requires the use of at least one more variable. I would read the integer in as a string, create an array of …

Member Avatar for stevelg
0
160
Member Avatar for zandiago
Member Avatar for BestJewSinceJC
0
888
Member Avatar for SoulMazer

Read the Java tutorial on applets, [URL="http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted.html"]here[/URL]. You are missing a key method every applet needs.

Member Avatar for jasimp
1
142
Member Avatar for ayaz.ali

[QUOTE=freelancelote;989751]What do you mean by that? Is it some kind of joke I didn't get?[/QUOTE] That is the example for his problem.

Member Avatar for surbhi bhasker
0
411
Member Avatar for elgindale

Welcome! I agree with all of them, go for it and yes it does make sense, a felon with a degree has a better chance than a felon without one. Good Luck!

Member Avatar for cmckean
0
163
Member Avatar for lllllIllIlllI

[QUOTE=William Hemsworth;1018600]Heh, I did the same thing, the first time it was williamhemswort[/QUOTE] Hehe, I remember when you were called that, I used to wonder if you had warts everywhere ;)

Member Avatar for jasimp
0
192
Member Avatar for The Mad Hatter
Member Avatar for Evenbit
-5
2K
Member Avatar for VernonDozier

SNIP HAHAH!!! I always loved your way with words. I actually enjoy having you around, an oddball here or there is nice, plus you provide comic relief.

Member Avatar for jbennet
1
645
Member Avatar for samaru

It is easy to understand. You look at the top of the page for what topic you are looking for, hover your mouse over it, and then choose a sub-topic. To be a programmer you need to learn to figure somethings out by yourself, especially if they are in plain …

Member Avatar for happygeek
0
2K
Member Avatar for Dani

I just don't understand the point of it. People like AD complained because they couldn't leave neg rep without destroying someone's rep. So, instead of just having an option for no rep change when leaving a comment, an [B]anonymous[/B] voting system was put in place, that doesn't allow for comments …

Member Avatar for happygeek
4
534
Member Avatar for Treezwithgunz

What are you having a problem with? You told us what your program is supposed to do, and that its not working, but you never told us exactly what part isn't working.

Member Avatar for Jocamps
0
111
Member Avatar for DannyGreat
Member Avatar for nav33n
Member Avatar for The Dude

[QUOTE=The Dude;1003105]I really like having the list of bases @ top of the page!! I can easily jump to another base w/o hassle!! Anyone else find this usefull??[/QUOTE] What are you talking about?

Member Avatar for The Dude
-3
110
Member Avatar for The Dude

70 You are experiencing occasional or frequent problems because of the Internet. You should consider their full impact on your life.

Member Avatar for GrimJack
-1
132
Member Avatar for mahgobb

[QUOTE=mahgobb;989608]What kind of instrument do u play? [/QUOTE] Instruments of torture.

Member Avatar for Lardmeister
1
458
Member Avatar for vmanes
Member Avatar for johnvitc
0
120

The End.