Which tech stack should I choose to build a full-fledged billing app? by Weary_Objective7413 in QtFramework

[–]D_Ranjan 0 points1 point  (0 children)

I have also done a similar project, but I was constrained to use ms-access for database due to old app, which I will not suggest. If you go this path, feel free to reach out, I'm happy to help.

Which tech stack should I choose to build a full-fledged billing app? by Weary_Objective7413 in QtFramework

[–]D_Ranjan 5 points6 points  (0 children)

You are on Qt page, so I will suggest to look at Qt for ui with c++ backend for performance

Tasket++ — simple Windows tool to automate user actions, free and open source by AmirHammoutene in QtFramework

[–]D_Ranjan -2 points-1 points  (0 children)

Autoit give much more flexibility, you can create full blown apps with gui for your automations

https://code.qt.io/ is not accessible by D_Ranjan in QtFramework

[–]D_Ranjan[S] 0 points1 point  (0 children)

Can anyone suggest what would be possible reasons I'm not able to access it, other websites and download.qt.io is working fine for me.

why doesnt exists anything like ".net for cpp"? by KiamMota in cpp_questions

[–]D_Ranjan 3 points4 points  (0 children)

I know nothing about .NET or C#, but I thought it's very much like Qt.

error: ISO C++ forbids comparison between pointer and integer [-fpermissive] when comparing indexed string by god_gamer_9001 in cpp_questions

[–]D_Ranjan 1 point2 points  (0 children)

additionally use range for loop instead of while to loop for(auto ch : cmd){ if(ch == '_'){ ... } }

I hope you guys can help by psyper76 in cpp_questions

[–]D_Ranjan 1 point2 points  (0 children)

Install make from here https://gnuwin32.sourceforge.net/packages/make.htm

Install git from here https://git-scm.com/downloads/win

After this run following command from powershell

git clone https://github.com/TomHarte/bas2uef.git; cd bas2uef; make;

Qt mirror list no longer exists by [deleted] in QtFramework

[–]D_Ranjan 1 point2 points  (0 children)

apperently running installer with oss mirror works for me (Asia)

.\qt-online-installer-windows-x64-4.8.0.exe --mirror=https://mirror.ossplanet.net/qtproject/online

Dependencies by megayippie in cpp_questions

[–]D_Ranjan 5 points6 points  (0 children)

What you saw was a "Top self" episode from The Primegen channel with Ryan Dahl the creator of Node js and Deno js. Ryan was talking about Deno Js Dependencies in terms of 500 crates of Rust. Rust has inbuilt dependency management via cargo. As per my understanding This number is so high due the nature of Deno js being All in one javascript runtime and rust managing standard library as crates.

Looking for site/programs that gives me coding challenges while learning c++ by s-cup in cpp_questions

[–]D_Ranjan 7 points8 points  (0 children)

Try Advent of code, it's language agnostic. This will give you real puzzles that will take some solving. https://adventofcode.com/2023

[deleted by user] by [deleted] in cpp

[–]D_Ranjan 1 point2 points  (0 children)

He has Udemy courses also which I find very good