How do you make a new class

closed account (367kGNh0)
How do you make a new class in Zinjai? I cannot seem to find out how. It just says 'File>New project'
Last edited on
closed account (367kGNh0)
Yes that is the one. How do i make a class in it?
You make a new class by typing code.

1
2
3
4
5
class beans
{
public:
  beans() {};
};

This code creates a new class.
How do i make a class in it?

No idea. Never heard of it. Never seen. Found that site by websearch.

That linked site claims to be "Forum for asking questions about Zinjai".
This site claims to be about C++.

It is a GUI application?
GUI apps either are intuitive to use, have documentation, or not.
I've downloaded the portable version for Windows. In that version, it seems you need to create a project; when you are inside the project, if you click on File --> New there's a choice between Source File, Header File, Other File and Class.

(At first glance it seems even a more primitive IDE than Code::Blocks… Good luck!)
Topic archived. No new replies allowed.