Click here to Skip to main content
15,894,720 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to learn a new part of programming and I choose graphics the problem is I don't know where to start from what to learn and what language should I learn to be able to create graphic elements please help me.

What I have tried:

I don't know where to start from
Posted
Updated 14-Jun-21 9:29am

The first thing you need is to decide which language you plane to use, as the interfaces are somewhat different.

For C/C++ you could use GDI+ - Win32 apps | Microsoft Docs[^].

For C# you can use Form Class (System.Windows.Forms) | Microsoft Docs[^] or maybe Windows Presentation Foundation for .NET 5 documentation | Microsoft Docs[^].

For Java choos Swing or 2D Graphics from Java Tutorials Learning Paths[^].

But there is quite a learning path to use graphics so you need to be fluent in your language of choice first.
 
Share this answer
 
It isnt the best idea, you better start with some Learn C++ tutorial or similar basic but complete tutorial in which you learn the skills to code.

I also recommand that you know about clean code and software architecture at startup to profit from the experience of old seasoned coders (like me) to avoid common pitfalls which are resulting in bugs and re-writing code. ,-)
 
Share this answer
 
Comments
NaseerAhmad007 14-Jun-21 14:21pm    
Dear Karstenk I already know this languages c++ c# java please give me advice how to enter the graphics part.
There are serverall samples in this Forum availible for custom controls.
Search[^]

But I suggest you should better start with much easier Controls like Label or Button ... (also to find by search)
 
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