Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
english
- Page 1
ArkTS - McCharts
Programming
Software Development
1 Month Ago
by 杨_659
**
English
Translation:** Hello everyone, I’m Chen Yang. It’s been …
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
1 Month Ago
by elary
It is a nice project.Is there any notification function?
English to piglatin help!
Programming
Software Development
17 Years Ago
by turkgames
…80 void call() { char str[80]; char
english
[80]; int length, a=0, b=0;… {
english
[0]=str[0]; /*copy str to
english
*/ if(
english
[0]==' '||
english
[0]=='\0') /*check for whitespace*/ {
english
[0…
English to Piglatin Translation
Programming
Software Development
14 Years Ago
by rayborn66
… You are to write a program that will input
English
text translate it into Pig Latin, then output the… the screen and to a file; prompt for and get
English
line (use getline); } system("pause"); return 0… { declare ew, pw as c-strings to store an
English
, Pig Latin word; declare ep, pp as integer variables that…
English to French translation program.
Programming
Software Development
13 Years Ago
by SpiderMan120988
…the other file corresponding to the
English
words. This means that the …{ const int max_word_count = 50; char
english
[max_word_count][max_word_len]; char french[max_word_count][max_word_len]; int word_count… ifstream myfile; ofstream outfile; myfile.open("
English
.txt"); if (myfile.is_open()) { while …
English Reporting System
Programming
Web Development
13 Years Ago
by concrete
… to develop a Reporting System for an
English
Class as part of an assignment for Uni…. I have two tables [LIST] [*]Students [*]
English
[/LIST] the data going into the grading system are… [*]Coursework Mark [*]Coursework Comment [*]Poetry [*]Creative Writing [*]
English
Literature [*]Overall Comments [/LIST] I have a primary …
Re: English Reporting System
Programming
Web Development
13 Years Ago
by concrete
… $query = "select count(*) as numberRecords from
english
where upn = ".$student_upn.""; $result =…com_lit_int']; $overall_comment = $row['english_overall_comments']; $insert = "insert into
english
(upn, english_cw_mark, english_cw_comments, english_exam_mark, english_exam_comments, com_poetry, com_creative, com_lit_int,…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by concrete
… $query = "select count(*) as numberRecords from
english
where upn = ".$student_upn.""; $result =…']; $overall_comment = $row['english_overall_comments']; $insert = "insert into
english
(upn, english_cw_mark, english_cw_comments, english_exam_mark, english_exam_comments, com_poetry, com_creative, com_lit_int,…
Re: English to French translation program.
Programming
Software Development
13 Years Ago
by Ancient Dragon
… you stored the words in a structure so that the
English
and French words can be kept together. [code] struct words… { char
English
[max_word_len]; char French[max_word_len]; } [/code] Then make an array of…
English to Pig Latin converter
Programming
Software Development
13 Years Ago
by THEPalletizer
Having issues with my
English
to PigLatin Converter. I can get the code to … a sentence. sentence = input("Please enter a sentence in
english
to convert to 'Pig Latin': ") # for loop that …in sentence.split(): wrd = words.append # Display the Sentence in
english
to the user print("Here is the sentence you…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by rotten69
… you will have it as a foreign key in the
English
table. That way you're making a connection between both… to follow and track) as a foreign key in the
English
table as well. But, This would depend on what your…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by simplypixie
… rotten69 has said, you just need a field in your
English
table called student_id which then relates to the id primary… when you insert the details for that student into the
English
table you would ensure that the records student_id is also…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by simplypixie
… $query = "select count(*) as numberRecords from
english
where upn = '".$student_upn."'"; $result =…']; $overall_comment = $row['english_overall_comments']; $insert = "insert into
english
(upn, english_cw_mark, english_cw_comments, english_exam_mark, english_exam_comments, com_poetry, com_creative, com_lit_int,…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by concrete
… select the database!"); $query="SELECT * FROM
english
INNER JOIN students ON
english
.upn = students.upn"; $resource=mysql_query($query,$link…
English to Pig Latin
Programming
Software Development
10 Years Ago
by Riya_2
… word to “Pig Latin.” To convert an
English
word to Pig Latin, you remove the first…enter a sentence below! \n" << "
English
: " << endl; getline(cin, entry); int …;PLatin; } string PLW (string r) // accepts word in
English
, returns word in pig latin { string ans= " "…
Re: English to Pig Latin
Programming
Software Development
10 Years Ago
by Riya_2
… sentence below! \n" << "
English
: " << endl; can you tell me…enter a sentence below! \n" << "
English
: " << endl; getline(cin, entry); long…;PLatin; } string PLW (string r) // accepts word in
English
, returns word in pig latin { string ans= " &…
Re: English Reporting System
Programming
Web Development
13 Years Ago
by concrete
I am not sure what part of the code isn't working but the fields from the database table '
english
' are not being populated into the form.
English to UML
Community Center
Say Hello!
18 Years Ago
by venkat.pamoori
Hi: I am Venkat. I have been dreaming about how
English
and UML can be connected for almost a decade. At … a CASE tool for building UML class models from simpe
English
sentences. I have been doing it for almost 2.5…
Re: english word definition list(database)
Programming
Software Development
8 Years Ago
by rproffitt
Wansa, I found databases at this search. https://www.google.com/search?q=downloadable+
English
+dictionary#q=downloadable+
English
+dictionary+database
English member in florida
Community Center
Say Hello!
17 Years Ago
by Dee Tucker
… a golfer, writing a couple of books too. I am
English
, I live in Cyprus (Europe but some still say Middle…
English Textbox to Pig Lain
Programming
Software Development
14 Years Ago
by shawn130c
…, I have been playing around with trying to create an
english
to pig latin translator. I am not really sure where…
Re: English Textbox to Pig Lain
Programming
Software Development
14 Years Ago
by shawn130c
…. But using a test paragraph: This application will translate the
English
text you enter into Pig Latin. It will retain CASE…
English - Turkish dictionary program code please
Programming
Software Development
14 Years Ago
by pokemal
Hi friends, I need very urgent Turkish-
English
dictionary program code (university project) Would help please.
Re: English - Turkish dictionary program code please
Programming
Software Development
14 Years Ago
by Zjarek
Unfortunately I can only write Polish-
English
, French-Swahili and Chinese-Russian dictionaries.
English to Pig Latin Translator in C#
Programming
Software Development
13 Years Ago
by kahaas
…. I need to make a windows forms application that takes
English
text from a text box, converts it to Pig Latin…
English dictionary API for C# Winforms
Programming
Software Development
10 Years Ago
by BibhutiAlmighty
can anyone suggest me a good
English
Dictionary API for C# windows forms application. I tried using "NHunspell" but i found it very difficult to use ? Please Help !!!!!!!!!!!!!
english word definition list(database)
Programming
Software Development
8 Years Ago
by Karuna_2
Dear sir i want to
english
word definition list(database) .i am search every wear in internet. but i cant find it.anybody know download link please send me. thank you wansa
Re: english word definition list(database)
Programming
Software Development
8 Years Ago
by rproffitt
Something's unclear here. First you want to create it then you want to download it. Which is it? https://www.google.com/search?q=downloadable+
English
+dictionary
Re: English - French dictionary - Ideas?
Programming
Software Development
15 Years Ago
by jbennet
I did it in Java and used two binary search trees, one for
english
to french (with the keyfield being the
english
word) and another for french to
english
. Was pretty speedy.
Re: English - French dictionary - Ideas?
Programming
Software Development
15 Years Ago
by jbennet
… going to work seeing as many
english
words dont actually exist in french, and many
english
words all mean the same thing… get pomme dé terre... if yoi translate that back into
english
youll get "apple of ground" which makes no…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC