Hi! I have two questions about functions. First how can I use a main() local variable in a function outside of main? And how can I use a variable in the function paramaters which already has stored information (stored in main() ), and not have to give it new information when I initiliaze the function [ in main ].
Sorry If the questions are dumb or unlogical, Its kind of hard to explain them.
Thank you,
AssaultM16