Header file to include to use in built classes for stack, L

I am using g++ on Linux 8. I want to use any ready made class for data structures like stack, Linked list, double link list etc. Are there any ready made classes to usevin my code. If so, which header file are they present.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar05.webp

3 Posts
Location -
Joined 2003-08-02
I am using g++ on Linux 8. I want to use any ready made class for data structures like stack, Linked list, double link list etc. Are there any ready made classes to usevin my code. If so, which header file are they present. Where are the document for these classes?THanks in adv for help.
Warmest Regards,
Krishna Prasad.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
the drivers for video cards are in the xfree package.
if you do not know the video card you have you can look in /proc/pci
anyhow the generic drivers should work try vesa or vga.
edit your /etc/X11/XF86Config-4 so that the driver you need is placed in the device section
as follows.

Code:
Driver "vesa"