Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: itslucky on June 02, 2011, 10:40:33 pm

Title: C++ for Jennic 5139-R1 in Code Blocks?
Post by: itslucky on June 02, 2011, 10:40:33 pm
Hi Friends,

I am new to Code blocks, I am trying to develop a Zigbee Application,

I want to ask that, can we use C++ (e.g classes , objects ) in Code Block for Jennic 5139-R1 Boards.????

Thanx...!!!
Title: Re: C++ for Jennic 5139-R1 in Code Blocks?
Post by: MortenMacFly on June 03, 2011, 08:19:45 pm
I want to ask that, can we use C++ (e.g classes , objects ) in Code Block for Jennic 5139-R1 Boards.????
As long as your target compiler is supported or you are able to modify an existing gone to match your target compiler or you write a plugin that supports your target compiler you can use any library of your choice.

I'd say this applies to all IDE's out there... ;-)