C is a general-purpose programming language used for system programming (OS and embedded), libraries, games and cross-platform.
can someone help me about how to create multiple child processes which have the same parent in order to do "…
c fork child-processI need to recursively list all directories and files in C programming. I have looked into FTW but that is …
c linux recursionIs there an easy way to call a C script to see if the user inputs a letter from the …
c validation alphanumericHow are the specifiers %p and %Fp working in the following code? void main() { int i=85; printf("%p %Fp",i,…
c format-specifiersI have the following stack trace. Is it possible to make out anything useful from this for debugging? Program received …
c recursion gdbI'm writing simple server/client and trying to get client IP address and save it on server side to decide …
c sockets ip-addressLet's say I have a source file with many preprocessor directives. Is it possible to see how it looks after …
c++ c debugging visual-studio-2005 c-preprocessorI have a file with some of user1's data. I want to use the same file for user2 by …
c file file-io file-handlingI am compiling my program that will running on linux gcc 4.4.1 C99. I was just putting my #defines in to …
c