Sponsored Content
Special Forums Cybersecurity CompTIA Security+ book for beginner? Post 302938328 by cetu on Saturday 14th of March 2015 12:33:29 PM
Old 03-14-2015
thanks fpmurphy,
i think CompTIA Network+ Certification All-in-One Exam Guide, Meyers 5th Ed. [N10-005] is the best,
what about CEH?
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix beginner book help

Due to my new job I need to learn Unix to advance in the company and I am mainly a windows and mac user. What is a good book to get me started on the right path and hopefully prevent me from wasting money on several books and weeks of reading. Any response is welcomed thanks in advance. (3 Replies)
Discussion started by: windowsux
3 Replies

2. UNIX for Dummies Questions & Answers

UNIX Beginner's Book

I am a beginner and have recently started to study unix. I checked some of the posts on this forum just to check if a new member like me can easily be guided and found it very interesting. This seems like a great place where i can get answer to my doubts and questions. I checked the thread for... (1 Reply)
Discussion started by: kaal
1 Replies

3. IP Networking

CompTIA Network+ book for beginner?

please i want a name of a CompTIA Network+ book for beginner? (1 Reply)
Discussion started by: cetu
1 Replies
DtMmdbBookGetLongTitle(library call)									      DtMmdbBookGetLongTitle(library call)

NAME
DtMmdbBookGetLongTitle -- obtains the long title of a book SYNOPSIS
#include <DtMmdb.h> const char* DtMmdbBookGetLongTitle( DtMmdbInfoRequest* request, unsigned int* length); DESCRIPTION
The DtMmdbBookGetLongTitle function returns the long title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. ARGUMENTS
request Specifies the bookcase in the bookcase descriptor field, as well as a valid value in the primary_oid, the secondary_oid, or the sequence_num field. The primary_oid represents the DtInfo Database object identifier of the TOC section; the secondary_oid rep- resents the object identifier of the book itself; and the sequence_num represents the sequence number of the book within the bookcase (0 based). If more than one of these fields have a valid value, the order of precedence is: primary_oid, secondary_oid, and, last, sequence_num. length Specifies the variable to receive the length of the returned long title, if the returned pointer to the title is not NULL. RETURN VALUE
If DtMmdbBookGetLongTitle completes successfully, it returns a pointer to the book's long title. If it fails, it returns a NULL pointer. EXAMPLE
None. SEE ALSO
DtMmdbBookGetShortTitle(3) DtMmdbBookGetLongTitle(library call)
All times are GMT -4. The time now is 01:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy