Forum: C++ Jul 24th, 2008 |
| Replies: 7 Views: 3,087 He did ask, on how to create process and stuff. The link should give him an idea. Perhaps Salem's solution seems the best!
ssharish |
Forum: C++ Jul 24th, 2008 |
| Replies: 11 Views: 1,175 Ohh man, you need to properly indentent your code. It so difficult to go through with that code.
Identent your code, you might except more help.
And what is '#' char in each line? Dosnt look... |
Forum: C++ Jul 24th, 2008 |
| Replies: 7 Views: 3,087 You perhaps have a look into a concept called Inter Process Communication (IPC) Have a look at the following tutorial.
You create a new process by call a function called fork() and you start a... |
Forum: C++ Jul 24th, 2008 |
| Replies: 7 Views: 3,087 Well, that gonna be difficult using the system function, since the function doesn’t return anything expect the status i.e 0 or 1.
What you could do is pipe the output to a file and access that... |
Forum: C++ Jun 28th, 2008 |
| Replies: 10 Views: 2,057 Well, it does make any difference in assiging the a string to a char pointer. What I really wonder is how is that killing your processor. Is there any loops which goes to an infinite loop? Or there... |