Search found 5 matches

by 4TN
October 27th, 2012, 3:48 am
Forum: Everything
Topic: How do you track the value that a function returns?
Replies: 2
Views: 1507

Re: How do you track the value that a function returns?

I got it. Thanks Chilli.
by 4TN
October 26th, 2012, 11:07 pm
Forum: Everything
Topic: How do you track the value that a function returns?
Replies: 2
Views: 1507

How do you track the value that a function returns?

I am working with an example program on recursive functions and I followed the variables in the debugger. When the program was done it output a value that doesn't show in the autos window and there is basically one variable. // recursive-factorial.cpp by Bill Weinman <http://bw.org/> #include <iostr...
by 4TN
May 9th, 2012, 10:56 pm
Forum: Everything
Topic: I want to Thank you Chili!
Replies: 14
Views: 6218

Re: I want to Thank you Chili!

I would thanks not just for the lessons also for the growing community.
by 4TN
May 6th, 2012, 1:54 am
Forum: Everything
Topic: Pooface with bombs!
Replies: 7
Views: 4961

Re: Pooface with bombs!

The yellow lines are a nice touch as with the indicators.

Code On!
by 4TN
April 12th, 2012, 10:48 pm
Forum: Everything
Topic: dxerr.lib error running Chili Framework
Replies: 12
Views: 8454

Re: dxerr.lib error running Chili Framework

I had the same problem. After a lot of searching and trying to get it to work I found that for some stupid reason they made it so that it cannot read links to directories with spaces anywhere in it. So to make it work I created a lib folder in the folder I use for programming then I copied all of th...