The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: digelo on June 06, 2010, 01:06:14 PM

Title: Command area as input interface
Post by: digelo on June 06, 2010, 01:06:14 PM
Hi
Can somebody gimme a example of a Console app plz.
Something for entering some character from keyboard.


Title: Re: Command area as input interface
Post by: qWord on June 06, 2010, 01:10:30 PM
you will find various console examples in \masm32\tutorial\console\
Title: Re: Command area as input interface
Post by: digelo on June 06, 2010, 01:14:34 PM
Thats a little high level is it possible to guide me something more low levelĀ  :toothy
Title: Re: Command area as input interface
Post by: hutch-- on June 06, 2010, 01:32:49 PM
 :bg

Yes,

Check the API calls that provide the high level interface, you will see why its done that way.
Title: Re: Command area as input interface
Post by: Tedd on June 06, 2010, 03:03:33 PM
Tadaa.