Building forms inside of executable or writing code

I am an absolute beginner trying to learn to code I have created an executable with a menu bar. I can not figure out how to create a second menu bar, add a form or anything for that matter.

It would be nice to figure out how to take existing projects and combine them. I am going to study in school but trying to get a head start. Any help would be awesome.



Last edited on
I tried to create a "Hello World" document and use a beep inside the .cpp file but nothing happened.
Last edited on
Standard C++ does not include support for menu bars or forms. You'll have to give more information than that. If this is Windows Forms you're talking about, you should consider moving this post to the Windows programming forum.

I tried to create a "Hello World" document and use a beep inside the .cpp file but nothing happened.

How can anyone help you without knowing specifically what you did?

http://www.cplusplus.com/forum/beginner/1/
http://www.catb.org/esr/faqs/smart-questions.html
Last edited on
I highly recommend not learning about GUI until you know the underlying language first. Are you already able to code in C++?

Topic archived. No new replies allowed.