1. Re: Questions About C
- Posted by Ken Roger <kennethroger at PRODIGY.NET> Nov 08, 2000
- 405 views
Al Getz writes-- >what is C99 and where can i get some sample code? The "original" standard C was C89. It had minor unicodish updates in '95 and a major update last year. The // comment delimiter is now part of standard C (whoopee). Gcc is working on an update, but I don't know of any popular compilers that have a complete new version. "C The Complete Reference, Fourth Edition" by Herb Schildt is a wonderful book and covers C99.