Thread: Creating real applications?

  1. #1
    Registered User OdyTHeBear's Avatar
    Join Date
    Dec 2002
    Posts
    4

    Question Creating real applications?

    Hi!

    All the tutorials on this page deals with creating some kind of DOS applications.
    Can anyone PLEASE tell me how to make normal applications (like with forms and buttons and stuff) without some stupid DOS window popping up all the time?
    I've seen some answers on similar questions; most people respond with really dumb, simple answers like 'use win32' or really cryptical answers, which are even worse.
    I'm using a command-line C++ compiler (Borland 5.5). Should I just add some command line arguments or something??

    Thanx

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    How dare you say that command line programs aren't real applications. Use the win api. And for the record that isn't cryptic nor is it dumb.

  4. #4
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    use win32 (duh)
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  5. #5
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    Look up a win32 api tutorial,
    no you can't just do command line arguments and make it spit out buttons and crap...so in short i think your statement was dumb as opposed to our answers.
    PHP and XML
    Let's talk about SAX

  6. #6
    Registered User OdyTHeBear's Avatar
    Join Date
    Dec 2002
    Posts
    4

    ok

    yeah whatever

    thanx

  7. #7
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Petzold's Book

    Get the book "Programming Windows" by Charles Petzold. He assumes that you know C, but nothing about Windows programming. (The older version of the book that I have doesn't use C++ and I assume that the new book hasn't changed that much.)

    Windows programming involves using the functions and structures defined in windows.h (There are lots of them and they are complex.) I was shocked when I looked at Petzolds "Hello Windows" program because it's long (over a page long I think) and I only recognized a couple of functions. My "feel" is that learning Windows programming is 2 to 3 times as hard to learn as C++ console programming. Petzold says it takes six months to learn. I've been fooling around with it a couple of years and I still haven't finished my first "real" program.

    BTW - I agree that console programs aren't "real". Although most of our test programs (used to test our products) here at work are console programs, I'd be really disappointed if I bought a program and it ran in a DOS box!

  8. #8
    Registered User
    Join Date
    Nov 2002
    Posts
    24
    So apache, gcc, and vi aren't real programs?? That's news to me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. %16 with double
    By spank in forum C Programming
    Replies: 11
    Last Post: 03-05-2006, 10:10 PM
  2. Why am I getting 'undelcared identifier' ???
    By Bill83 in forum C++ Programming
    Replies: 2
    Last Post: 02-15-2006, 01:00 PM
  3. Programming opportunities - Real Time Worlds
    By scotay in forum Projects and Job Recruitment
    Replies: 9
    Last Post: 01-21-2006, 07:21 PM
  4. Beckham in Real Madrid
    By Indian_fan in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-19-2003, 04:39 PM
  5. A real team
    By Fool in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 09-10-2001, 02:16 PM