Page 1 of 1

Mistake in gcc example

Posted: Sun Mar 03, 2013 7:52 am
by stefano
I was reading this document http://diamond.kolibrios.org/hll/hll_eng.htm
Thank you for write that.

I only want to notify that in the "Compilers GCC, G++." section, the code has a mistake. Where is written "app_main" have to be "main" or some errors will appear in the building.

Re: Mistake in gcc example

Posted: Sun Mar 03, 2013 11:44 am
by SoUrcerer
Yes, you're right. This notice was correct 5 years ago or so. Now main function is "main()". Sorry, I can't fix document on this link.

Re: Mistake in gcc example

Posted: Sun Mar 03, 2013 1:58 pm
by XVilka
But you can move it on wiki, esevence, and translate too ;)

Re: Mistake in gcc example

Posted: Tue Mar 05, 2013 3:28 am
by stefano
Yeah. I will write that in my TODO list.
;)