Author Topic: Building  (Read 4558 times)

Offline Dante

  • Single posting newcomer
  • *
  • Posts: 4
Building
« on: December 25, 2008, 02:53:14 pm »
hey men
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Building
« Reply #1 on: December 25, 2008, 03:31:50 pm »
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.
Nice. I wanted to buy a cookie.

Honestly: How about some more details? Version, OS...?! You are not gonna get any help with such posts. :?
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 Dante

  • Single posting newcomer
  • *
  • Posts: 4
Re: Building
« Reply #2 on: December 26, 2008, 06:37:10 pm »
excuse me!
my os is win XP and my codeblocks version is 8.02.
thanks

Offline Dante

  • Single posting newcomer
  • *
  • Posts: 4
Re: Building
« Reply #3 on: December 26, 2008, 06:37:50 pm »
excuse me! :oops:
my os is win XP and my codeblocks version is 8.02.
thanks

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5914
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Building
« Reply #4 on: December 29, 2008, 11:36:15 am »
hey men
When i wanna perform build operation,the only thing that happens is that the pointer goes to the "build log" section.
What does pointer means?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Dante

  • Single posting newcomer
  • *
  • Posts: 4
Re: Building
« Reply #5 on: December 29, 2008, 04:59:51 pm »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5914
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Building
« Reply #6 on: January 04, 2009, 02:47:17 pm »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.