Author Topic: How to develop 64bit and parallel programming???  (Read 3106 times)

Offline TopFEA

  • Single posting newcomer
  • *
  • Posts: 3
How to develop 64bit and parallel programming???
« on: October 08, 2010, 06:15:52 am »
Hello everyone! Who knows how to develop 64bit and parallel programming by codeblocks?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How to develop 64bit and parallel programming???
« Reply #1 on: October 08, 2010, 06:22:06 am »
Hello everyone! Who knows how to develop 64bit and parallel programming by codeblocks?
I don't quite get the question:
Al you need is a 64 bit compiler (e.g. GCC based) and libraries that support parallel programming. Then just do it...?!
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

Offline TopFEA

  • Single posting newcomer
  • *
  • Posts: 3
Re: How to develop 64bit and parallel programming???
« Reply #2 on: October 08, 2010, 06:39:20 am »
Hello everyone! Who knows how to develop 64bit and parallel programming by codeblocks?
I don't quite get the question:
Al you need is a 64 bit compiler (e.g. GCC based) and libraries that support parallel programming. Then just do it...?!

Thank you very much! I am a new comer.