- 1

Does it possible to compile 2 programs at a time....??

i can't understand how to run &compile.... can anybody .........

2nd Jun 2017, 3:47 PM
HariHarry
HariHarry - avatar
2 Answers
+ 3
No, you can compile only one program at time, but your program can refer as many source codes during the compilation process. For instance, you have created multiple source codes representing different aspects of an application which are referred in the main application source code, then along with main application program the referenced source codes will also get compiled.
2nd Jun 2017, 4:44 PM
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender)
à€Šà„‡à€”à„‡à€‚à€Šà„à€° à€źà€čà€Ÿà€œà€š (Devender) - avatar
+ 3
Sure you can. Start 2 instances of whatever you use to compile, e.g., IDE or shell / terminal.
2nd Jun 2017, 8:03 PM
Igor B
Igor B - avatar