CS 246
CS 246
  • 8
  • 92 994
Valgrind Assignment Operator
Checking the Node class' assignment operator for memory leaks and memory errors.
มุมมอง: 1 529

วีดีโอ

Valgrind Basics
มุมมอง 6K4 ปีที่แล้ว
Using valgrind to check for memory leaks and other memory errors
Vim Tutorial
มุมมอง 6K5 ปีที่แล้ว
Vim Tutorial
GDB Tutorial
มุมมอง 71K5 ปีที่แล้ว
Tutorial on the GNU Project Debugger given at the University of Waterloo on the 14th of June 2019 by Joshua Rampersad.
Using Windows to connect to linux
มุมมอง 1.2K5 ปีที่แล้ว
There are a number of options available these days. We will look at three options: 1) putty.exe 2) Windows Command Prompt using ssh 3) Enabling the Linux Subsystem and then installing the ubuntu app from Microsoft Store
scp
มุมมอง 2K5 ปีที่แล้ว
How to use the scp command to copy files from a remote location to your local computer.
ssh
มุมมอง 9735 ปีที่แล้ว
How to use ssh on the bash command line shell to connect to the Linux student account.
Git Tutorial
มุมมอง 5K5 ปีที่แล้ว
Git Tutorial

ความคิดเห็น

  • @pawerecaw2446
    @pawerecaw2446 2 วันที่ผ่านมา

    To the person presenting - I enjoyed every bit of this video and listened to it instead of my playlist on spotify. Didn't really watch what was happening but even the little knowledge I did have was enough to follow what is happening. Thank You and I wish You all the best.

  • @Anubis10110
    @Anubis10110 หลายเดือนก่อน

    Thanks for your contribution.

  • @XnndjehdhkNxndjhds
    @XnndjehdhkNxndjhds 2 หลายเดือนก่อน

    Johnson Jose Johnson Charles Perez Daniel

  • @berndeckenfels
    @berndeckenfels 2 หลายเดือนก่อน

    And if you have a segfault or a core dump use „where“

  • @rvft
    @rvft 2 หลายเดือนก่อน

    Ain't no one using debugger for debugging 😈

  • @happygofishing
    @happygofishing 2 หลายเดือนก่อน

    This is a great lesson

  • @bettyswunghole3310
    @bettyswunghole3310 3 หลายเดือนก่อน

    Great lecture! Thank you!

  • @kaankarakoc7680
    @kaankarakoc7680 4 หลายเดือนก่อน

    thanks that was a good presentation

  • @salilphadnis4147
    @salilphadnis4147 4 หลายเดือนก่อน

    Excellent tutorial. Well prepared and delivered. Thank you so much !

  • @여승준-x1q
    @여승준-x1q 5 หลายเดือนก่อน

    I'm a south Korean guy which lives faaaaar from you. Send you my appreciation for this super-handy lecture. what a beautiful lecture!

  • @kaushikjames5623
    @kaushikjames5623 5 หลายเดือนก่อน

    wonderful, life improving video for embedded SW developers !

  • @pranchalgupta2370
    @pranchalgupta2370 5 หลายเดือนก่อน

    such a great teacher i swear! you have no idea how much you helped me with this lecture<3

  • @arcanelore168
    @arcanelore168 8 หลายเดือนก่อน

    Doesn't work with my code. Very dummy context, yours. It enters a member function and doesn't stop.

  • @arwin-j5e
    @arwin-j5e 10 หลายเดือนก่อน

    thanks for giving outstantanding tutorial .

  • @the_yugandharr
    @the_yugandharr 11 หลายเดือนก่อน

    Mahnn beautiful lecture! Amazing teacher!

  • @aryamick
    @aryamick ปีที่แล้ว

    Great tutorial, thanks a lot!

  • @mother_hacker
    @mother_hacker ปีที่แล้ว

    Like, if you were irritated by an unglued piece of paper above the blackboard, like me and wanted to sink through the screen to fix it.

  • @kevinzebb
    @kevinzebb ปีที่แล้ว

    stfu bro, you’re not that important and if i can watch it on TH-cam on my own time where i can have full control of stopping, rewinding, and forwarding the video i will watch it on TH-cam. Smd

  • @kevinzebb
    @kevinzebb ปีที่แล้ว

    This nigga good

  • @warplanner8852
    @warplanner8852 ปีที่แล้ว

    The kid looks like Arlo Guthrie back in the 60s.

  • @12345evgen12345
    @12345evgen12345 ปีที่แล้ว

    VIM is the best editor, thanks for tutor

  • @try3825
    @try3825 ปีที่แล้ว

    high quality content. thank you

  • @geovanyteca3250
    @geovanyteca3250 ปีที่แล้ว

    The dude has the gift of teaching! Thank you very much.

  • @jensmalzer6344
    @jensmalzer6344 ปีที่แล้ว

    i love canadians

  • @Chroncher
    @Chroncher ปีที่แล้ว

    Gosh diggidy darnet, this tutorial was awesome!

  • @nikholaslopez4383
    @nikholaslopez4383 ปีที่แล้ว

    Lovely tutorial! I'm able to insert a breakpoint say at main, but when I run I get an error that the program couldn't insert a breakpoint and can't access the memory location of some address. Anyone else experience this?

  • @adetolasanni007
    @adetolasanni007 ปีที่แล้ว

    Yes, I did find it useful. That was beautiful.

  • @yhbarve
    @yhbarve 2 ปีที่แล้ว

    this was incredibly helpful!

  • @mouneshbadiger1811
    @mouneshbadiger1811 2 ปีที่แล้ว

    Thank you so much sir its very helpful to understand how command works

  • @B-a_s-H
    @B-a_s-H 2 ปีที่แล้ว

    Great lecture!

  • @ghraffydd5275
    @ghraffydd5275 2 ปีที่แล้ว

    A Fortran program with [2772, 7] array worked. The array is read from an external file, it started as a [2000,7] array and has run fine since then. When the Array became [2773,7] the program sig errored. I compiled with -g and fired up GDB. The program runs fine in GDB!

  • @杨毅-p8c
    @杨毅-p8c 2 ปีที่แล้ว

    Thanks for this video, very helpful for me!🤓

  • @xinking2644
    @xinking2644 2 ปีที่แล้ว

    Great video!

  • @patlollasrujan8493
    @patlollasrujan8493 2 ปีที่แล้ว

    Great tutorial , it was really helpul. Great job

  • @Choptec
    @Choptec 2 ปีที่แล้ว

    Great job! That was a pretty good intro to GDB!

  • @abhishek-xv5ow
    @abhishek-xv5ow 2 ปีที่แล้ว

    Loved ur energy :)

  • @wei-lunchiu2366
    @wei-lunchiu2366 2 ปีที่แล้ว

    Thanks for such informative vid on GDB! To recap what I just learned, I listed the timeline and content as follows: 00:00 intro 03:52 compile for GDB 06:23 run 07:24 break 10:00 next 10:46 list 12:06 print 15:14 quit 19:18 up/down 21:44 display/undisplay 26:30 backtrace 29:55 step 31:57 continue 34:40 finish 40:16 watch 43:40 info/delete 47:15 whatis 49:43 target record-full/reverse

  • @yiansu5071
    @yiansu5071 2 ปีที่แล้ว

    This is surely the most helpful guide I found on gdb. Thanks for making this video!

  • @mohitrimza4613
    @mohitrimza4613 2 ปีที่แล้ว

    crystal clear concepts... very nicely and neatly elaborated...

  • @oldlonecoder5843
    @oldlonecoder5843 2 ปีที่แล้ว

    This young guy is an asperger. Tout much passion and details for clearness and for all of our joy and comprehension. Amazing!

  • @krishnabugudi2512
    @krishnabugudi2512 2 ปีที่แล้ว

    Big fan brother. You saved me❤️

  • @shaiksoofi3741
    @shaiksoofi3741 2 ปีที่แล้ว

    Thank you

  • @jackyyeh8763
    @jackyyeh8763 2 ปีที่แล้ว

    Clear explanation. Help me a lot. Thanks!

  • @moizshakruwala8994
    @moizshakruwala8994 3 ปีที่แล้ว

    55 mins well spent

  • @akhileshpatil7500
    @akhileshpatil7500 3 ปีที่แล้ว

    very nice explanation

  • @PPunyacharan
    @PPunyacharan 3 ปีที่แล้ว

    Very very helpful. Thanks for the tutor and thanks for putting it out here.

  • @Adityarksht64
    @Adityarksht64 3 ปีที่แล้ว

    The energy was phenomenal. This guy has put his soul in this tutorial. Loved it. His teaching skills are natural.

  • @garyhe7544
    @garyhe7544 3 ปีที่แล้ว

    It is very clear

  • @Youngduck93
    @Youngduck93 3 ปีที่แล้ว

    Thank you so much the quality content! I'm a caveman debugger who is trying to get familiar with GDB :)

  • @jackikoch837
    @jackikoch837 3 ปีที่แล้ว

    That was extremely helpful, thank you!