Shmeowlex
Shmeowlex
  • Видео 82
  • Просмотров 227 368
READING FROM A CSV IN C++ IN 6 MINUTES
In this video you will learn to read structured data from a comma separated value (.csv) file in C++ without using any extra libraries than the string library.
Production: Shmeowlex
Graphics : Shmeowlex
Editing: Shmeowlex
#C++ #Programming #ComputerScience
Просмотров: 971

Видео

HOW TO SET UP A C++ PROGRAMMING ENVIRONMENT ON WINDOWS
Просмотров 8696 месяцев назад
In this video you will learn to install Visual Studio Code, and the Ubuntu WSL on Windows. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
HOW TO SET UP A C++ PROGRAMMING ENVIRONMENT ON MAC
Просмотров 6256 месяцев назад
In this video you will learn to set up a programming environment to write, compile, and run C programs on Apple Macintosh computers. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
LINUX REDIRECTION IN 60 SECONDS
Просмотров 1,9 тыс.8 месяцев назад
In this video you will learn how to use linux redirection to take in input from a file. Command Line Arguments: ruclips.net/video/eBCyVh-vapg/видео.html Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
C++ COMMAND LINE ARGUMENTS IN UNDER 60 SECONDS
Просмотров 9938 месяцев назад
In this video you will learn to use command line arguments in C . Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
The Problem-Analysis-Coding-Execution Cycle
Просмотров 451Год назад
In this video you will learn about how to start at a problem and end with a fully executable program. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Types of Computer Languages
Просмотров 113Год назад
In this video you will learn the differences between machine, assembly, and high-level languages. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Word Processor, Text Editor, and IDE Similarities and Differences
Просмотров 3702 года назад
In this video you will learn the similarities and differences between word processors, text editors, and integrated development environments. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Command Line Interpreter Overview
Просмотров 8902 года назад
In this video you will learn about the Terminal on Mac and Linux and the Command Line/Windows Subsystem for Linux for Windows. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Unix and Windows File System Structures
Просмотров 1782 года назад
In this video you will learn about how Unix and Windows differently structure files and directories. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Overview of Operating Systems
Просмотров 1542 года назад
In this video you will learn about the difference between macOS, Linux, and Windows. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Data Representation: ASCII Table
Просмотров 3402 года назад
In this video you will learn about the ASCII Table and how to use it to convert numbers to decimal then to hex or binary or any other base. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Data Representation: Decimal and Hexadecimal Conversions
Просмотров 852 года назад
In this video you will learn how to convert decimal numbers to hexadecimal (hex) numbers and back. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Data Representation: Decimal and Binary Conversions
Просмотров 1132 года назад
In this video you will learn how to convert decimal numbers to binary numbers and back. Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Data Representation: Decimal Binary and Hexadecimal
Просмотров 1292 года назад
In this video you will learn different bases such as base 10 (decimal), base 2 (binary), and base 16 (hexadecimal). Production: Shmeowlex Graphics : Shmeowlex Editing: Shmeowlex #C #Programming #ComputerScience
Data Representation: Memory Units
Просмотров 1872 года назад
Data Representation: Memory Units
Computer Organization: I/O Devices and the BUS
Просмотров 1122 года назад
Computer Organization: I/O Devices and the BUS
Computer Organization: Memory (Main and Secondary)
Просмотров 1162 года назад
Computer Organization: Memory (Main and Secondary)
Computer Organization: Central Processing Unit
Просмотров 1422 года назад
Computer Organization: Central Processing Unit
Computer Organization: Von Neumann Architecture
Просмотров 3132 года назад
Computer Organization: Von Neumann Architecture
C++ Arrays of Structs
Просмотров 7 тыс.2 года назад
C Arrays of Structs
C++ Structs in Functions
Просмотров 4 тыс.2 года назад
C Structs in Functions
C++ Struct Basics
Просмотров 2,2 тыс.2 года назад
C Struct Basics
C++ 2D Array File I/O
Просмотров 12 тыс.2 года назад
C 2D Array File I/O
C++ Static 2D Array Basics
Просмотров 3 тыс.2 года назад
C Static 2D Array Basics
C++ Parallel Arrays
Просмотров 4,6 тыс.2 года назад
C Parallel Arrays
C++ Arrays and Functions
Просмотров 2,8 тыс.2 года назад
C Arrays and Functions
C++ Static 1D Array File Input
Просмотров 6 тыс.2 года назад
C Static 1D Array File Input
C++ Static 1D Array Basics
Просмотров 3 тыс.2 года назад
C Static 1D Array Basics
C++ Function Overloading
Просмотров 2,2 тыс.2 года назад
C Function Overloading

Комментарии

  • @accelerei7619
    @accelerei7619 6 дней назад

    Omg i love you for this thank you i finally managed to solve my problem of loading a level because of this video 🎉

  • @kendril1yt
    @kendril1yt 7 дней назад

    very clear friend, thank you

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

    thank you, properly cooked

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

    Bro! This video is too good. To the point and so clear. Hats off!! Btw I am new to c++ and I have seen some use of pointers in some other videos, why did you not use them?

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

    This will definitely help in my CS assignment. Much appreciated from Fiji 🇫🇯💯

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

    Thank you so much. My english is bad, but I inderstood work with csv-files. 🙏

  • @timog7358
    @timog7358 4 месяца назад

    great video

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

      Glad you enjoyed it

  • @mr.shredder5430
    @mr.shredder5430 5 месяцев назад

    why are you using return 0 on if statement, i cannot get the logic?

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

      To terminate the program.

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

    Promo SM

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

    very informative and "concept clearing" video, though i'd appreciate if u put ur code in the comments or in the description box

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

      Noted. I will work to do this.

  • @user-hl5jg6qt1u
    @user-hl5jg6qt1u 8 месяцев назад

    Hey, I have a question regarding this topic. I have a folder that contains 50 text files and each file is made up of matrices of the same dimension. Can you tell me how i can run through this folder and open each file and then save these files to variable objects and then save these variable objects in a list?

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

      You would need to open each file one by one and read them into an array of 2d arrays(aka a 3d array). Pointers would be best for it.

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

    Thanks for the tip! Definitely going to use this from now on for assignments.

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

      Glad it was helpful!

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

    idk if this video is satire or not 💀

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

      Just making short videos to help out my students :)

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

    man yr work is really under apprciated right now I assure you will make it one day ..✌

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

    So that's what the "<"is for! Thanks for the explenation

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

    Title: "Linux redirediction" Video: *uses a Mac

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

      are you slow?

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

      Linux redirection can be done on any OS :)

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

    Love the format

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

    nice work

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

      Thank you! Cheers!

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

    Nice. But i dont think you should exit with a return 0. You could return with -1 or EXIT_FAILURE

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

    great tutorial!! keep the fantastic work up!!

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

    Very helpful

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

      Glad to help.

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

    Is there a need to check if the output file exists? Because from what I know, the output file will be created automatically in the project folder if it does not exist

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

      If the path to the file is invalid it will fail (i.e. if you wanted to place your output in an output directory but the output directory was not created yet).

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

      @@shmeowlex Understood, thanks!

  • @1..1..1..1H
    @1..1..1..1H Год назад

    Why does the info get deleted when I run the program again even though I wrote endl at the end? and how do I prevent that from happening?

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

      output files get deleted and recreated every time you open them.

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

    well explained way better then my professor fr

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

    🤩🤩

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

    That was a Great explanation man, thanks. You saved me a lot of time and effort.

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

    Hey bud, I just wanted to say that your videos are incredibly helpful and very specific :) I appreciate them a lot.

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

    I have one question: after making the file, where does it get stored? I am using an arduino R3 and a SD card as my source of storage, how do I move the file to an external drive?

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

      I am not familiar with the arduino platform unfortunately :(

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

    Great explanation ! thank you

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

    I have a question. What if your input and output files are the same? I mean like the results of your input has to be added to the same file?

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

      you would need to read everything in from the file into arrays, then output everything with the appended data.

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

    Thanks it helped alot

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

    thank you!!

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

    Tried this code on Replit for Android and it works. Thanks!

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

    you saved me man

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

    Very helpful. Thank you sir!!

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

    Great explanation sir. 💐🌷🌹🥀🌻🌼

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

    Thanks! It helped me a lot.

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

    Thx for your useful video

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

    shit explaining

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

    What if there are commas after every number? How would that work?

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

      Watch my newest video.

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

    great video!! this was really helpful, thanks

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

    This really helped me!

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

    Great video

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

    hi, thank you for the helpful video. by any chance does this work even if the array has negative numbers? I'm trying to practice with it, but any time my code reaches a negative number it only saves 0 from then on. by any chance do you have any tips for that case?

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

      It should definitely work with negative numbers.

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

    Ive been scouring dozens of confusing videos and I came across your channel and I think you might have just saved my degree. Thank you

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

    super simple code, and highly efficient.

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

    and what if one of those attributes is an array?

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

    what do i do if the file is text, not numbers?

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

      Use the string data type

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

    Actually, we Rarely find someone who has tutorial about iomanip library, so thank you

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

    bro u r amazing