Programm text separation
![](https://secure.gravatar.com/avatar/9cd9334d078cafeaee4dc22b7df0bcb3.jpg?s=120&d=mm&r=g)
I working on a project for live performance. How can I separate my programm? I know how to use classes, but have I other instruments to make my project more orderly (like .h and .cpp files in c++)? Thanks.
![](https://secure.gravatar.com/avatar/68971fe7ee8fd814c26391c727c065bb.jpg?s=120&d=mm&r=g)
You can't split the declaration of a class from its definition like in C++,
but you can split your classes into multiple files. Just add them all to
the VM to use them together.
2016年7月8日(金) 10:08 dude
I working on a project for live performance. How can I separate my programm? I know how to use classes, but have I other instruments to make my project more orderly (like .h and .cpp files in c++)?
Thanks. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
dude
-
Tom Lieber