To read POST information from CGI in C is the same as reading data from stdin. Yours code should be fine in this sense. I think you probably have error somewhere. Post your code. So that others can see what is the real problem.
Try the following code, it shall print everything you posted...
You can change the project setting to include also the path of your header file located, therefore you can include your header file like #include <myfile.h> .
Alternatively, you can give the full path or relative path to your header file like: #include...
I'm not sure about your question.
However; if the variable type of array[][], var1 and var2 are the same, the assignment operator should work.
By the way, you couldn't do "array[row][] = var1;" instead you need "array[row][col] = var1;"
If you installed DirectX SDK, you would have some Filter concerning Audio processing.
The simplest way to get some feeling about what you can do with DirectX SDK on media processing is using GraphEdit.exe, a utility in DirectX SDK. You can directly render a media file with it, eg, .mp3.
Also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.