Thread: From C++ to win32

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    91

    From C++ to win32

    Is there any software out there that will take C++ code and integrate it into a win32 application ?

    thanks.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yes. It's called a compiler.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    91
    lol...nvm

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    You can write code and compile it to form Win32 applications, (the simple example I gave you before is an example of this), but there is not an automatic solution to convert your console app to a GUI app if that is what you meant.

    If you look through the link Jason gave you, you'll be able to write a quadratic solver - it is not necessarily the way I would do it, but I know Sunlight, and he's pretty good.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console program to Win32
    By Ducky in forum Windows Programming
    Replies: 3
    Last Post: 02-25-2008, 12:46 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  4. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  5. Win32 API Tutorials?
    By c++_n00b in forum C++ Programming
    Replies: 9
    Last Post: 05-09-2002, 03:51 PM