Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~487 People Reached
Favorite Tags

2 Posted Topics

Member Avatar for Nickg140143

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?:-/ …

Member Avatar for Nickg140143
0
209
Member Avatar for StaticX

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: …

Member Avatar for Nickg140143
1
278

The End.