Forum: C Aug 11th, 2009 |
| Replies: 7 Views: 229 Its ok hket89, our point is use the english whatever you know, don't make it like SMS language, even if you are not understandable it is OK, but don't use SMS like language.
Now, if you dont have... |
Forum: C Aug 10th, 2009 |
| Replies: 21 Views: 905 Please use proper English, didn't you read above posts by yellowSnow? |
Forum: C Aug 10th, 2009 |
| Replies: 7 Views: 229 Please post your question.
Please use English which every one can understand.
What is vf? |
Forum: C Aug 7th, 2009 |
| Replies: 21 Views: 905 I think you should start with a basic C book. You can not learn each and every language construct by communities. |
Forum: C Aug 7th, 2009 |
| Replies: 12 Views: 723 Try to avoid GOTO. Put main loop inside one more loop or try some other logic. Use of GOTO will create all the mess at last. |