I want to make level editor in which I want it to have three buttons CreateNode , Reset Node

Create Node - It will add node in screen
Reset Node - It will reset all the links from the Node

And when the node is created on window if I right click I can set to which Node I want to connect ...

I want this reference for dfs search
i.e. {1,2},{1,3} i.e. 1st Node is connected to 2 and 3 ..and so on ...

When I am done with making tool I want it to make xml file or text file ?

How to start with this tool ?

Recommended Answers

All 5 Replies

Do you need to make a GUI for that? take a look at this:
Qt

commented: yes i do need to make GUI ...any good example for this QT ? +0

You may also use Visual C++ Express (VC++) for this purpose.

how will I make UI or render UI only with VisualC++ ? I did not get ? I am noobs to rendering UI?

yes i do need to make GUI ...any good example for this QT ?

There you go.
Examples

There is also a Qt-Visual Studio plugin, using which you can write Qt code within Visual Studio[i.e including designing your forms.

To just get a feel of what Qt looks like, here is a video:
Video

In fact there are lots of videos showing simple examples. You can have a look at them.

Thanks guys for your great help

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.