10 Minutes with me
10 Minutes with me
  • 71
  • 121 763
Building Ultimate Gaming PC With RTX 12 GB VRAM Graphic Card & i5 12th gen || Ray Tracing Enable 😯🔥🔥
In this video, we're building the ultimate gaming PC designed for top-tier performance in both 4K video editing and 2K gaming on full ultra settings.
Join me as I walk you through each step of assembling this powerhouse machine, featuring some of the best components available today. We'll start with the heart of our system, the Intel i5 12400F processor, known for its impressive speed and efficiency, perfect for handling heavy multitasking and demanding applications.
Next, we'll install the RTX 3060 graphics card, a beast when it comes to delivering stunning visuals and smooth gameplay. This GPU is a game-changer for anyone looking to play the latest titles at ultra settings, ensuring you get the most immersive and visually striking gaming experience possible.
We'll also be adding 32 GB of RAM, ensuring that our PC can easily handle intensive tasks like 4K video editing and resource-heavy games without breaking a sweat. With this much memory, your system will be future-proofed and ready for anything you throw at it.
Throughout the video, I'll provide detailed explanations and tips to help you build your own high-performance gaming PC. From unboxing and assembling the components to installing the operating system and testing our build, you'll get a comprehensive guide to creating a machine that excels in both productivity and entertainment.
By the end of this tutorial, you'll have a gaming PC that's not only capable of running all modern games at ultra settings in 2K resolution but also powerful enough for 4K video editing. Perfect for gamers, content creators, and anyone who demands the best from their PC.
Don't forget to like, subscribe, and hit the bell icon to stay updated with more tech tutorials and PC building guides on 10 Minutes with Me!
#GamingPC, #PCBuild, #RTX3060, #i512400F, #32GBRAM, #4KEditing, #2KGaming, #UltraSettings, #PCBuildingGuide, #GamingSetup, #TechTutorial, #HighPerformancePC, #GamingRig, #PCMasterRace, #BuildAPC, #GamingPCBuild, #PCComponents, #Gamer, #ContentCreation, #TechReview
Переглядів: 1 426

Відео

Do-While Loop, Looping Decision Making Statement in C Language || C Programming Tutorial #12
Переглядів 55 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we focus on the do-while loop, an important control flow statement in C programming. We'll begin by introducing the basic concept of loops and why they are crucial for efficient programming. The do-while loop is a variant of the while loop but with a key difference: it guarantees that the loop body will exec...
While Loop, Looping Decision Making Statement In C Language || C Programming Tutorial #11
Переглядів 506 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we'll delve into the concept of loops, focusing specifically on the while loop. Loops are essential in programming as they allow us to execute a block of code repeatedly based on a certain condition. We'll begin by introducing the concept of loops and why they are important in programming. Then, we'll explai...
Switch Case Statement Decision, Flow Control Statement in C Language || C Programming Tutorial #10
Переглядів 47 місяців тому
In this comprehensive tutorial, a part of our beginner-to-intermediate C language course, we dive into the intricacies of the switch case statement. The switch case statement is a powerful tool in C programming used to execute different blocks of code based on the value of a given expression. We begin by explaining the syntax of the switch case statement and its purpose in programming. Unlike i...
How to make a calculator in C Language || First Project || C Programming Tutorial #9
Переглядів 207 місяців тому
In this tutorial, part of our C language course for beginners to intermediate learners, we'll explore how to create a Command Line Interface (CLI) calculator using C. We'll start by understanding the basic structure of a C program and then move on to implement the various functionalities of a calculator, such as addition, subtraction, multiplication, and division. Through clear explanations and...
Else-If ladder & Nested If Decision Making Flow Control statement in C || C Programming Tutorial #8
Переглядів 207 місяців тому
In this comprehensive tutorial on Else-If ladder and nested If statements in the C programming language, "10 Minutes with Me" delves into the intricacies of multi-condition decision-making. The video starts by explaining the syntax and purpose of Else-If ladder, showing how it allows for evaluating multiple conditions sequentially. Through clear explanations and practical examples, viewers will...
If-Else Flow control statement in C Language || C Programming Tutorial #7
Переглядів 427 місяців тому
In this detailed tutorial on If-Else flow control statements in the C programming language, "10 Minutes with Me" explores the fundamentals of decision-making in programming. The video begins by explaining the basic syntax of the If-Else statement and its purpose in controlling the flow of a program. Through clear explanations and practical examples, viewers will learn how to use If-Else stateme...
Operators in C programming Language || C Programming Tutorial #6
Переглядів 597 місяців тому
In this detailed tutorial on "C Programming Operators," 10 Minutes with Me explores the various types of operators in C programming, including arithmetic, relational, logical, bitwise, assignment, and more. Through clear explanations and practical examples, you'll learn how to use each type of operator effectively in your programs. From basic operations to more complex tasks, this video provide...
How to get inputs in C programs by user || Getting Input by scanf || C Programming Tutorial #5
Переглядів 31Рік тому
Title: "C Programming Tutorial #5: Taking User Inputs with scanf() Function" Description: Welcome back to our C Programming Tutorial series! In this fifth installment, we're diving into a fundamental topic - how to take inputs from users using the scanf() function. In the world of programming, interaction with users is key, and scanf() is a powerful tool that allows you to do just that. In this...
Beginner's Journey into HTML: Exploring Heading, Image, and Anchor Tags
Переглядів 26Рік тому
Title: HTML Basics: Learn and Understand HTML Tags - Heading, Image, Anchor, and More Description: Welcome to my UA-cam video where I will guide you through the fundamentals of HTML! In this comprehensive tutorial, we will dive into the basics of HTML and explore essential HTML tags that form the building blocks of web development. HTML (Hypertext Markup Language) is the backbone of web pages, ...
Character Sets and Data Types in C Language || Simple Explanation || C Programming Course Video #4
Переглядів 45Рік тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, we will explore the world of character sets and data types in the C programming language. Starting with the basics, we will look at the different types of character sets, including ASCII ...
Basic structure of C program and how its work explanation | C Programming Course Video #3
Переглядів 532 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will explain you the basic structure of a basic C Program. This video is the part of our free video course playlist of C programming that you can easily access form our channel or with ...
How to install VS code and C Compiler | IDE for C Programming | C Programming Course Video #2
Переглядів 832 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will show you how to download and install C Compiler and VS code (Code Editor) for C Programming. This video is the part of our free video course playlist of C programming that you can ...
What is programming? | Introduction to C language | C Programming language course video #1 | #coding
Переглядів 902 роки тому
#programming #coding #cprogramming #clanguage #clanguageintroduction #clanguageinhindi #clanguageprogramming #freecourses Hey friends, welcome back to another brand new video 10 Minutes With Me. In this video, I will introduce you to programming and C language and this video is the part of our free video course playlist of C programming that you can easily access form our channel or with link g...
C Program to Convert Decimal Numbers to Octal Number || Conversion Application
Переглядів 252 роки тому
Hi, Friends In this video, I will show you how to make a C program to convert Decimal Numbers to Octal numbers. In this video, we will make a conversion application to convert Decimal Numbers to Octal Numbers. C Practice Programs Playlist Link: ua-cam.com/play/PL-S-xGkwu8ow4AsHODcSoa_WEFUISAUx8.html Source Code: www.mediafire.com/file/vlc16l1o5eavnty/DecimalToOctal.c/file Watch the full video t...
Coding With Mobile | Best Apps for Coding | How to Learn Coding in Mobile | Mobile Se Coding
Переглядів 902 роки тому
Coding With Mobile | Best Apps for Coding | How to Learn Coding in Mobile | Mobile Se Coding
Java Program to convert Decimal Numbers to Binary Numbers || Conversion Application
Переглядів 1202 роки тому
Java Program to convert Decimal Numbers to Binary Numbers || Conversion Application
How to make an Encryption System in Java | Morse code Encryption | Simple Method to Encrypt Data.
Переглядів 1262 роки тому
How to make an Encryption System in Java | Morse code Encryption | Simple Method to Encrypt Data.
How to install Ubuntu Linux on your pc in very easy way.
Переглядів 993 роки тому
How to install Ubuntu Linux on your pc in very easy way.
How to make a HCF or GCD Calculator in Java.
Переглядів 373 роки тому
How to make a HCF or GCD Calculator in Java.
How to make a simple Login UI in Java Swing in very easy Way.
Переглядів 383 роки тому
How to make a simple Login UI in Java Swing in very easy Way.
How to make a program in java to convert Kilograms(kg) to Pounds(lb).
Переглядів 5893 роки тому
How to make a program in java to convert Kilograms(kg) to Pounds(lb).
C Program to Convert Kilogram to Pound in very easy way.
Переглядів 4443 роки тому
C Program to Convert Kilogram to Pound in very easy way.
How to make C Program to Convert Temperature Celsius into Fahrenheit and Kelvin.
Переглядів 4803 роки тому
How to make C Program to Convert Temperature Celsius into Fahrenheit and Kelvin.
How to make a Java Program to covert temperature in Celsius to Fahrenheit and Kelvin.
Переглядів 1,3 тис.3 роки тому
How to make a Java Program to covert temperature in Celsius to Fahrenheit and Kelvin.
How to make a program in Java to convert lowercase sentences or words into uppercase or capital.
Переглядів 173 роки тому
How to make a program in Java to convert lowercase sentences or words into uppercase or capital.
How to create Windows 11 using HTML, CSS, and JavaScript. | | I Created Windows 11 UI.
Переглядів 4 тис.3 роки тому
How to create Windows 11 using HTML, CSS, and JavaScript. | | I Created Windows 11 UI.
Hello World Code Comparison between Java, C, Python, HTML, and JavaScript.
Переглядів 373 роки тому
Hello World Code Comparison between Java, C, Python, HTML, and JavaScript.
How to make a Calculator in Java (CLI)
Переглядів 483 роки тому
How to make a Calculator in Java (CLI)
Java program to find and count all total vowels in a sentence or word.
Переглядів 353 роки тому
Java program to find and count all total vowels in a sentence or word.

КОМЕНТАРІ

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

    DLSS on hai?

  • @animerax-07
    @animerax-07 3 місяці тому

    Total price of this build

  • @justarandomguy_817
    @justarandomguy_817 3 місяці тому

    bhai total cost ka padi pc ki

  • @faizgaming6830
    @faizgaming6830 3 місяці тому

    Gaming keliye monitor ka resolution bhi jarori hota ha

    • @10Minuteswithme
      @10Minuteswithme 3 місяці тому

      You are right bro but I am not a professional gamer

  • @faizgaming6830
    @faizgaming6830 3 місяці тому

    Bro monitor Konsa ha apne pass❤

  • @pritam0
    @pritam0 3 місяці тому

    mana rtx 4060 kiu la liya sirf 8 gb v ram hai itna dukh ho raha hai

    • @10Minuteswithme
      @10Minuteswithme 3 місяці тому

      Vo bhi sahi hai us mai VRAM kam hai but performance 3060 se slightly better hai 😅

  • @pritam0
    @pritam0 3 місяці тому

    bhaiya rgb kuch jyada nahi ho gaya

  • @harshgurjar94
    @harshgurjar94 3 місяці тому

    bhai kuch gift krdo ek graphic card gtx730 please

    • @10Minuteswithme
      @10Minuteswithme 3 місяці тому

      Bhai support dikhao 10k subs par give away karunga ek gaming PC ka 😅

    • @harshgurjar94
      @harshgurjar94 3 місяці тому

      @@10Minuteswithme ok

  • @yash_thakur_chauhan
    @yash_thakur_chauhan 3 місяці тому

    Bro can now time travel

  • @yash_thakur_chauhan
    @yash_thakur_chauhan 3 місяці тому

    Op 💀✊

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

    Muyy artesanal y creativo feliciyaciones❤

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

    Hu sir ye aapne sahi bola confusion hojata kyo ki Mai python ki hu ab c programming padrahi hu

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

    Aaj ka video nhi hai

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

    Question prectice karvayiyega sir

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

      ok next video question practice banaunga 😊

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

    hello sir thaks for the guidance. will undo redo function work on this notepad.

  • @normalsaad3.036
    @normalsaad3.036 Рік тому

    Hlo bro opp thing please voice chatbot btaoo

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

    😊 🇮🇳 જય શ્રી કૃષ્ણ 💐👌👌🌳🌳🌳🐿️🦚🌳🐿️🐦🐦🐦🐿️🦚🐿️🐦🐿️🐦🐿️🦚🌳🐿️🦚🐿️🐦🐿️🦚🌳🐿️🦚🌳🌳🌳🌳🌳🌳🌳

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

    Hlo chitransh

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

    my computer is saying it may be harmful ??????

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

    I didn't get this part stand(time()); num=rand(); What does this fun do

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

      This function gives you random numbers thats why it is rand()

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

      @@Abon963 🙏 thankyou

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

      @@hemaxpatel wellcome

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

    ρɾσɱσʂɱ

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

    Tum chutiya hoo chat bot ha ha ha !

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

    Ladki se bura kata bhai tune to

    • @10Minuteswithme
      @10Minuteswithme 2 роки тому

      bhai C mai to yahi milega abb real mai Jarvis to bana nahi dunga

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

      Bhai ye bot nahi ye to script hi ho gayi Matlb tumhe wahi response dalna padega jo saved hain To artificial intelligence kahan se hua ?? ML seekho aur use karna sikho

    • @10Minuteswithme
      @10Minuteswithme 2 роки тому

      thik hai bhai tumari baat sahi hai ye ek AI nahi hai par only C language ka use kar ke AI algorithm base chat bot nearly impossible hai. mere liye to hai. Par haan agar ho sakega to kabhi aaange ja ke mai AI or ML sheekhta hun to us par video jarur daalunga.

  • @Shivangi.0419
    @Shivangi.0419 2 роки тому

    🙂👍

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

    And congratulations 🎉🎉🎉 5k views ✌️✌️

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

    Channel hit brooo ✌️💞💞

  • @AK-Singh
    @AK-Singh 2 роки тому

    Mere 3k hone wale hai

  • @AK-Singh
    @AK-Singh 2 роки тому

    Mai abhishek hu bro

  • @AK-Singh
    @AK-Singh 2 роки тому

    Bro only 500 subscriber hai apke chitransh

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

    Bhai ap rukna mat ap bohot age jane bale ho ok 👍

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

    superb

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

    Nice .....keep it up

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

    I am impressed and confused. Came here looking for instructional video...yet I dont think this presenter is speaking in English, so where is the code...

    • @10Minuteswithme
      @10Minuteswithme 2 роки тому

      This tutorial language is hindi and you want code so , I will provide code in description.

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

      Thank you

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

      @@10Minuteswithme I do appreciate it but there was no code there...thanks anyway

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

    Good job

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

    keep it up.....

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

    Nice 👍😊

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

    Sir Aapka letest program project Nahi aaya

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

    windows 8 in 2021 year

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

    Mene kr diya bro video ko subscribe 🤣🤣🤣

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

    Bro can u provide me the source code...of this particular program

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

    This code is not running ...

    • @10Minuteswithme
      @10Minuteswithme 2 роки тому

      check your program once again and match with my video

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

    um why would you want to? Like just why? Windows is a dying OS

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

      windows is the best. don't say anything about windows.

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

      @@cowcode yup 😊 windows is the best, especially xp , 7, 10 and 11

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

      @@techybuzzog yes you are right, I also Windows 10

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

    Definitely awesome

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

    Achaa to Chitransh tumhare system specs kya h

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

    Okey good 😑😑

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

    Mast bhai

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

    Superb

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

    Super bro

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

    Nice bro keep it up

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

    Are ye to karna aaasan h voice commands and voice reply wala bnao c language me hi