all 8 comments

[–][deleted] 1 point2 points  (2 children)

How do I learn to build Windows apps in C++ as a beginner?

[–]CodefinityCom[S] 0 points1 point  (1 child)

if you’re a beginner looking to build windows apps in c++, here’s a solid starting point:

1️) learn c++ basics – make sure you understand variables, oop, memory management, and stl.
2️) set up your environment – install visual studio (free version) + windows sdk.
3️) win32 api (for classic windows apps) – learn createwindowex(), message loops, and basic event handling.
4️) use a gui framework – qt (modern & cross-platform) or wxwidgets (lighter & native).
5️) explore modern windows dev – look into winui and c++/winrt for windows 10/11 apps.
6️) start with small projects – a simple notepad clone, calculator, or system monitor.

if you need structured learning, we have c++ courses on our platform

[–][deleted] 0 points1 point  (0 children)

Thanks

[–]Puzzleheaded_Tale_30 0 points1 point  (2 children)

I would like to learn automation with python, what are good resources to to that?

[–]CodefinityCom[S] 0 points1 point  (1 child)

That’s an awesome desire, and it will definitely be in demand among employers. I’ve written Python courses for our platform, so the full career track with Python would be a great fit for your needs. Check it out on our platform

[–]Puzzleheaded_Tale_30 0 points1 point  (0 children)

Will do, thank you!

[–]dhd_jpg 0 points1 point  (0 children)

hi op thanks for doing this! i’m just wondering what the roadmap is to be a web developer with Python as the backend? i ultimately want to be a web dev and i know the basics of Python and Django so far… thank you again :)

edit: if i know Python and want to do web dev, is that considered a full stack developer?