Easy Programming - Beginner C++ Tutorial - Parallel Arrays - Array Tutorial #2 (17)

preview_player
Показать описание
In this tutorial, I show you more about using Arrays in C++. In the last tutorial, I've shown you some very basics of how arrays work, here I show you how to work with Parallel Arrays, also known as multiple arrays. Here You calculate and output results very easily.

Arrays are very helpful. This tutorial only handle single dimensional arrays but deals with multiple array variables as well as implement the 'for' loop for more practice.

I hope you enjoy the video and if you have any requests feel free to let me know. Thanks for watching and remember to subscribe!

#EasyProgramming #ProgrammingTutorial #Arrays

-----------
Рекомендации по теме
Комментарии
Автор

Great video, much easier than naming each variable, thank you.

jesset-p
Автор

This was helpful. Thank you. I heard your budgies in the background and I had to look at mine to see what they were doing. lol. They were doing nothing.

starfirem
Автор

Fucking thank you. You saved my ass less than 12 hours before my test.

theinquisitor
Автор

lol for the birds in the background, nice tutorial

RickR
Автор

Thank you so much man.. Had a hectic assignment due..

EmmanuelSwandhle
Автор

@sinclairpol glad you got it solved :) let me know if you have any more questions in the future.

Thanks for watching!

naztronaut
Автор

fatal error C1853: 'Debug\array.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
Any ideas as to why I might be getting this error? I am taking your text word/character for word/character.

sinclairpol
Автор

@sinclairpol when you first start the new project, make sure you go to to additional options and turn off precompiled headers and check empty project.

That portion precedes where I start off in this tutorial.

naztronaut
Автор

Post a video about strings in c++.

I really need to understand the strings consept.pls

mortezaabdolahi
Автор

I have to use selection sort to sort an int array but keep the corresponding strings that are attached to them (parallel) in the same order : i.e 1:tanner 17:bob 5:hello

Output 1:tanner, 5:hello, 17:bob and I was just so lost

tannerbarcelos
Автор

how do I compact the arrays to avoid wastage of space? like if you added student ids to the program you are doing in your vid. and the student names that you list are assigned ids. say that one of those students leaves, how do you fill in the spaces he leaves empty so that you aren't wasting any space?

jacoreypetey
Автор

multidimensional array for the test grades?

vermiman
Автор

Do you have anything like this for C programming?

MoNeenja
Автор

i got errors saying "conversion from 'int' to 'float', possible loss of data" when i tested your code

Mr.Pop
Автор

You can disregard the last comment; I have it solved.

sinclairpol
Автор

Yeah you probably need threads to do parallel stuff.
This is just normal stuff. e_e

herp_derpingson
welcome to shbcf.ru