TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
clive908
NA
7
0
how 2 do switch with multiple case?
May 14 2004 11:42 AM
I have a complex switch statement to build. In Delphi or VB I was able to do something like this: switch (cValidChar) { case 32 - 127, 176, 196, 198, 197, 214, 216, 181, 228, 230, 229, 246, 248: return true default: return false } How do I do this without a tower of case labels?
Reply
Answers (
1
)
Error: not all code paths return a value ???
capturing sound using directx and c# to a wave file