Win 32 in C++

Sharky Forums


Results 1 to 3 of 3

Thread: Win 32 in C++

  1. #1
    Expensive Sushi
    Join Date
    Apr 2001
    Location
    Pittsburgh, PA
    Posts
    20

    Question Win 32 in C++

    Hey Guys/Geniuses

    I have a question on how to make win 32 apps with c++ and it is fairly simple.

    I will start out saying that I have learned a good amount in console c++ but nothing when it comes to win 32.

    I was wondering what it takes to make a win 32 app in c++? Do you have to have VC++? or MFC? or is there another way to make a win 32 app without using one of those?

    Simple question I hope.

    Thanks
    1Bryan

    ------------------
    "Just remember the shark
    that bit you is the one
    gets to have a head full
    of lead later on"
    "Just remember the shark
    that bit you is the one
    gets to have a head full
    of lead later on"

  2. #2
    Tiger Shark
    Join Date
    Mar 2001
    Posts
    615
    System specs:


    | Core i5 750 | GA-P55A-UD3 | 4.0 GB G.skill DDR3 1600 | eVGA 470 GTX |
    | Intel X25-M 80 GB SSD | WD 5000AAKS | Lian Li PC-7FN | Corsair TX750W |
    | Windows 7 Home 64-bit |

  3. #3
    Goldfish
    Join Date
    Nov 2000
    Location
    phx, az
    Posts
    50

    Post

    you can write win32 code in straight c++, but be prepapred for an uphill battle. i have a really good writeup on making a basic window without using the mfc somewhere, ill try to look for it. if i cant find it though, its out there, you may just have to do quite a bit of searching. its really worth it to learn that way, you can make programs much much smaller if you skip all of the bs that the mfc throws in.

    ------------------
    --obligatory pc specs--
    Abit KT7 RAID
    700 MHz Tbird
    256 MB PC133 cheese
    gainward geforce 3
    --obligatory pc specs--
    Abit KT7 RAID
    700 MHz Tbird
    256 MB PC133 cheese
    gainward geforce 3

Posting Permissions

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