CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Posts
    3

    Question how to create window using only c or c++?

    Is any one know how create a window using only c or c++ in
    windows os?
    or who can give me some source code about this.
    thanx very much.

  2. #2
    Join Date
    Jun 2002
    Posts
    137

    Lightbulb

    The purpose you want to use the only C/C++ to generate window programmes maybe rely on the fact the enviroment your programme runs on doesnot support the MFC libs.
    If it is true, you can use the ATL/WTL to achieve it. It wraps only the basic C/C++ libs
    http://msdn.microsoft.com/downloads/...mpositedoc.xml

  3. #3
    Join Date
    May 2002
    Posts
    3

    thanx

    thanx very much.
    i wil take it .

  4. #4
    Join Date
    Jun 2002
    Posts
    1

    Wink

    "Programming Windows" by Charles Petzold can help you implement that!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured