Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 15th, 2005, 8:23 AM   #1
kalinga1234
Programmer
 
Join Date: Oct 2004
Posts: 31
Rep Power: 0 kalinga1234 is on a distinguished road
urgent!!!

to whom it may concern

i urgently need to know how to convert String variable to char in JAVA..i am having trouble with it..
thank you
kalinga1234 is offline   Reply With Quote
Old Feb 15th, 2005, 8:36 AM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
int i;
char[] a = new char[length(string)];
for(i = 0;i<length(string); i++)
{
  a[1] = string.charAt(i);
}
http://java.sun.com/j2se/1.5.0/docs/api/
it amazes me how many people don't know about, or don't know how to use the Java API, it's a very useful tool.
__________________
naked pictures of you | PFO F@H stats

Last edited by Dizzutch; Feb 15th, 2005 at 8:48 AM.
Dizzutch is offline   Reply With Quote
Old Feb 15th, 2005, 9:36 AM   #3
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
i think its knowing where to start but oh well, people skim on the fundementals of programming , helps keep the rest of us in trim.
Berto is offline   Reply With Quote
Old Feb 15th, 2005, 12:56 PM   #4
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
When i was learning Java, the prof. teaching the class made us use the JavaDoc, and she made us make documentation for our classes. maybe we just don't say RTFM often enough..
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC