Hi, My IT teacher at school has set us a project the last task of which is being able to make an english --> pig latin converter
I have absolutely no idea where to start and have been searching for an example of the coding for one
does anyone know an example of this developed in VB?
-also i use VB6
thanks heaps , any help is much appreciated =]
English to Pig Latin converter
Started by Kisa, Apr 25 2009 11:37 PM
15 replies to this topic
#1
Posted 25 April 2009 - 11:37 PM
|
|
|
#2
Posted 26 April 2009 - 03:27 AM
I would start by familiarizing myself with the VB6 string functions. I found this site which seems to do a decent job: VB6 String Functions
#3
Guest_Jordan_*
Posted 26 April 2009 - 04:50 AM
Guest_Jordan_*
How would you accomplish this task in real life? What steps would you follow? Turn that into psuedocode and then work your way through the code.
#4
Posted 29 April 2009 - 05:53 AM
sorry for the late reply ^^
thank you both really much
I'll definately research string fictions more and I'll probably code it in liberty basic first and then adapt it to vb
Thanks alot for the help
thank you both really much
I'll definately research string fictions more and I'll probably code it in liberty basic first and then adapt it to vb
Thanks alot for the help
#5
Posted 29 April 2009 - 09:31 AM
I actually have no idea how this pig latin thing works - I was the kid who couldnt figure it out and nobody would show how lol
I just found a pig latin thing online and from what I can tell you switch the first letter to the end and add "ay" at the end of it as well correct?
I just found a pig latin thing online and from what I can tell you switch the first letter to the end and add "ay" at the end of it as well correct?
#6
Posted 05 May 2009 - 01:46 AM
yes
that would be wonderful!
our task is like that
enter a word
and if it starts with a vowel add 'ay' to the end
if it doesnt then move the first letter to the end and add 'way' =D
it would be very helpful if you could show me how to do that =3
that would be wonderful!
our task is like that
enter a word
and if it starts with a vowel add 'ay' to the end
if it doesnt then move the first letter to the end and add 'way' =D
it would be very helpful if you could show me how to do that =3
#7
Posted 05 May 2009 - 02:56 AM
Vowels: a, e, i, o, u. You'll need to use the various string functions (left, right, copy, whatever)
#8
Posted 05 May 2009 - 04:25 AM
$5 paypal will get it done.
If not basically what wp said above. Very useful stuff there.
If not basically what wp said above. Very useful stuff there.
#9
Posted 06 May 2009 - 10:09 PM
I can do it for free if you want :)
#10
Posted 07 May 2009 - 10:14 AM
Hint to Vswe: You don't get anywhere doing things for free. If its easy offer a low price, never free ;)
#11
Posted 07 May 2009 - 10:28 AM
I only want to help him, I know by my own experience that Free is much better than 0.0001$ just because you don't need to do the transaction. It have happened many times for me that I don't buy some cheap stuff just because I don't mind to do the transaction.
#12
Posted 12 May 2009 - 01:17 AM
@BlaineSch
its good
i figured out finally how to do it XD
it not really as complicated as i though OxO
@Vswe
Thanks Very much for the kind offer ^^
really appreciate it !
I wouldnt have been able to pay for it anyway XD
Took me a while to figure it out
but i think i get it now =]
its good
i figured out finally how to do it XD
it not really as complicated as i though OxO
@Vswe
Thanks Very much for the kind offer ^^
really appreciate it !
I wouldnt have been able to pay for it anyway XD
Took me a while to figure it out
but i think i get it now =]


Sign In
Create Account

Back to top










