Author Topic: Is it possible?  (Read 3902 times)

Learning54

  • Guest
Is it possible?
« on: December 28, 2011, 06:05:11 am »
 :)  To everyone on the board,
Just wondering since I'm very new at type of programming,  Is it possible to create 3D graphics by using this program?
I'm just curious about it, also is there a easy tutorial in C++ programming.  All I was asking is what direction should I take
in order to be a efficient programmer from the start?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Is it possible?
« Reply #1 on: December 28, 2011, 04:26:07 pm »
Is it possible to create 3D graphics by using this program?
Yes, certainly. Even and especially cross-platform.

I'm just curious about it, also is there a easy tutorial in C++ programming.
There are so many... google for some and pick the one that matches your experience.

All I was asking is what direction should I take
in order to be a efficient programmer from the start?
Start with a good book and tutorials to increase complexity and understanding step-by-step. Again: What starters you pick depends on you. Just pick one from the start if you believe its to easy/hard, pick the next.
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