Forum: C Jun 27th, 2008 |
| Replies: 4 Views: 473 Codes along with relevant comments always get more help! |
Forum: C Dec 26th, 2007 |
| Replies: 15 Views: 1,723 |
Forum: C Dec 21st, 2007 |
| Replies: 15 Views: 1,723 You can do that with the help of multi threading in C++ and Java. In C, no such feature exists. Although, some libraries for C might be supporting multi threading. I'm not sure.
And one more... |
Forum: C Dec 8th, 2007 |
| Replies: 8 Views: 921 What is that?
Use code tags & re-post the code along with the errors you are getting.. |
Forum: C Nov 18th, 2007 |
| Replies: 8 Views: 1,592 What nonsense code have you submitted?! I fully agree with Ancient Dragon. |
Forum: C Nov 18th, 2007 |
| Replies: 8 Views: 1,592 Atleast show your code (efforts) & specify where you are stuck up. You are expecting that someone will write the entire code for you. You've not even specified what your specific problem is about. |
Forum: C Nov 17th, 2007 |
| Replies: 4 Views: 705 The error implies that there is some reference to main inside the functions in the file you are trying to compile. As you have not defined main, it will not compile. Try to put the file here so that... |