Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old January 22nd, 2007, 12:33 AM
Registered User
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to create application?

Dear all,

I have saw many of those application like creating an icon on the desktop, then when double click it, a command line prompt will tart up, and user can start view the information, change information on that command prompt. I knew it connect to database.
So how to implement this kind of application in c++. what knowledge i need to have ? thanks...


Reply With Quote
  #2 (permalink)  
Old January 22nd, 2007, 09:26 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

im slightly confused about what you are looking to do...

by the sound of it I would say you are thinking of a batch file

which requires no C++ at all

however batch files don't connect to databases but Im not sure what you are looking for

give me some more info and I'll be glad to help

~ Geo

~ Don't take life too seriously, you'll never get out alive!
Reply With Quote
  #3 (permalink)  
Old January 22nd, 2007, 09:42 PM
Registered User
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

first of all, thanks for they reply.
Well, what i am looking for is those application that we saw in our daily life, like the cashier system in the supermarket, cybercafe...etc.
User work with those system under a command prompt like user interface. User can input record, make payment, print receipt...etc.
The thing is they start those system in the desktop by just double click it, then pop up a command prompt indicate start of the system. Then user can start work with it. The command prompt will "Not" exit, they will just standby there for daily business.
I wonder how to implement this kind of system and install it under window environment ? any clue...thanks...


Reply With Quote
  #4 (permalink)  
Old January 23rd, 2007, 08:55 AM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

Alright I understand what you are looking for now...

this is just a basic C++ program that while in the command prompt it's default is set to open in full screen (Alt+Enter)

It has also been programmed not to close unless specified by the user with an option

In basic Terms... Just make a basic C++ program and press Alt+Enter

~ Geo

~ Don't take life too seriously, you'll never get out alive!
Reply With Quote
  #5 (permalink)  
Old January 23rd, 2007, 09:40 PM
Registered User
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

So in order for the user to move from menu to menu, scroll the record up and down, input some value, i should concern in which topic of c++ in order to make the application got those features..? thansk..

Reply With Quote
  #6 (permalink)  
Old March 15th, 2007, 05:53 PM
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ncurses?...
Take a look at it. It's not for windows however. Search in google for similar libs in Windows, if that's what you're interested of.

Cheers

Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create MS Paint like application ? ashu_from_india Visual Studio 2005 2 July 10th, 2007 06:40 AM
How to create a shortcut of my application on the PankajGarg10 General .NET 0 April 13th, 2007 01:09 AM
Create Application deontae45 ASP.NET 1.0 and 1.1 Basics 1 February 21st, 2007 02:04 PM
How to create this kind of application? spark Classic ASP Basics 1 April 27th, 2005 05:46 PM
Create a Console application which can be schedule jayabhatia General .NET 1 March 10th, 2004 05:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.