Michael Hoefer
Michael Hoefer
  • Видео 22
  • Просмотров 49 428

Видео

Introduction to Vectors in C++
Просмотров 312Год назад
Intro to vectors and how they differ from arrays.
File Structure for VS Code and WSL
Просмотров 8832 года назад
File Structure for VS Code and WSL
Debug Multi-File C++ Programs in VS Code and WSL (Windows)
Просмотров 24 тыс.3 года назад
tldr: 1) Put all your project code files into a single folder, and only have one main function. 2) Try debugging as normal to generate the .vscode folder and .json files 3) Go into tasks.json and modify the second entry of "args" under the task with labe "C/C " g build active file." Change it from "${file}" to "*.cpp" That's it. It should compile and catch your breakpoint. If you get an error o...
CSCI 1300 F 2020 Practicum 3 Review Video
Просмотров 4713 года назад
CSCI 1300 F 2020 Practicum 3 Review Video
Changing Linux Password in WSL
Просмотров 11 тыс.3 года назад
Learn how to change your password in WSL
CSCI 1300 - Intro to Linux Commands
Просмотров 4103 года назад
CSCI 1300 - Intro to Linux Commands
CSCI 1300 - Intro to Binary
Просмотров 174 года назад
CSCI 1300 - Intro to Binary
CSCI 1300 - Levels of Abstraction in Programming
Просмотров 3864 года назад
CSCI 1300 - Levels of Abstraction in Programming
CSCI 1300 - Computer Architecture
Просмотров 1194 года назад
CSCI 1300 - Computer Architecture
Ants Move Insect Down Milkweed
Просмотров 384 года назад
Watch as a group of ants move a dead insect carcass down a complex milkweed structure (4x). Appetizer: lady bug placed on aphid highway Details: I stumbled across what looked like a limping caterpillar on the sidewalk in front of our house. Further inspection revealed it to be a dead insect of sorts, being dragged by an ambitious ant. Some time went by as the ant dragged the insect across the c...
ANA Tutorial Video
Просмотров 1037 лет назад
ANA provides automated manufacturability analysis during conceptual design. This video walks the user through the analysis of four iterations of a Clevis Mount design. Please submit comments or questions to rmpl-devs@iastate.edu.
Ana Tutorial Video
Просмотров 227 лет назад
ANA provides automated manufacturability analysis during conceptual design. This video walks the user through the analysis of four iterations of a Clevis Mount design. Please submit comments or questions to rmpl-devs@iastate.edu.
Printing in AutoCAD
Просмотров 61010 лет назад
Printing in AutoCAD
Dimensions in AutoCAD
Просмотров 63710 лет назад
Dimensions in AutoCAD
Creating Text
Просмотров 57510 лет назад
Creating Text
Grouping Objects
Просмотров 70810 лет назад
Grouping Objects
Fixing Mistakes
Просмотров 79210 лет назад
Fixing Mistakes
Creating Furniture
Просмотров 1,6 тыс.10 лет назад
Creating Furniture
Construct Room Outline
Просмотров 2 тыс.10 лет назад
Construct Room Outline
Creating Layers in AutoCAD
Просмотров 2,2 тыс.10 лет назад
Creating Layers in AutoCAD
Start AutoCAD Layout
Просмотров 3 тыс.10 лет назад
Start AutoCAD Layout

Комментарии

  • @lehieu665
    @lehieu665 16 дней назад

    thanks it works

  • @sagevince
    @sagevince Месяц назад

    Thanks

  • @kvnptl4400
    @kvnptl4400 2 месяца назад

    Thanks for the video, I have been searching for the same solution. I am wondering how to work with subfolders with multiple files? is it possible? instead of *.cpp can we put something else to consider subfolder cpp files?

    • @michaelhoefer
      @michaelhoefer 2 месяца назад

      I haven't tested this but there are other comments on this video with suggestions for this. For example: "${fileDirname}\\*.cpp",

  • @agustin000
    @agustin000 2 месяца назад

    graciass

  • @gideonocholi130
    @gideonocholi130 3 месяца назад

    Amazing 🔥🔥🔥

  • @ketan8498
    @ketan8498 5 месяцев назад

    Thanks, that very helpful!!!

  • @paulasanzilundain8246
    @paulasanzilundain8246 5 месяцев назад

    THANK YOU

  • @recklessvelociraptor2579
    @recklessvelociraptor2579 5 месяцев назад

    wildcard do not work for some reason, *.cpp do not extend for me it just stays as '*.cpp' and it says there is no such file

    • @Rafael-4ac
      @Rafael-4ac 5 месяцев назад

      It didn't work for me either. To make it work, I added the name of each file. Like this: "args": [ "-fdiagnostics-color=always", "-g", "file1.cpp", "file2.cpp", "file3.cpp", "-o",

    • @recklessvelociraptor2579
      @recklessvelociraptor2579 5 месяцев назад

      It broke with the nevest update of C/C++ extension from microsoft. Roll back to previous version and wildcard works again. It is pain without wildcard. I recommend to disable all updates. @@Rafael-4ac

  • @SALTY85
    @SALTY85 8 месяцев назад

    I cannot like this video enough. I messed around with CMAKE , and all kinds of other videos and this was the one that helped!

  • @summerishere5146
    @summerishere5146 8 месяцев назад

    YES!!!! IT WORKED!!! THANK YOU SO MUCH!

  • @thanhcong1349
    @thanhcong1349 10 месяцев назад

    I extremely thanks to you since I stuck with this concept 3-4 hours and then I can get along with it😊

  • @jzhang8137
    @jzhang8137 11 месяцев назад

    The video is very clear. The solution is neat and simple.

  • @alexrodriguez3089
    @alexrodriguez3089 Год назад

    Thanks

  • @pinielchitare9221
    @pinielchitare9221 Год назад

    For me it doesn't work. I'm on Windows OS

  • @user-wo6jr6jy4p
    @user-wo6jr6jy4p Год назад

    Simplest solution ever...Thanks

  • @julia-sg7bn
    @julia-sg7bn Год назад

    Thank you so much!!

  • @willofirony
    @willofirony Год назад

    I like the way you start the video with what will happen if the viewer stops watching now. Then going on to show the solution. So much better than "show them what you are going to tell them, tell them, show them what you just told them.". Excellent video, thank you.

  • @khaixa_
    @khaixa_ Год назад

    Thanks! I was trying to figure out a solution for hours!

  • @julianacamiolo590
    @julianacamiolo590 Год назад

    Thanks for the video!!!!

  • @note2976
    @note2976 Год назад

    Thank you sooooo very much!!!!

  • @ahmedosama1457
    @ahmedosama1457 Год назад

    I've been searching for 2 days for a solution ....thanks a lot

  • @reshawnlofters
    @reshawnlofters Год назад

    Thank you!

  • @jesusrivera3802
    @jesusrivera3802 Год назад

    thank you

  • @os6348
    @os6348 Год назад

    Thank You For All Your Videos Thank

  • @michaelhoefer
    @michaelhoefer Год назад

    I forgot to show another useful vector function, pop_back. You can call something like my_vec.pop_back() and it will remove the last element from the vector, and reduce the size by 1.

  • @diogofranco1288
    @diogofranco1288 Год назад

    Excelent video but I have a question: when i click on the green box in the bottom left corner saying "WSL: Ubuntu", it doesn't give me the option "Reopen Folder with WSL". Do I need to install something? Thank you.

    • @michaelhoefer
      @michaelhoefer Год назад

      If it already says WSL: Ubuntu next to that icon down there, that means your window is already open in WSL so you can proceed.

  • @aslanserafimov7141
    @aslanserafimov7141 Год назад

    Thx duuuuude

  • @user-ry7ms1kr4d
    @user-ry7ms1kr4d Год назад

    It says that it was built succesfully but then it says "Unable to start debbuging. The value of miDebuugerPath is valid. What should I do? I did exactly what you did on the video.

    • @michaelhoefer
      @michaelhoefer Год назад

      sudo apt-get update && sudo apt-get install gdb

    • @michaelhoefer
      @michaelhoefer Год назад

      try running that command in your terminal to install gdb (the debugger)

    • @user-ry7ms1kr4d
      @user-ry7ms1kr4d Год назад

      @@michaelhoefer thanks a lot, I will try it

  • @vaishanthjv2519
    @vaishanthjv2519 Год назад

    I don't have a launch.json file

    • @michaelhoefer
      @michaelhoefer Год назад

      go to run->start debugging. And just click through, and that will automatically create the launch.json for you. It will fail at first, but it will build you a launch.json that you can edit.

  • @diegomora997
    @diegomora997 Год назад

    thank you man, I'm a noob in vscode and those .json files scared me, you save me.

    • @michaelhoefer
      @michaelhoefer Год назад

      glad to hear this helped. Let me know if there are other videos that would be helpful. Haven't been on here much lately but I'm teaching again so could make some more videos if it's helpful.

  • @ComeHereGreatness
    @ComeHereGreatness 2 года назад

    Absolute genius! Thnak you

  • @rajraikar5176
    @rajraikar5176 2 года назад

    I cannot express how much appreciation I have for this man rn !

  • @mikoajczermak6372
    @mikoajczermak6372 2 года назад

    I signed in to like this video just because of the description. Tysm

  • @HVNI
    @HVNI 2 года назад

    Thank you so much that helped alot ❤️

  • @lpcoral2000
    @lpcoral2000 2 года назад

    Thank you so much 🥹

  • @Best_movie_Dialogues
    @Best_movie_Dialogues 2 года назад

    thanks dude it worked

  • @emugaming4865
    @emugaming4865 2 года назад

    thx man you saved my day !!

  • @proxy8918
    @proxy8918 2 года назад

    YOU FIXED MY PROBLEM. THANK YOU KING!

  • @raghavpatidar819
    @raghavpatidar819 2 года назад

    thanks

  • @VikingNes
    @VikingNes 2 года назад

    Thank's men.

  • @SoMahn
    @SoMahn 2 года назад

    you the real mvp

  • @migofreeman19
    @migofreeman19 2 года назад

    You're great man! Keep it up!

  • @massielalfaro1737
    @massielalfaro1737 2 года назад

    Thanks! You save me!

  • @sarfrajsingh1772
    @sarfrajsingh1772 2 года назад

    mine is still not working

  • @djura6303
    @djura6303 2 года назад

    Unfortunately this method doesn't work on Ubuntu Linux.

  • @santiagocuartas273
    @santiagocuartas273 2 года назад

    Thank you dude!

  • @ayushdubey8745
    @ayushdubey8745 2 года назад

    How to use a single header file with multiple source files? Like we do in Codeblocks? If that's possible...

    • @michaelhoefer
      @michaelhoefer 2 года назад

      Do you mean multiple source files in a single class? You should be able to add a #include to the header in each of the source files. I don't know what codeblocks is.

  • @gabrieleladelfa2220
    @gabrieleladelfa2220 2 года назад

    Thank you!!!

  • @jaimenunez9870
    @jaimenunez9870 2 года назад

    me salvaste la vida

  • @spadezap9728
    @spadezap9728 2 года назад

    Thank you so much, finally found a tutorial that makes sense.