Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.
- I'm trying to create a linked list in C and the codes look like this:
#include "stdio.h"
#include <stdlib.h>
#include <string>
using namespace std;
struct dir_list
{
int level;
string dir_name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.