![]() |
|
#1
|
||||
|
||||
C or Java?I've a project to do but I don't know which language to use. I want it as a Windows application, with graphics, not as a console application. Can I do it using C? Are there any libraries I can use for this? Do you have any in mind and how can I use it? Is it harder in C than in Java? I'm asking you because I know C but I have no idea about Java. What do you think, should I start learning Java or use C using the libraries?
|
|
#2
|
||||
|
||||
Re: C or Java?Opinion: Both. Either way, learning the library use will be necessary. Java might be easier, but "die-hard" C enthusiasts would probably say "go C".
__________________
Use the force...read the source!! WYCIWYG -- what you code is what you get! |
|
#3
|
||||
|
||||
Re: C or Java?Java has Swing, which is it's built-in GUI library. However, it's not pretty and I've heard it's difficult to work with.
C lets you use just about anything: Qt, GTK, et al. Though as TurboPT said, you'll still have to learn the library. Personally, if you already know C and are comfortable with it, I'd recommend just finding a GUI library you like. Check out Qt; it seems reasonably easy to learn if you're experienced. __________________
Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#4
|
|||
|
|||
Re: C or Java?The advantage to using java is that you can run it on any platform that has a java virtual machine (windows/linux/etc.). If you already know C, java will be extremely easy to learn (no memory management). You should be able to find a "drag and drop" graphical IDE for either language.
|
|
#5
|
|||
|
|||
Re: C or Java?Quote:
|
|
#6
|
|||
|
|||
Re: C or Java?I guess it depends on what kind of application you're trying to build and how much time you have.
If you want a fast application and you have plenty of time, I would suggest going with the C/C++ language and the Win32 API since this combination won't have as much overhead as Java and any other Java GUI library. If you don't have that much time and hate Java as much as I do Good luck! |
|
#7
|
|||
|
|||
Re: C or Java?For Windows application, Java has nothing to do here.
use C/C++ and Win32 apis |
|
#8
|
|||
|
|||
Re: C or Java?Quote:
|
|
#9
|
||||
|
||||
Re: C or Java?Cross platform apps, most frequently. Otherwise Java is popular for enterprise apps due to the J2EE toolkit. But if your keeping your programs on a single platform, use whatever language you want.
__________________
Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
NARMY by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the equivalent in Java for a Function or Module in VB | pengwinz | Java Forum | 2 | 17-May-2007 20:02 |
| To post messages / click Buttons of a Java Jar App using code | Jun0 | C Programming Language | 1 | 06-Jan-2007 14:44 |
| To post messages / click Buttons of a Java Jar App using code | Jun0 | Java Forum | 0 | 06-Jan-2007 11:14 |
| Java - Just starting | haoming | Java Forum | 1 | 25-Feb-2006 01:21 |
| Scalability in Java and C++ | agx | Miscellaneous Programming Forum | 7 | 04-Feb-2006 15:35 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The