Regarding the C code, just what warnings would you advise a user to ignore? Most warnings are indicative of an error on the part of the coder,...
This is from main: NODE * head = NULL; head = read_list(head); The clear implication is that read_list, if given a NULL pointer, will...
It's hard to read your code, since the formatting is half-blown, but if it compiles without error you need to turn on warnings/errors or get a new...
I didn't read the link that was provided, and apparently you didn't either. I've contributed to a number of projects that deal with bar codes,...
This is actually a forum for people seeking help with their programs. There is a "Jobs" forum. Your inability to notice that raises questions...
They say there are no stupid questions, but there are sure stupid ways to ask them. First you choose to do that, then you choose to instruct me...
Process Migration.
You appear to be the one that is clueless. Because your code is not indented, I won't look at it. I did look at the messages and give you a tip,...
Using my crystal ball, I would suggest that your app is incorrectly written where the rendering of textures and materials are concerned. I looked...
Sure. That's why there's a subject called 'process migration'. As I mentioned, it isn't a trivial thing to do. It requires that you research...
You have a number of things to consider. First, programs are designed to run to completion and terminate. If you don't want it to terminate...
VC2005 is a C/C++ compiler, but not C99 compliant. Few are. Dev-C++ will accept your method (it uses MinGW). I would advise you, at least for a...
Are you even looking at your own post? :confused: Please follow this link.
First, please learn to post code inside code tags so that the indentation and formatting is preserved. Second, the use of goto, while not...
Determine what you really want here: int(*private_print)(void *item) and express it correctly. Also, add indentation/formatting to your...
A virtual function in the base class does not override the derived function if the derived function exists, unless the call is ambiguous. A pure...
Great explanation for the error associated with the first question. It makes me want to get out a magnifying glass and bust my *** looking....
Sure. See MSDN with an appropriate search term. Registry additions, deletions, and modifications are a very common thing. The paths to the...
function confirmSubmit() { var agree=confirm("You are now leaving*the website and link to the third party website. Do you wish to continue?");...
I would begin by with a structure that defines the state of the process and the resources it is using, much like the OS does. A process migrating...
Separate names with a comma.