Re: Just Learned ANSI C, what I should learn next? Options
- From: David Wilkinson <no-reply@xxxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 09:15:06 -0500
Andrew Chang wrote:
I just finished studying A First Book of ANSI C and I believed that I
have been good at programming with the main() structure method.
However, I have no idea what I could do next. It is impossible that I
always program with command console from now on.
Could anyone give me some advices? Thank you very much!
Andrew:
The C syntax is the basis of C++, C++/CLI, C#, Java, Javascript (and others), so it is a good foundation.
What you do now depends on what you want to do. What I did at this point was attack C++ in a console application environment before moving on to GUI work with MFC, but that was about 10 years ago.
Today, going to C# would surely be a viable alternative.
One great thing about C++ is that it is portable to other platforms (though MFC is a Windows-only GUI platform). There is also WTL, which is also Windows-specific, but better designed from a C++ purist point of view.
There are cross-platform C++ GUI libraries (QT, wxwidgets...), but I have never used them.
--
David Wilkinson
Visual C++ MVP
.
- Follow-Ups:
- Re: Just Learned ANSI C, what I should learn next? Options
- From: Giovanni Dicanio
- Re: Just Learned ANSI C, what I should learn next? Options
- References:
- Just Learned ANSI C, what I should learn next? Options
- From: Andrew Chang
- Just Learned ANSI C, what I should learn next? Options
- Prev by Date: Re: From memDC to a Bitmap..... How?
- Next by Date: Re: Wide characters and Unicode
- Previous by thread: Re: Just Learned ANSI C, what I should learn next? Options
- Next by thread: Re: Just Learned ANSI C, what I should learn next? Options
- Index(es):
Relevant Pages
|
Loading