News:

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

Main Menu

How to develop 64bit and parallel programming???

Started by TopFEA, October 08, 2010, 06:15:52 AM

Previous topic - Next topic

TopFEA

Hello everyone! Who knows how to develop 64bit and parallel programming by codeblocks?

MortenMacFly

Quote from: TopFEA on October 08, 2010, 06:15:52 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: [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]

TopFEA

Quote from: MortenMacFly on October 08, 2010, 06:22:06 AM
Quote from: TopFEA on October 08, 2010, 06:15:52 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.