Hardware question You say you know how gates work, so perhaps you should explain your understanding of how basic gates...
Segmentation fault when I pass a char pointer to a function in C.You appear to be trying to alter a const string in the second loop. Remember that this produces a c...
Error when returning structure in function?Correct, the changes you make in the function will be reflected in the calling function.
Error when returning structure in function?[quote]I am accepting a structure array as an argument, and trying to return that structure array.[/...
Error C2144 and error C4430I hope you're not using that statement inside the header file which is where the problem is occurrin...