I have few questions:
(1) I want to declare a variable which is GLOBAL for the whole project. Where it needs to be declared?
(2) I have added a C source file in my project, and I want to pass a string as an argument to the MAIN function of this C source. Can it be done?
(3) In circumstances where it is not known what will be the size of the returned output, I want to declare a variable length variable, similar to that of VB. Is it possible in VC++.
(1) I want to declare a variable which is GLOBAL for the whole project. Where it needs to be declared?
(2) I have added a C source file in my project, and I want to pass a string as an argument to the MAIN function of this C source. Can it be done?
(3) In circumstances where it is not known what will be the size of the returned output, I want to declare a variable length variable, similar to that of VB. Is it possible in VC++.