quick question for male

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

quick question for male

Post by tatch »

Hey male,

I've been following your commits to non lately and I've been wondering why all your implementation files are suffixed .C when it looks like they're all C++. Is there a reason for this?
male
Established Member
Posts: 232
Joined: Tue May 22, 2012 5:45 pm

Re: quick question for male

Post by male »

tatch wrote:Hey male,

I've been following your commits to non lately and I've been wondering why all your implementation files are suffixed .C when it looks like they're all C++. Is there a reason for this?
If they were C files, I would use the extension '.c'. Unix is case sensitive and I personally dislike the extensions '.cxx' and '.cpp'. Simply a matter of style.
Image
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

Re: quick question for male

Post by tatch »

i see, thanks. another quick question, can FLUID edit NTK/if so, how?
male
Established Member
Posts: 232
Joined: Tue May 22, 2012 5:45 pm

Re: quick question for male

Post by male »

tatch wrote:i see, thanks. another quick question, can FLUID edit NTK/if so, how?
There's a version of FLUID that comes with NTK. The executable is called ntk-fluid. The files and generated code are completely compatible with the FLTK 1.3 FLUID, though, so it doesn't really matter which you use. But if you depend on it in your build system, you should use ntk-fluid when targeting NTK and fluid when targeting FLTK.
Image
Post Reply