How do you make a new class

Oct 29, 2018 at 7:29pm
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 Oct 29, 2018 at 7:30pm
Oct 29, 2018 at 8:05pm
Oct 30, 2018 at 8:38am
closed account (367kGNh0)
Yes that is the one. How do i make a class in it?
Oct 30, 2018 at 10:10am
You make a new class by typing code.

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

This code creates a new class.
Oct 30, 2018 at 11:50am
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.
Oct 30, 2018 at 1:56pm
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.