Skip to content

implementing and documenting several C++ classes to generate and parse both delimiter-separated-value (DSV) and XML files

Notifications You must be signed in to change notification settings

Nissi-d/Proj2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. https://www.google.com/search?q=DSVWriter.cpp+code&oq=DSVWriter.cpp+code&gs_lcrp=EgZjaHJvbWUyCwgAEEUYChg5GKABMgkIARAhGAoYoAEyCQgCECEYChigATIHCAMQIRiPAjIHCAQQIRiPAtIBBzc1M2owajSoAgCwAgE&sourceid=chrome&ie=UTF-8 - used the following source to gain an understanding of the DSV structure
  2. Used csiflabs.cs.ucdavis.edu.~tyfeng.ecs34.C++.dynamicMemory.html – Page the content is on: 15 to help with SImplementation in Reader and Writer.cpp codes
  3. Used CourseAssist AI to assist with understanding XML parsing concepts
  4. Used CourseAssist AI to assist in how to implement testing code for DSVTest.cpp file
  5. https://www.geeksforgeeks.org/csv-file-management-using-c/ - used to gain an understanding of the DSV file management

About

implementing and documenting several C++ classes to generate and parse both delimiter-separated-value (DSV) and XML files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • Makefile 4.6%