cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Structs and Arrays
Structs and Arrays
Jul 30, 2014 at 1:10am UTC
RobHubbard
(8)
If i want to input (FROM A FUNCTION) information into a struct:
* How do I define/ call/ prototype that function.
* How do I check if that array inside the function is empty?
Jul 30, 2014 at 2:54am UTC
lsk
(141)
> Many ways. Like,
void
fnc_name(
struct
& XXX);
> What did you mean about array inside the function? static variable?
Topic archived. No new replies allowed.