Re: Witch is easier to learn? c++ or python?

2019-07-08 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @joniksterYou keep saying that Python can give bad practice. Whatever that means.But lol, for real, please give me some examples.Just because a language is meant  for 1 thing and it has different  sin tax. Does not make it a bad language to

Re: Witch is easier to learn? c++ or python?

2019-07-08 Thread AudioGames . net Forum — Developers room : daigonite via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Python imho is easier but you should really learn both. URL: https://forum.audiogames.net/post/447490/#p447490 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Witch is easier to learn? c++ or python?

2019-07-08 Thread AudioGames . net Forum — Developers room : tmstuff000 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? C++, hand down. URL: https://forum.audiogames.net/post/447489/#p447489 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @16, ohmygod dude, stop jabbering and go learn something, m'kay? Python does not teach you bad practice, it just makes you do things differently. C++ is not easier than C is in solving all problems. It is in some problems, but C is bette

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @16, ohmygod dude, stop jabbering and go learn something, m'kay? Python does not teach you bad practice, it just makes you do things differently. C++ is not easier than C is in solving all problems. It is in some problems, but C is bette

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @8, I agree, C# or Java can teach object-oriented programming better than C++.@Ty, The truth is that C++, Java and Python are more independent than C#.C# will not cease to exist anytime soon, however, the way C# defines is Microsoft.@Ethin, No

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @8, I agree, C# or Java can teach object-oriented programming better than C++.@Ty, The truth is that C++, Java and Python are more independent than C#.C# will not cease to exist anytime soon, however, the way C# defines is Microsoft.@Ethin, No

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? C is easier than C++? Sorry, but i'd deffinitely disagree with that. It starts with strings not being actually being available, pointers (not the smart ones) and the operations you can perform with them, digging up errors/debugging d

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @13, the statements made by Jonixter are completely incorrect. As already stated, encapsulation is a technique. There is a difference between a technique used for access control and something that a programmer *must* learn in one and only one

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? jonikster wrote:I'd advise to learn both.C++ and Python in combination give you a lot of power.With Python, you cannot develop system software, but you can do it with C++.If you don't have enough performance with Python, you can not se

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? C# Is a Microsoft product. Microsoft the king of keeping on legacy products and continually to support them a long time after they should have died a quiet death in the graveyard of abandoned software. While Python generally has a cleaner and

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? @9: where did you get that? With that many servers running Asp.net, I don't see any reason why C# would be dropped any soon. And not just that, it's still expanding. Just check out Blazor:https://dotnet.microsoft.com/apps/aspne … pps/c

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Without checking the net for resources on that matter, I highly doubt that C# will be dropped anytime soon.Best Regards.Hijacker URL: https://forum.audiogames.net/post/446700/#p446700 -- Audiogames-reflector mailing list Audiogames

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? I was actually considering c#, but then i heard that it's going to be unsupported soon. is that true? URL: https://forum.audiogames.net/post/446689/#p446689 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukogl

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Rofl, encapsulation isn't taught by the language, encapsulation is a technique, which must programmer learn and understand, using it whatever language he / she uses. It must be taught by teacher or course. If programmer doesn't underst

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Encapsulation is a product of Object Oriented Programming, which is used to hide values or state of a data object within a class, preventing unauthorized access to them. Or put another way, its a function or data that can only be accessed from

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Encapsulation is a product of Object Oriented Programming, which is used to hide values or state of a data object within a class, preventing unauthorized access to them. Or put another way, its a function or data that can only be accessed from

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Damn magurp, you surely have a lot of patience. URL: https://forum.audiogames.net/post/446593/#p446593 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? magurp244, With Python you will not understand the full meaning of encapsulation for example. URL: https://forum.audiogames.net/post/446592/#p446592 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Witch is easier to learn? c++ or python?

2019-07-05 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? Python does not teach wrong programming... but it is true that it might not be to some peoples tastes. C++ and other unmanaged languages are more preferable when working with lower level hardware though, and it can be used to augment Python and

Re: Witch is easier to learn? c++ or python?

2019-07-04 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? I'd advise to learn both.C++ and Python in combination give you a lot of power.With Python, you cannot develop system software, but you can do it with C++.If you don't have enough performance with Python, you can not search for a solut

Re: Witch is easier to learn? c++ or python?

2019-07-04 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Witch is easier to learn? c++ or python? If its a choice between the two, I would often suggest python. Being a managed language it helps abstract some aspects of memory management and offers a subjectively smoother syntax making it easier to learn. It also has a lot of well maintained

Witch is easier to learn? c++ or python?

2019-07-04 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Witch is easier to learn? c++ or python? Hi guys.So I was wondering what programming language is easier to learn for an almost beginner in programming. I mean, i know html, some php, and some bgt, but I want to learn c++ or python. I'm not asking witch is better, just witch is easi