i want some tutorials in File structurte and Data structure... can anybody help me?!!
i'll tell u my case briefly am asked to do an assignment in ma college depending on the 2 courses (File organization & Data structure)
i need to buikl a class that implements linked list and save the value and the index in a file (as the first step in the assignment)

someone will tell me now so what do you want?

well i want just some links to different tutorials that help me building the class FileLinkedList

class Node
{
int iValue;
int iNext;
};

do you have to write your own linked list or can you use ready-made such as <list> ?

Isn't the information about files and lists in your textbook? Did you read your textbook?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.