Re: Query:how to use windows api in my c source code?
- From: jacob navia <jacob@xxxxxxxxxxxxxxxx>
- Date: Tue, 12 Jun 2007 18:51:17 +0200
Jack Dowson wrote:
Hello Everybody:
I'm learning c now.I think it's really a tedious job following my
textbook to write programs which are used to deal with math problems.I
want to write some codes related with OS(just like creating processes or
so).Then it may refers to the applying of windows API.
Now here is my question:How to use api in my source code without
error?Will the statement "#include<windows.h>" do(I can't find this head
file in my include directory)?Or there might have some other ways?
By the way:My os is windowXP and compiler is TURBO c2.0.
Any help will be greatly appreciated.
Dowson.
Normally that will do to use most of the API exposed by windows.
If there are additional header files to be included you should see
that in the documentation of the specific function of the API
you want to use.
Turbo c 2.0 is an outdated compiler. You should use a newer one.
For instance, you can download
http://www.cs.virginia.edu/~lcc-win32
for free
jacob
.
- Follow-Ups:
- Re: Query:how to use windows api in my c source code?
- From: CBFalconer
- Re: Query:how to use windows api in my c source code?
- Prev by Date: Re: function -> macro
- Next by Date: Re: Exceeding limits during arithmetic
- Previous by thread: Re: Query:how to use windows api in my c source code?
- Next by thread: Re: Query:how to use windows api in my c source code?
- Index(es):
Relevant Pages
|
|