Thread: First Windows Application Tutorial. stdfx.h: No such file or directory

  1. #16
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by Elysia View Post
    Now, I really suggest you drop the Win32 API tutorial and go download Qt. It's written for C++, it's portable and it's a heck of a lot simpler than the Win32 API (which is a mess).
    Unfortunately Qt is a bit tricky to learn too... especially if one has not got a complete concept of OOP ...and its build process...is a bit whacky //(..especially if you want to separate the gui part of code from the rest)!
    I was searching for some simpler ones...but none seems satisfactory

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Yes, all GUI frameworks have some trickiness associated with it. But the same applies to Win32, so they're not exactly at a disadvantage.
    Win32 is really hard to mater, and it involves writing a lot of code to get something done. Number of are huge.
    A framework may be a little slow to get started with, but once you get into it, it gets much easier than Win32.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #18
    Registered User
    Join Date
    Nov 2011
    Location
    Bozeat, Northants. UK
    Posts
    23
    Quote Originally Posted by Elysia View Post
    Unfortunately, there is no standardized UI for C++, so it will be a little slow to get started since you have to learn all the tricks and solutions people have come up with to make things work.
    Ideally, after this everything will be fine. But C++ can be a tricky language for newbies. If you are still content with this (seeking help a little now and then), then C++ is fine.

    Now, I really suggest you drop the Win32 API tutorial and go download Qt. It's written for C++, it's portable and it's a heck of a lot simpler than the Win32 API (which is a mess).
    Thank you, that's a big help. I have just scanned a bit about QT on wikipedia and it sounds like that will be just the ticket. Cheers!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Inserting a swf file in a windows application
    By face_master in forum Windows Programming
    Replies: 12
    Last Post: 05-03-2009, 11:29 AM
  2. windows.h no such file or directory
    By FingerPrint in forum Tech Board
    Replies: 11
    Last Post: 08-26-2006, 09:51 PM
  3. a question about the windows application tutorial
    By JustPlay4Fun in forum Windows Programming
    Replies: 4
    Last Post: 01-17-2005, 01:09 PM
  4. Replies: 2
    Last Post: 09-27-2003, 11:57 AM