Page 1 of 1
Platform option!!!
Posted: Mon Mar 31, 2003 5:39 am
by tyro
hi,
i have this new idea of developing a compiler, a multilingual compiler, for c.
i wud like to know whether anything exists like this now. if not,what will be the best platform to develop this? i really wud luv to do it in a win32 environment. i thought VC++ initially, but now therez VC++.net...!! Will Java be a better option? I am looking forward for your expert advice on this...!!
thanks in advance,
TYRO
Re:Platform option!!!
Posted: Mon Mar 31, 2003 4:51 pm
by Tim
What do you mean by 'multilingual'?
Anyway, VC++ is the most well-used compiler for Win32. VC++.Net is just the latest version of it, adding support for Managed C++ with the ability to target the .NET Framework.
Re:Platform option!!!
Posted: Mon Mar 31, 2003 10:42 pm
by Tyro
Hi!!!
Thanks a lot for your reply.
When i say multilingual wat i mean is the user will b able to write the program in his own vernacular language. like if the user is from India, he will b given an option to write a program in Hindi or any of his native language. jus adding that language independency.
i hope u can get me...!!!
Tyro
Re:Platform option!!!
Posted: Tue Apr 01, 2003 1:05 am
by Tim
You could probably achieve this with a preprocessor which translates regional C into standard C, rather than writing a whole new language.
Re:Platform option!!!
Posted: Tue Apr 01, 2003 6:56 am
by Tyro
thnx again for ur reply.
even i was thinkin of that option, like adding a pre-processor to gcc which will convert the local language to the actual c codin, but i want to write the compiler in windows, like i wud like to create guis using that language...!! can i create guis using gcc or is there any open source language for win32 using which i can write guis??
Re:Platform option!!!
Posted: Wed Apr 02, 2003 4:58 pm
by Tim
You can create a GUI using any C or C++ compiler under Windows.