in reply to Re^7: Plz suggest what is the problem in the following code?
in thread Plz suggest what is the problem in the following code?
Runs fine when I rename main to mainx ... and like I said ... by convention/cargo-cult/angry-monkey I would never write a C shared library that redefined main (or didn't have the convention of prefixed method names) because unlike C++ (name mangling) or Java, the *possiblity* of symbol clashing is too great. Sure, there are ways around that but like I said cargo-cult.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Plz suggest what is the problem in the following code?
by BrowserUk (Patriarch) on Feb 04, 2009 at 14:03 UTC | |
by derby (Abbot) on Feb 04, 2009 at 16:45 UTC |