-
Important for a project
I am writing a translation program spanish to english
in void main i have put functions [a] through [z] I want the function to be activated by only the first letter of the word under the function i have made if statements and i have used apstring if word==the spanish word then english word how do I call only the first letter of the word typed in from main to call the function
-
thats not really a good idea. If you're using C++ use a map, if you're using C, find a decent tree on the net.
-
Hi friend,
Its not tough. Use suitable DATA STRUCTUR. Like map, array or tree. It will work..
Try..