1. c code
- Posted by =?iso-8859-1?B?IgU=?= <mwfch at MWEB.CO.ZA> Aug 21, 2000
- 741 views
------=_NextPart_000_0012_01C00B21.59E9E160 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Where can I get a full listing of all the commands for C and what each = one does ?=20 Thanks Ferdinand ------=_NextPart_000_0012_01C00B21.59E9E160 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial>Where can I get a full listing of all the = commands for C=20 and what each one does ? </FONT></DIV> <DIV> </DIV> <DIV>Thanks</DIV> <DIV> </DIV> ------=_NextPart_000_0012_01C00B21.59E9E160--
2. Re: c code
- Posted by Andy Cranston <Andy.Cranston at EUPHONY.CO.UK> Aug 23, 2000
- 498 views
Hello Ferdinand, I dug these up: http://www.kadifeli.com/fedon/stdcprog.htm <http://www.kadifeli.com/fedon/stdcprog.htm> http://devcentral.iftech.com/learning/tutorials/c-cpp/c/ Not sure if it's exactly what your after though. The first link has all the reserved words of the language listed and explained but if your after an exhaustive list of the names of all the functions in the "standard" C libraries then I think this might prove more difficult to come by. Regards, Andy Cranston. -----Original Message----- From: " [mailto:mwfch at MWEB.CO.ZA] Sent: 21 August 2000 02:39 To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: c code Where can I get a full listing of all the commands for C and what each one does ? Thanks Ferdinand
3. Re: c code
- Posted by Bernie <xotron at PCOM.NET> Aug 23, 2000
- 500 views
On Mon, 21 Aug 2000 03:39:03 +0200, =?iso-8859-1?B?IgU=?= <mwfch at MWEB.CO.ZA> wrote: >Where can I get a full listing of all the commands for C and what each one does ? Ferdinand: You can download this compiler free which comes with "C" help files. http://community.borland.com/article/0,1410,20841,00.html There is also a C++ compiler and pascal compiler available there. Bernie