On Jun 17, 5:31 pm, tony <tonywinslow1...@gmail.comwrote:
Quote:
Hi,
now I've known the basics about C++. What I can do is pretty limited.
I've known something in Java:
1.Networking(Socket, RMI, Servlet)
2.Database(JDBC)
3.GUI (Java Swing)
4.and some others APIs...
I'm wondering how can I do all of the above in C++.
And I've heard that reading source codes can help one
improve its programming skills, but I don't know how to
read them.
Please help me! Thank you!
The difference with Java is that you're given all of these API's as
part of Java itself, whereas in C++ you have various different
libraries to achieve these things. I'm from Java myself (er sounds
like a planet...) and plan to use WxWidgets, although I'm told it's a
very Java-like library, but I didn't have much choice. I wanted to use
Sockets and Threads using VS 2005 Express (no MFC...) and it seems to
have a good reputation.
If you have money to burn you might try MFC and other MS
libraries, .NET is very similar to Java, but covers more languages.
Although NET C++ is managed so it's not "real" C++. There are other
libraries like Qt and the like, I'm sure there are tons of open source
ones to choose from for GCC (can run on Win and Linux).
Gordy