I have a c++ file in xcode that I want to import to netbeans
the problem is the c++ file is lacking some files which netbeans requires
in order to open that up in netbeans(e.g makefile)
How do I do that?

If it's a single C++ file, can you simply create a new project in netbeans and copy the code across?

This would be an excellent opportunity for you to learn how creatign a C++ program actually works, so that in future you'd be able to move your code around any build system you feel like.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.