Header file to include to use in built classes for stack, L
This is a discussion about Header file to include to use in built classes for stack, L in the Everything Linux category; 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.
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.
Warmest Regards,
Krishna Prasad.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Aug 13
Aug 13
0
1 minute
Responses to this topic
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:
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"