rbairos 0 Posted February 27, 2011 Report Share Posted February 27, 2011 Hi guys. Porting some code, and coming across several small changes I had to make in order to make it compile. Thought I'd list one or two here and see if they are known limitations, etc. Cheers Rob issue#1 doesn't work: Client::Client(char s) : _sock(s) { } works: Client::Client(char s) { _sock = s; } Quote Link to post Share on other sites
Pavel 0 Posted February 28, 2011 Report Share Posted February 28, 2011 This is a compiler limitation: only default constructor of a base class can be used when construction an inherited object. Regards, Pavel Quote Link to post Share on other sites
WalterFax 0 Posted March 3, 2016 Report Share Posted March 3, 2016 IS this a bug ej? Casting poison cloud cancels out spells and porting. Here are some videos to show what I mean. Try it. Quote Link to post Share on other sites
xetix 0 Posted September 11, 2016 Report Share Posted September 11, 2016 I tried this example program, but I do not work in the simulation. Just not good for me? "In Boostc pic Micro Programming For Beginners" - / * thermometer2.c Pic16f877 and if it works adres = adresh. But it does not work PIC16F72 Thanks Quote Link to post Share on other sites
JorgeF 0 Posted September 26, 2016 Report Share Posted September 26, 2016 Hi Xelix First of all, you should open a new topic, not steal an old one. Second, can you show us the code? I could try to help, but I have no idea of what you are looking for. Best regards Jorge Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.