Coding Affliction
Coding Affliction
  • 953
  • 177 594
110624 COSC 1337 C++ pointers + virtual functions = polymorphism
GitHub code:
github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/b7b65ced2c6136234a2e98594607accfd9d4f4df
Переглядів: 6

Відео

110624 COSC 1337 C++ weak_ptr
Переглядів 44 години тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/23bfb34d1368e105ec573b7d4d0d0315e320035b
110624 COSC 1337 C++ shared_ptr
Переглядів 224 години тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/f9c449dc1f3876f5edf501d33586df04bb4af895
110624 COSC 1337 C++ unique_ptr
Переглядів 74 години тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/46114ef8c0a117aa757130d1eb430fd85a1fea50
110624 COSC 1337 C++ pointer dynamic memory with new
Переглядів 194 години тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/e8266a320f8d17f4d316e226acaa06bc0452b188
110624 COSC 1337 C++ pointer to class instance/object/variable
Переглядів 124 години тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/f735a88ee9a01d0b5d1e00853bff37daac53fe02
110524 COSC 1336 Python set operations
Переглядів 127 годин тому
GitHub code: github.com/cosc-1336-fall-2024/course-artgonzalezacc/commit/e91485109add86e0340936c8c1674280e8168cec github.com/cosc-1336-fall-2024/course-artgonzalezacc/commit/f7443b49104b5e6a98bb4160b57ce3cd4f77c7fc
110424 COSC 1337 C++ reference and pointer memory diagram
Переглядів 37 годин тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/0cf9e62b766646d4ab5587246901fbfb3cb05ea7
110424 COSC 1337 C++ intro to pointers
Переглядів 277 годин тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/0cf9e62b766646d4ab5587246901fbfb3cb05ea7
110424 COSC 1337 C++ references review
Переглядів 87 годин тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/0cf9e62b766646d4ab5587246901fbfb3cb05ea7
110424 COSC 1337 C++ object-oriented: need for pointers and virtual functions
Переглядів 197 годин тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/904dc9eec2aee57323520b84a25a6cbeb8cec2f0
110424 C++ object-oriented: class aggregation and composition
Переглядів 167 годин тому
GitHub code: None
110424 COSC 1337 C++ class static variables and functions
Переглядів 67 годин тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/904dc9eec2aee57323520b84a25a6cbeb8cec2f0
103024 COSC 1337 C++ object-oriented: atm app using vector for checking and savings
Переглядів 15День тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/d9656098e5eefe2c333dd8c2be8a8c71bd5e8528
103024 COSC 1337 C++ object-oriented: return object/instance by reference (no dynamic memory)
Переглядів 47День тому
GitHub code: github.com/acc-cosc-1337-fall-2024/course-artgonzalezacc/commit/3f2a797ed1509812cea59cca1984b7bb8651bdb5
103024 COSC 1337 C++ object-oriented: return object/instance by value
Переглядів 71День тому
103024 COSC 1337 C object-oriented: return object/instance by value
103024 COSC 1337 C++ object-oriented: class access specifier public, protected, and private
Переглядів 10День тому
103024 COSC 1337 C object-oriented: class access specifier public, protected, and private
103024 COSC 1337 C++ object-oriented: base class function override
Переглядів 7День тому
103024 COSC 1337 C object-oriented: base class function override
102924 COSC 1336 Python create empty Dictionary
Переглядів 9День тому
102924 COSC 1336 Python create empty Dictionary
102924 COSC 1336 Python Dictionary store different data type values
День тому
102924 COSC 1336 Python Dictionary store different data type values
102924 COSC 1336 Python Dictionary get key value pair count
Переглядів 1День тому
102924 COSC 1336 Python Dictionary get key value pair count
102924 COSC 1336 Python Dictionary update a value
Переглядів 2День тому
102924 COSC 1336 Python Dictionary update a value
102924 COSC 1336 Python Dictionary delete key value pair
Переглядів 11День тому
102924 COSC 1336 Python Dictionary delete key value pair
102924 COSC 1336 Python Dictionary test add key value pair
Переглядів 13День тому
102924 COSC 1336 Python Dictionary test add key value pair
102924 COSC 1336 Python Dictionary add key value pair
Переглядів 8День тому
102924 COSC 1336 Python Dictionary add key value pair
102924 COSC 1336 Python Dictionary access values with keys
Переглядів 13День тому
102924 COSC 1336 Python Dictionary access values with keys
102924 COSC 1336 Python Dictionary Structure
Переглядів 8День тому
102924 COSC 1336 Python Dictionary Structure
102924 COSC 1336 Python Dictionary Overview
Переглядів 3День тому
102924 COSC 1336 Python Dictionary Overview
102824 COSC 1337 C++ object-oriented: inherit savings from checking
Переглядів 9День тому
102824 COSC 1337 C object-oriented: inherit savings from checking
102824 COSC 1337 object-oriented: inheritance class constructors
Переглядів 10День тому
102824 COSC 1337 object-oriented: inheritance class constructors

КОМЕНТАРІ

  • @heinsoe755
    @heinsoe755 3 дні тому

    ❤❤❤

  • @putlurupavanireddy8964
    @putlurupavanireddy8964 21 день тому

    Thank you so much 😊

  • @eshalmariyam9147
    @eshalmariyam9147 2 місяці тому

    Clear explanation.. thankyou

  • @brioquery
    @brioquery 4 місяці тому

    Nice, clear, and concise explanation - Great job!

  • @nipunivithana7638
    @nipunivithana7638 4 місяці тому

    Easy to understand ❤

  • @luc917
    @luc917 5 місяців тому

    great video, how do you do the merge and delete branch from the vs code side?

  • @nikhilrizal3729
    @nikhilrizal3729 6 місяців тому

    thanksbro

  • @onlinestreaming5246
    @onlinestreaming5246 7 місяців тому

    Very useful thanks a ton

  • @mugdhamonga25
    @mugdhamonga25 7 місяців тому

    It was really helpful. Thankyou so much

  • @edcastanha
    @edcastanha 7 місяців тому

    Thank you for sharing your knowledge, I have little fluency in your language despite working with programming, and I was amazed by the great material and the indication for my region. Congratulations and success! Hugs from the city of São Paulo in Brazil.

  • @Forever24Vlogs
    @Forever24Vlogs 8 місяців тому

    steps are very clear thanks for the video

  • @patilcoder
    @patilcoder 9 місяців тому

    ua-cam.com/video/ScjnNPkcaIY/v-deo.htmlsi=mVd3zW40Js2WNVQ3

  • @arvydascereska4916
    @arvydascereska4916 10 місяців тому

    Instructions not clear, blew up my house

  • @MRZARGANAA
    @MRZARGANAA 11 місяців тому

    why we just dont use call by value because it cant change the value

    • @codingaffliction4120
      @codingaffliction4120 11 місяців тому

      By value copies the function argument value to an address in the loaded function. A reference doesn't copy any values; instead, it reads the value directly from the function argument location. Const reference does the same but in read only mode.

    • @MRZARGANAA
      @MRZARGANAA 11 місяців тому

      thank you@@codingaffliction4120

  • @exploreyourdreamlife
    @exploreyourdreamlife Рік тому

    This video on coding development was incredibly useful. Thanks to the creator for these practical tips.Liked and Subbed!

  • @Ordinary_W0rld
    @Ordinary_W0rld Рік тому

    Why is my codespace only showing setting up your codespace and not working?

    • @codingaffliction4120
      @codingaffliction4120 Рік тому

      You'll need to provide more details, thanks.

    • @chromebabayt4368
      @chromebabayt4368 Рік тому

      I also face this problem

    • @chromebabayt4368
      @chromebabayt4368 Рік тому

      It stuck on setting your code space

    • @Ordinary_W0rld
      @Ordinary_W0rld Рік тому

      @@codingaffliction4120 I've created a new codespace and its just not loading. Stuck on that loading page. I Don't have any network issues. By the way the issue got resolved later that day. But it took hours. And still iam not sure, what if it happened again.

    • @codingaffliction4120
      @codingaffliction4120 Рік тому

      @@chromebabayt4368what browser?

  • @afrozaakter5996
    @afrozaakter5996 Рік тому

    What can I do if the file conflict to any file of master branch?

    • @codingaffliction4120
      @codingaffliction4120 Рік тому

      You have to use a Git client to resolve the conflicts. docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line

  • @chishimbamalisawa6649
    @chishimbamalisawa6649 Рік тому

    Good video. Keep pushing.

  • @orgs804
    @orgs804 Рік тому

    which vscode theme is thatv

  • @aneeqasafdar7864
    @aneeqasafdar7864 Рік тому

    Thank you 😊

  • @tosti24
    @tosti24 Рік тому

    Thank you for you video, I really appreciate your tutorial as it was easy to follow.

  • @n-az563
    @n-az563 Рік тому

    The branch I created in Git its not being reflected in VS Code why?

  • @-leaflet
    @-leaflet Рік тому

    Thank you

  • @meliff683
    @meliff683 Рік тому

    Atleast your doing what you love

  • @meliff683
    @meliff683 Рік тому

    Im the first viewer 😊❤ I hope u dont giveup youll get alot more viewers just pray and ask god he'll provide i promise😇 ❤

  • @kenkioqqo
    @kenkioqqo Рік тому

    Very well explained! Thanks a lot bro.

  • @souravsaha2721
    @souravsaha2721 Рік тому

    How to move specific commit from one branch to another branch without doing cherry pick and also without from the previous branch ?

  • @shilpareddy1218
    @shilpareddy1218 Рік тому

    Thank you

  • @jonbv2434
    @jonbv2434 Рік тому

    This is a class that really explained both theory and handson

    • @wongjuan344
      @wongjuan344 Рік тому

      Did you take C++ with this professor?

    • @jonbv2434
      @jonbv2434 Рік тому

      @@wongjuan344 only here, i believe the real registration might a little but expensive though.

  • @jonbv2434
    @jonbv2434 Рік тому

    I like the structure of the project, hopefully I can learn more. Thank you.

  • @JeyBi2312
    @JeyBi2312 Рік тому

    Thank You appreciate it!

  • @avadro112
    @avadro112 2 роки тому

    i m glad i found this channel ... seriously its 00:00 my time 😂 new start i guess

  • @growthrough2123
    @growthrough2123 2 роки тому

    Thank you! this is easier than using the terminal, which is the first way I learned.

  • @eggsbenedict5989
    @eggsbenedict5989 2 роки тому

    this helped me, thank you very much

  • @artist6000ish
    @artist6000ish 2 роки тому

    It's really hard to understand what you're saying. Can you get this redubbed?

  • @ezevalentine7610
    @ezevalentine7610 2 роки тому

    This really was helpful, how the hell is nobody saying thank you for this

  • @dr_j0nes
    @dr_j0nes 2 роки тому

    Video Title: Visual Studio Code, CMake and C++ Overview Explains Librarys..

  • @ms00x22
    @ms00x22 3 роки тому

    ty, on point

  • @DeeOdzta
    @DeeOdzta 3 роки тому

    Thank you, looking forward to the other tuts you have completed. appreciated.

  • @maryannbishop5562
    @maryannbishop5562 3 роки тому

    tml97 vun.fyi

  • @skippieestell3580
    @skippieestell3580 3 роки тому

    6zqkk vun.fyi

  • @rohitkarumuri4886
    @rohitkarumuri4886 3 роки тому

    thanks man!

  • @AceHardy
    @AceHardy 4 роки тому

    ✍️

  •  4 роки тому

    Quite good video, awesome! Would you like to be UA-cam friends? :]