This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Having a hard time today String[i]->char Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Having a hard time today String[i]->char" Watch "Having a hard time today String[i]->char" New topic
Author

Having a hard time today String[i]->char

Anthony Smith
Ranch Hand

Joined: Sep 10, 2001
Posts: 285
I cant my java book, and I only find something on the web....

I dont understand why that does not work

[This message has been edited by Cindy Glass (edited December 14, 2001).]
parul patidar
Ranch Hand

Joined: Sep 07, 2001
Posts: 53
thank u cindy for editing and telling me the error

[This message has been edited by parul patidar (edited December 18, 2001).]
parul patidar
Ranch Hand

Joined: Sep 07, 2001
Posts: 53
i dont know why full
for(int i=0; i<pwd.length();i++)>
line is not appearing
perhapes i dont know how to post a reply
Originally posted by parul patidar:
[B]that doesnt work because i think u r a good c c++ programmer
i think following should work


[This message has been edited by parul patidar (edited December 12, 2001).]
[This message has been edited by parul patidar (edited December 12, 2001).]
[This message has been edited by parul patidar (edited December 12, 2001).][/B]

parul patidar
Ranch Hand

Joined: Sep 07, 2001
Posts: 53
Originally posted by parul patidar:
[B]ok one more try
perhapes "<p" makes ">
"
tag to start that is y full code was not appearing




[/B]

William Barnes
Ranch Hand

Joined: Mar 16, 2001
Posts: 965

I think your problem is "!=". The for loop is not running because the conditional is failing. Try this instead:


Please ignore post, I have no idea what I am talking about.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Having a hard time today String[i]->char
 
Similar Threads
JDBC Oracle connection...not working
What is wrong here
How to find the executing directory of my class?
Creating a directory within a webapp
Increasing sizr of an array