No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hello, I'm trying to validate the form, but each time I try to do so, all fields return invalid. I've tested my regular expressions with various online testers and they seem to work fine, am I perhaps using it in the wrong way? Or maybe a problem with my functions?:-/ …
I have the same problem, and I need some input on it, I'll keep everything brief and well organized: I'm creating records with structures, this is the structure definition: [CODE]const int NAME_SIZE = 6; struct Company { char name[NAME_SIZE]; int quarter[4]; double quarterSales[4]; };[/CODE] and these are the created structures: …
The End.
Nickg140143