(06-16-2011, 04:16 AM)BacklTrack Wrote: I wouldn't say C# is bad. If you're working on windows and you're not doing anything too complex/mission critical then it's just fine. .NET library is huge..but yeah, people should stop thinking that basicallyYeah true, Sadly the stuff I do has no real use for .Net so I stick with C. But I really get sad when people try and compare it with C/C++ lol.
C++/C == C#
(06-16-2011, 12:21 AM)Most Dope Wrote: I am sure there is way more you can code in C++, like somebody already said, bigger libraries.. But it seems alot harder to me than Visual Basic or C#. I learned those first, so thats probably why. Ive never even wanted to learn C++Yeah it's going to be harder. The less libs you use the harder it gets. In C# you can basically code a downloader with 2 - 3 lines of code as the framework does so much for you. In C/C++ its more like 10 - 40 depending on if you choose to use WinInet or Winsock (assuming you're programming for windows).