Author Topic: C++ for Jennic 5139-R1 in Code Blocks?  (Read 3749 times)

itslucky

  • Guest
C++ for Jennic 5139-R1 in Code Blocks?
« 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...!!!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: C++ for Jennic 5139-R1 in Code Blocks?
« Reply #1 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... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ