John Gaughan wrote: > Nirav wrote: >> I know all basic things which are needed to learn C langueage... >> I want to learn win32 Application in C.... >> Can anyone help in this direction???? >> > > Unless you absolutely have to use Win32 and C, I would go with a > cross-platform C++ toolkit such as Qt or gtk+.
Or wxWidgets, which has a GUI designer integrated into the wxDev C++ compiler suite. I recommend any of those. That way you aren't necessarily tied to a single platform (at least not with the GUI - you may still end up calling Windows-specific APIs). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
