Skip to content

Instantly share code, notes, and snippets.

View jamesdev4you's full-sized avatar
:octocat:
yippieeee

James jamesdev4you

:octocat:
yippieeee
  • Tampa
View GitHub Profile
#include <iostream>
// Only way I could use string as an arbitrary data type.
#include <string>
using namespace std;
// Class made to be passed into my linked lists.
// Uses an OPERATOR! Which was recommended by ChatGPT.
// I read more on the topic in order to build it myself - but without the recommendation
// I couldn't figure out how to place a class into my linked list. This default class is GPT based.