Cpp tutorial series?
Hello, I'm looking for a free CPP tutorial series, for example on YouTube.
Ideally a tutorial series that leaves out the basics and is not designed to teach CPP to someone who has never learned any language before.
Hello, I'm looking for a free CPP tutorial series, for example on YouTube.
Ideally a tutorial series that leaves out the basics and is not designed to teach CPP to someone who has never learned any language before.
Hello, My friends and I play P&P regularly, and I've created automatic character sheets in Excel that automatically calculate stats. Now I'd like to write a program to automate combat, since the calculations always take a lot of time. I just don't know anything about actual programming. Aside from a few small macros in Excel,…
Where can I save all my Unity projects safely and in large quantities and could I perhaps export the Unity projects in a smaller APK file and theoretically open them again in Unity
Hello! I'm currently writing a Python script in which I have some text (as a string, not as a file) and images (as bytes, again not as a file), and I want to zip them all together. I know how to zip saved files using the Zipfile module. But I haven't saved the files; I've…
I've tried many suggested solutions from the internet, but to no avail. The Pio command isn't executed. For example, I tried "sudo apt-get install python-pip" and it installed something, but still no command was executed. Even when I check the pip version, nothing happens. I'm working on a Chromebook with the secret shell Chrome extension…
I'm just starting to program and have a question: How can I display not only the key from the dictionary but also the second value next to it in the list?
I can’t recommend skipping the basics for C++. Even if you are C-long language (such as D or Objective-C) is already very familiar, but there are differences in syntax or approach.
Certainly there are a few concepts or structures (e.g. loops, branchings) into which you can work quickly if you already know them from another programming language. However, there are as many different basic topics that you might still be completely unknown (e.g. other operators, typecast operations, pointers and references, const expressions, handling strings and arrays, the functional process during compilation).
A recommended online source for learning would be LearnCpp. Also Hyperskill is a good starting point. On YouTube I would like to playlist Mike Shah (The C++ Programming Language) refer.
A recommended YouTube channel for later is @CppCon. On it you will find lectures on specific topics (e.g. templates, lambdas, move operations, …), which are sometimes deepened (even compared to usual tutorials).
YouTube is the worst
OBSERVATION