Emily's Blog

GROW A BIT EVERY DAY

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

Month: March 2021

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
LinuxPosted onMarch 8, 2021March 21, 2021

Use Valgrind to Solve Memory Leak Issues in Linux

When developing programs under Linux, especially server-side programs, it is always in a loop. If it is found that there is no problem when the…

Read More

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