TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ihtesham qazi
NA
1
0
Can some body help me creating a translator which translates for loop to while
Oct 6 2005 7:25 AM
I want to write a sort of translator which can translate the code of for loop to coresponding while.
for example if i have :
for(int i = 0 ; i < 10 ;i++)
Console.WriteLine("Hello");
it should translate like :
int i = 0;
while( i < 10)
{
Console.WriteLine("Hello");
i++;
}
Reply
Answers (
1
)
C# application, problem with thai language on Windows ME
how to find out the funtionality of dll