Connecting Tech Pros Worldwide Forums | Help | Site Map

command prompt and WIN32

MNA MNA is offline
Newbie
 
Join Date: Sep 2006
Posts: 16
#1: Oct 22 '06
Here are some of my querries.....


what is command prompt in windows XP?


I am learning C programming and using Turbo C Compiler.......Now, I
want to make a text editor which I can open in the command prompt(I
recently found out that it is called a console application.....more
explanation will be appreciated and helpful)........

what is a WIN32 application?


I know that these are very simple questions....but I'm confused?


Please reply.....


Thanx

MNA MNA is offline
Newbie
 
Join Date: Sep 2006
Posts: 16
#2: Oct 22 '06

re: command prompt and WIN32


Quote:

Originally Posted by MNA

Here are some of my querries.....


what is command prompt in windows XP?


I am learning C programming and using Turbo C Compiler.......Now, I
want to make a text editor which I can open in the command prompt(I
recently found out that it is called a console application.....more
explanation will be appreciated and helpful)........

what is a WIN32 application?

......
what is a WIN32 application?............I'm asking these quesions because I want to know how to code the editor to run it on command prompt?.......I have tested a little bit that fopen(),fread() and buffering method is still applicable on the command prompt.....but want to know if those methods(functions) which are provided for windows application are also applicable for such a text editor( that is to run on the command prompt).......

As in MSDOS only 640kb memory is available.....is it also in command prompt ??

Quote:
I know that these are very simple questions....but I'm confused?


Please reply.....


Thanx
Reply