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
Post a Comment