Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: How to get rid of remarks of the intel compiler

Author: José de Jesús García Ruvalcaba

Date: 09:11:47 01/07/03

Go up one level in this thread


On January 07, 2003 at 10:41:18, Uri Blass wrote:

>
>Is there a reason that I need to declare that function.
>
>All calls for the functions are done after the function and in the same file.
>
>In cases that I called the function also in other files I declared the function
>in another file that includes all the function declerations.
>
>Uri

What used to do (I have not written any program in several years now), was to
write a header file with declarations for all the functions used in the program,
which was included in all the other source files (even if they are used only in
one file). The code is not any slower.
José.



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.