![]() |
| | #1 |
| Registered User Join Date: Dec 2002
Posts: 4
| 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 |
| OdyTHeBear is offline | |
| | #2 |
| Confused Join Date: Sep 2001 Location: Sweden
Posts: 3,125
|
__________________ 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. |
| Magos is offline | |
| | #3 |
| Banned Join Date: Aug 2001 Location: Visalia, CA, USA
Posts: 3,699
| 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. |
| master5001 is offline | |
| | #4 |
| Registered User 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. |
| abrege is offline | |
| | #5 |
| PC Fixer-Upper 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 |
| Waldo2k2 is offline | |
| | #6 |
| Registered User Join Date: Dec 2002
Posts: 4
| ok yeah whatever thanx |
| OdyTHeBear is offline | |
| | #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! |
| DougDbug is offline | |
| | #8 |
| Registered User Join Date: Nov 2002
Posts: 24
| So apache, gcc, and vi aren't real programs?? That's news to me. |
| Corey is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| %16 with double | spank | C Programming | 11 | 03-05-2006 10:10 PM |
| Why am I getting 'undelcared identifier' ??? | Bill83 | C++ Programming | 2 | 02-15-2006 01:00 PM |
| Programming opportunities - Real Time Worlds | scotay | Projects and Job Recruitment | 9 | 01-21-2006 07:21 PM |
| Beckham in Real Madrid | Indian_fan | A Brief History of Cprogramming.com | 8 | 06-19-2003 04:39 PM |
| A real team | Fool | A Brief History of Cprogramming.com | 7 | 09-10-2001 02:16 PM |