Author Topic: Why can't C::B run my matrices function? HELP please..>.<  (Read 2914 times)

Offline snoweag

  • Single posting newcomer
  • *
  • Posts: 2
Why can't C::B run my matrices function? HELP please..>.<
« on: April 28, 2012, 05:20:31 am »
It just a normal addition matrices i wanna try to run, but the window keep restarting. Any help please?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Why can't C::B run my matrices function? HELP please..>.<
« Reply #1 on: April 28, 2012, 06:39:12 am »
It just a normal addition matrices i wanna try to run, but the window keep restarting. Any help please?
What's your exact problem? Please give us details.
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 oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Why can't C::B run my matrices function? HELP please..>.<
« Reply #2 on: April 28, 2012, 11:24:12 am »
ollydbg: His problem is not related to C::B for sure :)

snoweag: Read and understand the rules of the forum. And read this http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]