Ver Mensaje Individual
  #3  
Antiguo 15-05-2006
jumanor jumanor is offline
Registrado
 
Registrado: ago 2005
Posts: 5
Reputación: 0
jumanor Va por buen camino
Variable globales

Holas:

Chequeate "extern"

Use the extern modifier to indicate that the actual storage and initial value of a variable, or body of a function, is defined in a separate source code module. Functions declared with extern are visible throughout all source files in a program, unless you redefine the function as static.

Aunque deberias evitar las variables globales, evitaras rompederos d cabeza

Suerte
Responder Con Cita