Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Need sharp criticism on my code.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="grishin-mailing-lists, post: 4066898"] Do you know De Morgan's laws? They are very helpful in cases like this: Yep. They appeared in a discrete math book I read last year. Unfortunately there were no connections to real-life problems and I didn't notice it's possible to use them in my day-to-day work. Now it's really time to reread the chapter and do some additional exercises. like that? char *exceptions[] = { "exception1", "exception2", "exception3" }; and treating them within a subroutine for (i = 0; **(exception + i); i++ ) { puts(*(exception + i)); } Is that correct? I'm not sure about the invariant. Thank you for your time in this matter. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Need sharp criticism on my code.
Top