Forum: C++ 12 Days Ago |
| Replies: 8 Views: 275 >delete [] pArr;
Thats is to delete an array of node. Not to delete just a node. Atleast from OP context.
Please stop posting C++ code on C forum.
-ssharish |
Forum: C++ 12 Days Ago |
| Replies: 8 Views: 275 Well I got to see how you call DeleteNode function. Is the node parameter to the DeleteNode function is a valid pointer to a strcut node?
And in the Init function you create a new Person node and... |
Forum: C++ Aug 2nd, 2008 |
| Replies: 3 Views: 633 Brizhou, Is that all have you got so far. The was a poor attempt. And where is your code tag. No one of gonna ook at your took.
Let me ask, have you understood the question throughly? If not you... |
Forum: C++ Jul 26th, 2008 |
| Replies: 8 Views: 812 Jamshed
Let me honest and polite with you. No one is gonna help you, if you don’t show us what have you have got so far. You need to show some progress.
By the looks of it, it’s not a job... |
Forum: C++ Jul 24th, 2008 |
| Replies: 7 Views: 3,281 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: 8 Views: 812 I am sorry, i dont have any problem. Its your problem that you dint read the form rules before asking for help!
ssharish |
Forum: C++ Jul 24th, 2008 |
| Replies: 8 Views: 812 May be you should really consider lookin back the sticky thread on top of this form.
Is it your homework my friend????
ssharish |
Forum: C++ Jul 24th, 2008 |
| Replies: 10 Views: 1,884 Shouldn't that be either (*iter).nameoriter->name
ssharish |
Forum: C++ Jul 24th, 2008 |
| Replies: 11 Views: 1,201 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,281 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,281 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++ Jul 10th, 2008 |
| Replies: 2 Views: 370 #include <iostream>
#include <string>
using namespace std;
int main ()
{
string str;
cout << "Please enter full name: "; |
Forum: C++ Jun 28th, 2008 |
| Replies: 10 Views: 2,130 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... |
Forum: C++ Dec 21st, 2006 |
| Replies: 2 Views: 1,447 there u go a good artical on Kdevelop configuration
http://docs.kde.org/development/en/kdevelop/kdevelop/setup.html#setup-format-general
ssharish2005 |