Making user friendly interface

Hi All,
Is it possible to make any user friendly interface in C++ like in Java? I hope it can't be done alone with C++. If so, How can I link Jave program only for interface into my C++ program?
Please help me......
Sitha.
[244 byte] By [sitha] at [2007-11-20 8:26:30]
# 1 Re: Making user friendly interface
Well it depends on what you mean by user friendly. Yes, it is indeed possible, but then it depends on how you do it. If you use the WIN32 API, get ready to go through enough code to make you want to quit coding all together. You can use the console, or you can link your java. There are a few ways to do this. You could include the jar file and have that start up your program and just have batchfiles that run particular parts of your program and then display the result. Though i'm not sure how you'd transfer it from there to the java part.
ccubed at 2007-11-9 1:20:14 >
# 2 Re: Making user friendly interface
Hi All,
Is it possible to make any user friendly interface in C++ like in Java? I hope it can't be done alone with C++. If so, How can I link Jave program only for interface into my C++ program?
Please help me......

Sitha.

Well explain how Java made your user interface friendly.

It's not quite clear what you mean.
_uj at 2007-11-9 1:21:09 >