Emily's Blog

GROW A BIT EVERY DAY

Skip to content
Menu
  • Home
  • About
  • Topic Learning
  • Project

Author: Emily

C/C++Posted onApril 12, 2021April 11, 2021

Differences between float, double and long double in C/C++

This article will introduce the differences between float, double and long double in C/C++. There are three parts in this artcile, including definition of float,…

Read More
C/C++Posted onApril 8, 2021April 7, 2021

Four Ways to Loop Over A Vector

The article will give the code about four ways to loop over a Vector. In the meantime, I also calculate the time for looping over…

Read More
LinuxPosted onApril 6, 2021April 6, 2021

Build Windows 10 Kernel Driver Development Environment

This article introduces you how to build Windows 10 kernel driver development Environment, install drivers and build debug environment. Below are the softwares for building…

Read More
DatabasePosted onApril 1, 2021March 28, 2021

SQLite-How to Insert Multiple Rows At a Time In C

Previous Preparation I ran the below code in Vistual studio 2017. If you don’t know how to use SQLite in Vistual studio. You can visit my…

Read More
DatabasePosted onMarch 29, 2021April 11, 2021

How to Use SQLite in Visual Studio 2017

Step 1: Install VS2017 I assume you know how to install visual studio 2017. so I ingore this step here. Step 2: Download SQLite component…

Read More
LinuxPosted onMarch 25, 2021March 21, 2021

An Exampel to Understand C Program Memory Allocation

Memory Allocation of a C Program Historically, a C program has the following parts: Text segment. Initialized data segment. Uninitialized data segment. Stack Heap Below…

Read More
C/C++Posted onMarch 22, 2021March 21, 2021

Usage of fopen modes r, r+, w, w+, a and a+

Background I did the following operations, but got an unexpected result. Use fopen function to open a file. Use fprintf function to write two integers…

Read More
C/C++Posted onMarch 18, 2021March 21, 2021

[APUE]Synchronization between parent and child processes is achieved using signals

Question: Write a program to test the five functions mentioned in APUE(TELL_WAIT, TELL_CHILD, TELL_PARENT, WAIT_PARENT, WAIT_CHILD). This process to create a file, write an integer…

Read More
C/C++Posted onMarch 15, 2021March 21, 2021

An Article to Introduce Detailed Printf Usage

Background: One day, I wanted to print an unsigned char itself in the printf function in my code, but I didn’t know what is the…

Read More
C/C++Posted onMarch 11, 2021March 21, 2021

[Solved]Sqlite error: SQLITE_BUSY and SQLITE_LOCKED

Background My program has been writing to the SQLite database, which is fine. But when another program (another process) reads, after a period of time,…

Read More

Posts navigation

Page 1 Page 2 … Page 6 Next Page

Follow Me

Recent Posts

  • Differences between float, double and long double in C/C++
  • Four Ways to Loop Over A Vector
  • Build Windows 10 Kernel Driver Development Environment
  • SQLite-How to Insert Multiple Rows At a Time In C
  • How to Use SQLite in Visual Studio 2017

Categories

  • C/C++ (12)
  • Database (3)
  • Linux (14)
  • Network (5)
  • Python (4)
  • Topic Learning (1)
  • Tutorials (17)

Archives

  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • August 2020
  • July 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019

Recent Comments

  • latest technology. news on pl2303 ttyUSB2: pl2303_set_control_lines – failed: -19
  • software review on How to Build Your Website and Start a Blog only in 6 Steps
  • Best software on A summary of the transition between CString, char *, char [], string, int, double
  • Solmax Global Login on An unusual case of typedef
  • Buy Weed Online on How to Understand “extern” Keyword in C (example)
Get new posts by email
© Copyright 2021 – Emily's Blog
Allium Theme by TemplateLens ⋅ Powered by WordPress