Hello!
I'd like to have a possibility to browse through ANSI C (and why not others) functions and stuff in Dev C++, like in Borland C++ or MS VC++. Is there some place I can get some help files or such?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is exactly no ansi c, there is c89, c99 and c++. You may look at http://www.gnu.org manuals online / gcc. I have committee draft of c99 standard (final version can only be bought from ansi) and I would say that this is the best c standard I ever saw - simple and effective..
tkorrovi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I'd like to have a possibility to browse through ANSI C (and why not others) functions and stuff in Dev C++, like in Borland C++ or MS VC++. Is there some place I can get some help files or such?
There is exactly no ansi c, there is c89, c99 and c++. You may look at http://www.gnu.org manuals online / gcc. I have committee draft of c99 standard (final version can only be bought from ansi) and I would say that this is the best c standard I ever saw - simple and effective..
tkorrovi