Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2006-09-07 09:01 PM
2006-09-07 09:07 PM
2006-09-07 09:51 PM
2006-09-07 09:57 PM
2006-09-07 10:20 PM
2006-09-07 10:44 PM
WHILE dist < 30'-0" DO.... dist = dist + bricktie ENDWHILE
2006-09-07 11:26 PM
2006-09-08 02:12 PM
2006-09-08 09:00 PM
2006-09-08 09:13 PM
Peter wrote:Honestly, I've not used any C++ for almost a year... I think there was, but I cannot say for sure from memory and I'm too lazy to look it up right now
Hello Tom,
That was my impression also until, as I said, two days ago.
You mentioned once that you were studying C++.
Does the C++ for loop have the "step" part like GDL ?
It occurs to me that maybe some computer languages
may not have "step" and in that case only integers can be used.
I did a little test using the piece of code using a for loop on
page 1.26 of the GDL Cookbook 3. I tried to force the for loop
to use fractional values and calculate fractional values and
it seemed like there was no problem. The result were always
what you would expect.
Just a few thoughts,
Peter Devlin