How To Code A StopWatch In C# | Programming Tutorials For Beginners

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • Hey Everyone!
    In today's video, we discuss coding a stopwatch in C#. You will learn how to start, stop, and reset a clock that is super useful in everyday life! Enjoy :)
    Thanks for watching! :)
    This project is available on GitHub at
    --------------------------------------------------------------------------------------
    github.com/ShaunHalverson/C-S...
    Add Me On Discord!
    --------------------------------------------------------------------------------------
    Username: Shaun(Hashtag)5626
    Want to see more?
    --------------------------------------------------------------------------------------
    / @shaunhalverson
    Legal Disclaimer
    --------------------------------------------------------------------------------------
    Assets in the thumbnail & video were provided by artists on
    www.canva.com
    The art used in this video is from Canva and is used solely for the purpose of enhancing or demonstrating these coding tutorials. I do not claim ownership or credit for any of the art shown in this video. I am a paid member of Canva Pro and have the rights to use the art in this video as outlined in my membership agreement. If you have any questions about the use of the art in this video, please contact me.
    Video Tags
    --------------------------------------------------------------------------------------
    Software Engineering / Programming for beginners / variables types / computer science / compsci / coding for beginners / learn how to program / learn how to code / C# variables / python for beginners / coding tutorial / programming tutorial
    #programming #tutorial #learntocode

Komentáře • 4

  • @somethicktree6828
    @somethicktree6828 Před rokem +2

    Not to sure at first glance how to keep the current time going but what came to mind is make an if statement in the start function. If stop button is enabled then continue on with current time or something like that. Or you could use a some type of loop like, while stop is enabled keep timer at current time but for these two options i would maybe have to use a bool?. I feel like theres a thousand ways to go about this but could I ask or some guidance so I can figure this by moi self

  • @user-pd4er5ds2w
    @user-pd4er5ds2w Před 4 měsíci

    tankue you have a good video for learner

  • @Abdulla_tech
    @Abdulla_tech Před rokem

    Severity Code Description Project File Line Suppression State
    Error CS1061 'object' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

  • @terrencedunn1110
    @terrencedunn1110 Před 11 měsíci

    i have no clue how to save the current time in a variable or something to be continued from. please help or point me in the right direction. i feel as if i am missing a crucial part of it.