from c++ to c++/cli
- From: "zs" <stipanicev.spam@xxxxxxxxx>
- Date: 28 Jan 2006 11:00:48 -0800
Hi!
I have a question about converting from native c++ to c++/cli.
How to convert/rewrite c++ code that looks like this to cli:
//MyC.h
namespace MyNS
{
MyClass
{
public:
void F();
};
}
//MyC.cpp
#include "MyC.h"
namspace MyNS
{
MyClass::F(){....}
}
And second question is, are "using namespace" statements
in header files not recomended also in cli or ...?
Thx!
Best regards,
Zoran Stipanicev
.
- Prev by Date: Re: vc 2005 intrinsics
- Next by Date: Damage of physical memory and hard disk
- Previous by thread: vc 2005 intrinsics
- Next by thread: Damage of physical memory and hard disk
- Index(es):