C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 12-13-2002, 02:39 PM   #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
OdyTHeBear is offline   Reply With Quote
Old 12-13-2002, 02:42 PM   #2
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
http://www.cplusplus.com/src/#win32
__________________
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   Reply With Quote
Old 12-13-2002, 03:45 PM   #3
Banned
 
master5001's Avatar
 
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   Reply With Quote
Old 12-13-2002, 04:03 PM   #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.
abrege is offline   Reply With Quote
Old 12-13-2002, 04:48 PM   #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
Waldo2k2 is offline   Reply With Quote
Old 12-13-2002, 04:59 PM   #6
Registered User
 
OdyTHeBear's Avatar
 
Join Date: Dec 2002
Posts: 4
ok

yeah whatever

thanx
OdyTHeBear is offline   Reply With Quote
Old 12-13-2002, 07:42 PM   #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   Reply With Quote
Old 12-13-2002, 07:54 PM   #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   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 02:51 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22