Hi all just a quick one! How can I pass a string of numbers/chars to a function for validation?
thanks risf
This is a discussion on funtcions within the C++ Programming forums, part of the General Programming Boards category; Hi all just a quick one! How can I pass a string of numbers/chars to a function for validation? thanks ...
Hi all just a quick one! How can I pass a string of numbers/chars to a function for validation?
thanks risf
use a pointer, int* or char*.
pointers are good for all sorts of things, the answer to all your problems![]()