Ist es einfacher, eine Programmiersprache zu lernen, wenn man eine andere schon kann?
Ich will gerade c# lernen und wenn ich das kann ist es einfacher für mich c++ zu lernen? Die Programmiersprachen sind ja ziemlich ähnlich.
Ich will gerade c# lernen und wenn ich das kann ist es einfacher für mich c++ zu lernen? Die Programmiersprachen sind ja ziemlich ähnlich.
Kann der Arduino Uno kapput gehen wenn er die ganze zeit im Betrieb ist?
Bin jetzt schon seit mehreren Jahren in der “Programmierszene” und beherrsche so 2/3 Programmiersprachen flüssig und dann noch so 4 andere eher… egal. Ähm, ja. Ich bin jetzt an nem Punkt, an dem ich was eigenes, auch “großes” schaffen will, und da hab ich mir gedacht, dass ne Programmiersprache doch was schönes wäre. Leider hab…
Hey zusammen, wie lernt man am Besten das Programmieren zum Beispiel um Spiele zu programmieren. Ich habe mir Excel VBA schonmal selbst beigebracht über viele YouTube Videos, Googlen, etc. Jedoch ist davon nicht mehr viel Vorhanden, ich habe das Meiste schon wieder vergessen. Wie lerne ich das Programmieren am Besten, damit auch etwas hängen bleibt…
Ich versuche mir das Programmieren beizubringen und habe versucht eine Eier-Uhr zu erstellen. Jedoch werden mir die Bilder nicht angezeigt. Es wäre nett, wenn mir jemand helfen könnte. <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Document</title> <style> .background-dark { background-color: #262626; } .center { display: flex; justify-content: center;…
also CaseOH hat ein vid hochgeladen wo er bad parenting spielt und ich will wissen wo er das spielt auf welchen programm https://www.youtube.com/watch?v=cHif_9SYHFI das ist das video man sieht es am anfang leide ist das bild so schlecht hab es einfach gescreenshotet vom PC aus
Ich habe mit weatherwidget.io mir einen HTML Code generieren lassen um mein Wetter einzubetten. Doch möchte ich die Größe gerne auf 220 PX haben, damit das hier: so aussieht: Mein Code lautet: <a class=”weatherwidget-io” href=”https://forecast7.com/de/52d5213d40/berlin/” data-label_1=”BERLIN” data-label_2=”Wetter” data-mode=”Current” data-theme=”weather_one” >BERLIN Wetter</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=’https://weatherwidget.io/js/widget.min.js‘;fjs.parentNode.insertBefore(js,fjs);}}(document,’script’,’weatherwidget-io-js’); </script> Bitte den nicht inhaltlich verändern, außer halt die Größe.
It’s easier, but not insane.
If you can think in algorithms and basic elements such as variables, loops, functions, etc., you have done a lot of the effort.
C++ and C# are both statically typified, object-oriented languages with functional elements. C# has a C-like syntax like C++. It helps a little.
Then it stops. Behind the facade, the languages then work very differently in very, very many small and larger aspects, C++ is also much larger from the language scope.
That Microsoft has called the language “C#” is actually a label dizzy, because it is by no means a language of the C/C++ family.
Name it by name: Microsoft Java
Yeah, it’s easier.
Many programming languages work in a similar way and once you have understood the principle of something you can use it for other languages.
Especially when two speeches are very similar, it is even easier to learn the new syntax.
Define “can.
The syntax itself is not a problem.
It’s much more about architecture and principles.
This is like with foreign languages: only because you can English does not mean that you can apply all forms (e.g. formal) of English.
Better build your knowledge in depth instead of in width. Otherwise, there is a risk that you can do a lot – but nothing is right.
And C# is just a clone of Java and has nothing in common with C++.
If you want to learn C++, you should first learn C:
He then knows much better what is helpful to C++ or, at least, easy to understand for beginners.
C is the simplest, but C++ is the most complicated of all C programming languages.
Who isn’t forced to use C++ shouldn’t pretend to waste his time.
Is about as useful as: If you want to learn French, you should have learned Latin.
You’re mad, for: C can be seen as a small subset of C++, which — together with the class concept of C++ — represents a programming language which
It does not have its own name (although I call it C+ myself, and so since about 1995 it has been well suited for all projects that had to be officially used C++).
The latter is, of course, correct.
C cannot be a subset of C++ on its own because it is a valid C code that is not a valid CPP code.
Otherwise you can see this with your mental self-creation “C+”. I am only wondering whether such projects work even if they are more than one developer, whose cooperation and something like common conventions exist. This “I use the language as (only) I think it is correct” is very important.
Yes, the languages with C-like syntax (C, C++, C#, Java, Javascript etc.) are all very similar.
But even if you “just” control a language with non-C-like syntax, you have a knowledge advantage over someone who has never programmed.
There are enough concepts that do not depend on the language itself and want to be understood.
Well, that C and Java are similar to each other, I would never say.
At least both use “C-Style” syntax
C is the grandfather, C++ the father and Java the illegitimate child in the family.
As the best way to understand how code works from the Pike (also object-oriented to write), I would recommend C+.
C++ is too complicated in my eyes.
C# is significantly easier to use and provides code that is significantly more robust and more manageable than written in C++.
In short, C#, like Java, is the most helpful language for impinging enterprise applications and, in any case, the C++. There is no third language for which you can say that.
Yes, definitely.
Yeah, much easier. At least if they support similar paradigms. You only have to learn how to implement your existing plans in this language, instead of learning these plans.