Author Topic: Which project for graphic application with c++?  (Read 2301 times)

difenbahij

  • Guest
Which project for graphic application with c++?
« on: June 18, 2016, 11:38:00 pm »
Hello,

I'm new to Codeblocks and want to use a code for a graphic application. I don't know which project do i need to choose. Is this a console application or maybe any other?
Thank you for help.

Kind regards, difenbahij

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Which project for graphic application with c++?
« Reply #1 on: June 20, 2016, 07:31:31 am »
You should not choose what project but should first decide what graphics library fulfils your needs. There are tons of graphical libraries around all with its pros and cons.

If you've chosen one and you're lucky there might be a wizard that helps you setting up a basic project for that library.
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