Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone!
How are you ,i hope all of you will be fine.
I am new here.I have started c++. I am bigner in use of graphics,i don't know how to use graphics and i want to use graphics in my project so,anyone can help me ?
please help me in use of graphics,i have completed my console work of project and now just looking for graphics.
its my console project and i want to use button,graphics, mouse on console and background wallpaper.
plz help me .

What I have tried:

I tried to search at google in different way but now proper answer.
Posted
Updated 12-Jul-16 22:48pm

'graphics' is a bit generic: there is, for instance Graphical User Interface (GUI) development as well 3D graphics for games.
Another point is the target platform. For example, on Windows you might create a C++ GUI (desktop) application using either C++/CLI or C++ with MFC. On the other hand, on Android, though in principle you could write a native application, the preferred approach is using Java.
 
Share this answer
 
Comments
Member 12632487 13-Jul-16 12:58pm    
bro!
please help me in use of graphics
i want to create button like ,File,Menu, Result.
now i can create button but i dont know how to write code behaind buttons,so please help me
Member 12632487 14-Jul-16 8:33am    
I want to make a user interface with icons like FIle, Menu, HElp etc ( as we often see these icons in a window application ). I have chosen WIN32 application project in Visual Studio 2010 and made a graphical interface with such buttons, tabs and icons. But now how to write a code? For example, there is a icon : HELP. When a user will click on help; the helping contents should be displayed. So how to write such a code for that HELP icon. and so on.. kindly help.

How to make GUI (User Interface) in Visual C++ in Visual Studio?
CPallini 14-Jul-16 8:47am    
Win32 development is not the easiest choice. You could start with MFC instead. Google is your friend
https://www.google.co.uk/#q=step+by+step+MFC+GUI+application+with+visual+studio
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900