Thread: How do I make a GUI interface?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Don't turn this into a C vs C++ argument, it's stupid. It's like comparing pears and apples. A pear can do anything an apple can do (except roll ). I know auto's are convenient, but people also like to do things manually... cut out the middle man. FYI, no matter how you put it, the same car in auto vs manual will most likely cost more, more expensive to maintain and reduced performance. Why else do you think 'race' cars' aren't auto?

    The car argument was purely a metaphor, don't take it literally. And no I'm not saying C is higher performing than C++, as you said it depends how the design was made. It's like comparing a hammer with a screw driver, sure you can hammer nails in with a screw driver, but why would you?

    I'm only arguing that it's perfectly fine and viable to write your Win32 program in C, and there's no reason why you shouldn't. If you say C++ is easier for windows programs, blah blah blah, then why not use C# or even... Visual Basic?

    Okay enough of the metaphors

    I'm gonna go mourn the downfall of my country now... Labor won -- sigh.
    Last edited by zacs7; 11-24-2007 at 05:00 AM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by zacs7 View Post
    I'm only arguing that it's perfectly fine and viable to write your Win32 program in C, and there's no reason why you shouldn't.
    Well, the only thing I can say is that there's plenty of reason to write Win32 programming with C++. Even though the API is C, C++ gives you a lot of benefits still. Again, it's just a matter of preferance, but let's not state it's silly to not write Win32 programming in C, which, I believe, was the original argument.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. First time GUI program tips and help needed.
    By naja77 in forum C Programming
    Replies: 1
    Last Post: 08-01-2008, 08:28 AM
  2. How do you make a program to interface with another?
    By Finchie_88 in forum C++ Programming
    Replies: 6
    Last Post: 08-24-2007, 03:48 AM
  3. how to make a windows application
    By crvenkapa in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2007, 09:59 AM
  4. Trying to make a menu screen
    By circle in forum C Programming
    Replies: 0
    Last Post: 12-07-2004, 06:06 AM
  5. gui interface tutorials?
    By gamer in forum C++ Programming
    Replies: 2
    Last Post: 11-22-2004, 02:36 PM