if you are decent enough with c++ go with qt gui or nano , you can create a simple gui for your loader and will be using c++ which is in my opinion way better than vb/c#
Originally Posted by 96neko
if you are decent enough with c++ go with qt gui or nano , you can create a simple gui for your loader and will be using c++ which is in my opinion way better than vb/c#
That, or even ImGui. Anyways it will be a lot more secure in C++ rather than any .net language
People said use VB but don't use VB fuck that garbage XDDDD
C# or C++ are fine to use though
Originally Posted by Flengo
People said use VB but don't use VB fuck that garbage XDDDD
C# or C++ are fine to use though
And what exactly is the difference between VB and C#? (besides the sintax, ofc)
Originally Posted by vaisefud3
And what exactly is the difference between VB and C#? (besides the sintax, ofc)
C# is more advanced and provides more options.
My advice to you make it by c++ to avoid errors
Originally Posted by Ninja
C# is more advanced and provides more options.
I don't see how...
They will be compiled to MSIL in the end, so everything u can do with C# could also be done in VB
Originally Posted by vaisefud3
I don't see how...
They will be compiled to MSIL in the end, so everything u can do with C# could also be done in VB
I meant that VisualBasic feels outdated.
VB doesn't support lates frameworks while C# does and it's object oriented like say Java whereas VB is object based programming language.