What would be better to make web based bots?
I've already started learning C++ but after recent reading and viewing videos I'm starting to reconsider C# since I hear its better for interacting with the internet.
This should be posted in the programming section.
C++ is a good language to start with and understand OOP. In terms of developing automated tools.. C#/Vb.net is a better option because of the CLI/.net framework.
BTW, c++ can't multithread.
BTW, c++ can't multithread.
BTW, c++ can't multithread.
I think I'll take it from That Bot Programmer just seems right lol.
plus multithreading is something I would care about.
now what can you say about VB.NET?
BTW, c++ can't multithread.
Anyone who tells you to learn c# or vb.net just doesnt have the guts to learn a low-level language , all those high-level language like c#,vb.net,python are good when you are starting out but seriously they are all dependant and not as fast as delphi or c++.
I would recommend getting used to delphi atleast , or try c++ . Once you learn those you will never go back to any high-level language like.
I was considering C# mainly because of the simplicity of making GUI's
how do you make GUI's in C++?
every time I go somewhere to learn C++ they present to me in CMD and its really unappealing and just feels outdated
C# and VB .Net are the same thing, Just different syntax, If your fairly new to programming i suggest VB .Net.
See the comparison here
http://www.harding.edu/fmccown/vbnet_csharp_comparison.html
This definitely belongs in the programming section lol.