Home| All soft| Last soft| Your Orders| Customers opinion| Helpdesk| Cart

Program Search:


Shopping Cart:




*Note: Minimum order price: €20
We Recommend:

Pluralsight SQLite with Modern CPlusplus €10 buy download

2014
Pluralsight
Kenny Kerr
2h 33m
English

SQLite with Modern C++
Learn everything you need to know to make great use of this incredible little database engine with modern C++.
This course introduces C++ developers to the SQLite database engine, an embeddable and completely self-contained database engine written entirely in C. The benefit for C++ developers is that there is no configuration or distribution headaches. The drawback is that the API is provided in C. This course will show developers how to effectively and efficiently wrap the C API in a modern C++ abstraction that adds no runtime cost but greatly improves reliability and productivity.

FileName Size Length Bit rate Data rate Resolution Frame Rate Parent Folder
01_01-Introduction 2.92 MB 0:01:43 128kbps 107.00 1024x768 14 frames/second 01. Introduction
01_02-Why SQLite 1.70 MB 0:01:29 128kbps 30.00 1024x768 14 frames/second 01. Introduction
01_03-SQLite Architecture 2.08 MB 0:01:27 127kbps 71.00 1024x768 14 frames/second 01. Introduction
01_04-Summary 1.10 MB 0:00:53 129kbps 42.00 1024x768 14 frames/second 01. Introduction
02_01-Introduction 815 KB 0:00:28 131kbps 104.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_02-Downloading the SQLite Amalgamation 8.52 MB 0:03:27 128kbps 215.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_03-Building the SQLite Shell 4.41 MB 0:02:21 128kbps 132.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_04-Creating Your First SQLite Database 6.17 MB 0:03:06 128kbps 147.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_05-Including SQLite in a C Project 4.86 MB 0:02:45 128kbps 116.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_06-First Look at the SQLite API 15.9 MB 0:07:52 128kbps 152.00 1024x768 14 frames/second 02. Getting Started with SQLite
02_07-Summary 2.05 MB 0:01:20 128kbps 84.00 1024x768 14 frames/second 02. Getting Started with SQLite
03_01-Introduction 1.93 MB 0:01:08 124kbps 112.00 1024x768 14 frames/second 03. Mastering SQLite Resources
03_02-Handling Resources 19.7 MB 0:10:20 128kbps 137.00 1024x768 14 frames/second 03. Mastering SQLite Resources
03_03-Modeling SQLite Connection Handles 7.34 MB 0:03:17 128kbps 182.00 1024x768 14 frames/second 03. Mastering SQLite Resources
03_04-Summary 1.07 MB 0:00:46 129kbps 64.00 1024x768 14 frames/second 03. Mastering SQLite Resources
04_01-Introduction 1.23 MB 0:00:43 130kbps 108.00 1024x768 14 frames/second 04. SQLite Connections and Exceptions
04_02-Turning Errors into Exceptions 13.3 MB 0:06:40 128kbps 149.00 1024x768 14 frames/second 04. SQLite Connections and Exceptions
04_03-Modeling Connections 16.6 MB 0:07:59 128kbps 161.00 1024x768 14 frames/second 04. SQLite Connections and Exceptions
04_04-Connections and Encoding 13.9 MB 0:06:21 128kbps 175.00 1024x768 14 frames/second 04. SQLite Connections and Exceptions
04_05-Summary 1.43 MB 0:01:01 127kbps 67.00 1024x768 14 frames/second 04. SQLite Connections and Exceptions
05_01-Introduction 947 KB 0:00:31 131kbps 116.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_02-Handling Statements 7.04 MB 0:03:50 128kbps 126.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_03-Preparing Statements 9.14 MB 0:04:21 128kbps 163.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_04-Executing Statements 4.78 MB 0:02:42 127kbps 117.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_05-Reading Row Values 8.68 MB 0:03:57 128kbps 176.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_06-Rows and Strings 16.5 MB 0:06:34 128kbps 222.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_07-Rangebased Reader 12.1 MB 0:06:04 128kbps 149.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_08-Binding Arguments 26.8 MB 0:11:13 128kbps 204.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_09-Binding Arguments Automatically 10.5 MB 0:04:15 128kbps 216.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_10-Productivity Improvements 14.3 MB 0:05:28 128kbps 237.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
05_11-Summary 1.55 MB 0:01:09 127kbps 59.00 1024x768 14 frames/second 05. Taking Command of SQLite Statements
06_01-Introduction 916 KB 0:00:33 128kbps 96.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_02-Type System 14.4 MB 0:06:53 128kbps 162.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_03-Primary Keys 19.6 MB 0:09:07 128kbps 170.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_04-Transactions 16.1 MB 0:06:33 128kbps 214.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_05-Profiling 4.93 MB 0:02:23 128kbps 158.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_06-Backup 9.68 MB 0:07:58 128kbps 171.00 1024x768 14 frames/second 06. Distinctive SQLite Features
06_08-Summary 1.58 MB 0:01:03 129kbps 79.00 1024x768 14 frames/second 06. Distinctive SQLite Features



Download File Size:325.96 MB


Pluralsight SQLite with Modern CPlusplus
€10
Customers who bought this program also bought:
  • Navicat for SQLite 12.0.23 x32 x64 €15

  • Home| All Programs| Today added Progs| Your Orders| Helpdesk| Shopping cart      





    Autodesk Revit 2023 €140

                 

    Autodesk Product Design Suite Ultimate €252






    Intuit QuickBooks Enterprise Solutions 2021 €40


    Mindjet MindManager 2022 €22


    Chief Architect Premier X13 €50






    FileMaker Pro 19 €50


    Pinnacle Studio Ultimate 25 €25


    CorelDRAW Graphics Suite 2022 €65