News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

C++ for Jennic 5139-R1 in Code Blocks?

Started by itslucky, June 02, 2011, 10:40:33 PM

Previous topic - Next topic

itslucky

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...!!!

MortenMacFly

Quote from: itslucky on June 02, 2011, 10:40:33 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... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]