2 registered members (TipmyPip, AndrewAMD),
12,726
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
plz
#339628
08/28/10 11:18
08/28/10 11:18
|
Joined: Jun 2010
Posts: 30 rangpur,bangladesh
Jahid
OP
Newbie
|
OP
Newbie
Joined: Jun 2010
Posts: 30
rangpur,bangladesh
|
i want to know ,in lite c, which built-in function returns what. i have looked up in several tutorial and manual and also have seen all header files of include folder . no where i found these info. where i can find these info? and where i can find source code of those function.
keep moving forward
|
|
|
Re: plz
[Re: Pappenheimer]
#339633
08/28/10 12:07
08/28/10 12:07
|
Joined: Jun 2010
Posts: 30 rangpur,bangladesh
Jahid
OP
Newbie
|
OP
Newbie
Joined: Jun 2010
Posts: 30
rangpur,bangladesh
|
actually i want a list of function prototype. alright give up that.
now,where i can found the source code of: vector() ent_create() and others built in functions.
and is there any good ide for lite c? or how can i configure code block or visual studio(if possible) for lite c. answers of this questions can save my time.
thanks
thanks.
keep moving forward
|
|
|
Re: plz
[Re: Jahid]
#339635
08/28/10 12:34
08/28/10 12:34
|
Joined: Sep 2009
Posts: 1,032 Budapest
Aku_Aku
Serious User
|
Serious User
Joined: Sep 2009
Posts: 1,032
Budapest
|
It would be very useful for you, if you read those lines in the manual, what are begin with this word Return. For example, the first line immediatly after this vector(var x,var y,var z); is: Returns the pointer to a temporary vector initialized to x,y,z, to be used as a parameter in vector functions.
I also advise to you read all the lines when you read a documented function.
|
|
|
Re: plz
[Re: Jahid]
#339636
08/28/10 12:44
08/28/10 12:44
|
Joined: Nov 2007
Posts: 2,568 Germany, BW, Stuttgart
MasterQ32
Expert
|
Expert
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
|
now,where i can found the source code of: vector() ent_create() and others built in functions.
afuncs.h and is there any good ide for lite c? how can i configure code block or visual studio(if possible) for lite c. answers of this questions can save my time.
what version of the studio do you have? look here, it works fine, but you have no debugger, but i don't think you need it http://www.filefront.com/17242116/Gamestudio Lite-C Project.zip it's for VS2010
|
|
|
|