c - Eclipse CDT multi process errors -


i trying use multiple processes in eclipse cdt on linux. can fork(); fine when try add c file , execv("otherfilename", args); eclipse complains have multiple definitions of main , won't let me run. not problem code. can run fine command line. able use eclipse prefer using ide on text editor , running things via command line. there setting need set allows multiple processes?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -