Csound Csound-dev Csound-tekno Search About

[Cs-dev] const char*

Date2011-11-20 19:54
FromRory Walsh
Subject[Cs-dev] const char*
Quick question, should the various compile methods in csound.hpp use
"const char*" instead of "char*"?

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-21 08:58
FromSigurd Saue
SubjectRe: [Cs-dev] const char*
I would strongly recommend it since I assume the implementation treats the string arguments as const anyway (right?). It would greatly simplify usage.

Sigurd

-----Original Message-----
From: Rory Walsh [mailto:rorywalsh@ear.ie] 
Sent: Sunday, November 20, 2011 8:55 PM
To: Developer discussions
Subject: [Cs-dev] const char*

Quick question, should the various compile methods in csound.hpp use "const char*" instead of "char*"?

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net