Reading a CSV file into dynamic matrix with C++ and Eigen library (Visual Studio tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 4

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

    Thank you Dr. Cappello it was clear and effective coding.

  • @Discernify
    @Discernify 5 ปีที่แล้ว

    I seem to get the message 'Cannot find or open the PDB file.' for a bunch of .dll files. Then it says:
    The thread 0x1d68 has exited with code 0 (0x0).
    The thread 0x2a74 has exited with code 0 (0x0).
    The thread 0x1e50 has exited with code 0 (0x0).
    The program '[8624] ConsoleApplication1.exe' has exited with code 0 (0x0).
    And I do not see any terminal. Could you help me out with this? What do I do?

  • @rexcars9408
    @rexcars9408 4 ปีที่แล้ว

    Hello, I was trying this and it will not display my matrix. I even went to the google drive link and copied your code, and it still did not work (I had to remove the "stdafx.h" file). It seems the error results under "catch... return -1;" I was wondering if you may be able to offer some help.

    • @rexcars9408
      @rexcars9408 4 ปีที่แล้ว

      For anyone who may eventually come upon this: the file may not be save as a UTF-8 csv. If you are saving from excel, save the file as a regular .csv file, which can be found further down the list of options.