Fork() may be used to create a child process in unix but I am compiling my c codes in visual studio 6.0 and the equivalent API is createProcess() However I have to stick with ANSI C therefore I can't use createProcess() so is there another API that create a child process that can run in Visual studio without using data type such as HANDLE, DWORD, LPVOID etc...
Thanks
Thanks