I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » General » Open Forum »

Modifying Namespace to work in Objective C

Peter10003\′s Photo
30 Oct 11, 5:52PM
(1 reply)
Modifying Namespace to work in Objective C
I just purchased a linear regression from CodeCogs which uses Namespace twice, giving me a compile error in Objective C.

Any suggestions on how to get around this error?

The code is:

namespace Maths
{
 
namespace Regression
{

CodeCogs\′s Photo
9 Nov 11, 10:56PM
What error do you see in Objective C ?

If its a major issue you simply remove the namespaces. The main reason for them being in it to eliminate clashed between different functions that might use the same names.
Currently you need to be logged in to leave a message.