Author Topic: [ASK]After Installation  (Read 2985 times)

zlivkun

  • Guest
[ASK]After Installation
« on: March 22, 2011, 11:08:16 pm »
hello there
several hours ago i've downloaded C::B 10.05 setup mingw
and installed it. then i created new file and write some codes
but when i want to build and run it,nothing happened
build log was empty, no comments or warning

i've been configure the setting compiler and debugger
but its remained the same
anybody know 'bout this problem??thx 4 ur attention :D

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: [ASK]After Installation
« Reply #1 on: March 23, 2011, 01:52:59 am »
then i created new file and write some codes
but when i want to build and run it,nothing happened
build log was empty, no comments or warning
what's the exact steps you did??
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.