I know how to test for a blank space,but how can you test for more than one blank ?
vbx_wx -6 Junior Poster
Recommended Answers
Jump to PostIf you know how to test for one blank...then test for another one?
Jump to PostThat is some of the worst code I've seen! 16 lines with the following problems:
1) void main() -- main is ALWAYS an int.
2) clrscr() -- no current compiler has this function and it's a bad idea to use it in the first place.
3) gets() -- the most …
All 5 Replies
gerard4143 371 Nearly a Posting Maven
jonkx 0 Newbie Poster
simi pillai 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
vinitmittal2008 37 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.