0
Gcc 1.34 download
there is no URL about Gcc 1.34 release on Gcc. gnu. org. how can I find it? read from 《expert. C. programming》
1 ответ
0
Are you on linux ? If yes, you can simply use the package downloader and install any version of gcc (1.34 is REALLY old, so picking up a newer one is enough)
If you are on windows ... gcc might be useable on the linux bash that was added to windows 10 not so long ago, but I can't help you on this side ...
When you have gcc, you can use "-ansi -pedantic -std=c89" to code using c89 rules (by default, gcc follows c99 rules on new versions, if I recall right)