c++ program on periodic table

i need a help on this program in which i have to write a code in c++ to print a periodic table and when any of its element is clicked, it will show the basic details of that particular element. also, use of graphics is required. plzzz plzzz plzzz help.
Last edited on
Please note, that this is not a homework site. We won't do your homework for you. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.

We didn't see your attemts to solve this problem youself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again. As it is impossible to find deriviative of function without knowledge in ariphmetics, you cannot do more complex tasks in programming without clear understanding of basics


What do you use for graphics? What do you use to get input? Do you use any GUI libraries (you should). Were you provided with element info (maybe a structured file you should parse in runtime) or you should find it yourself. What information should be present in short description (in table) and full one?
Ankita, MiiNiPaa is right. We do not know how to help you if you aren't willing to provide us with where you are having problems. However, unlike him, I do get help on my homework because I state where I am having problems and then try to solve it on my own while they wait. I need something to look it.

Where is your code? What are you using to display the periodic table? I recommend an array.
Topic archived. No new replies allowed.