For those who are stuck on assignment question number 2: Do not - TopicsExpress



          

For those who are stuck on assignment question number 2: Do not think as deleting the words. Rather, print what words you want. Use String Tokenization - strtok() - to break the sentence into word and deal with it one by one. If you guys need examples on C programming, I kept some from back then. https://pastebin/u/aminpro About the strtok earlier, you could easily find many examples online. tutorialspoint/c_standard_library/c_function_strtok.htm Tip: Dont complicate things. Keep it simple. Use as much functions from the library rather than building your own because it is legal to do so :) Oh, having that said, do explore and understand functions that are already in the C library. It will help you a lot! . Godspeed.
Posted on: Wed, 03 Sep 2014 18:33:34 +0000

Trending Topics



Recently Viewed Topics




© 2015