Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
76345c19
Commit
76345c19
authored
Feb 12, 2021
by
Hung Dang-Quoc
Browse files
Prototype: read csv and save it as vector<vector<string>>
parent
d2462194
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
0 deletions
+38
-0
src/core/dataHandler/WDataSetCSV.cpp
src/core/dataHandler/WDataSetCSV.cpp
+5
-0
src/core/dataHandler/WDataSetCSV.h
src/core/dataHandler/WDataSetCSV.h
+14
-0
src/modules/data/io/WReaderCSV.cpp
src/modules/data/io/WReaderCSV.cpp
+5
-0
src/modules/data/io/WReaderCSV.h
src/modules/data/io/WReaderCSV.h
+14
-0
No files found.
src/core/dataHandler/WDataSetCSV.cpp
0 → 100644
View file @
76345c19
//
// Created by top2021 on 12.02.21.
//
#include "WDataSetCSV.h"
src/core/dataHandler/WDataSetCSV.h
0 → 100644
View file @
76345c19
//
// Created by top2021 on 12.02.21.
//
#ifndef OPENWALNUT_WDATASETCSV_H
#define OPENWALNUT_WDATASETCSV_H
class
WDataSetCSV
{
};
#endif //OPENWALNUT_WDATASETCSV_H
src/modules/data/io/WReaderCSV.cpp
0 → 100644
View file @
76345c19
//
// Created by top2021 on 12.02.21.
//
#include "WReaderCSV.h"
src/modules/data/io/WReaderCSV.h
0 → 100644
View file @
76345c19
//
// Created by top2021 on 12.02.21.
//
#ifndef OPENWALNUT_WREADERCSV_H
#define OPENWALNUT_WREADERCSV_H
class
WReaderCSV
{
};
#endif //OPENWALNUT_WREADERCSV_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment