Learn how to access a struct defined in another source file in C.
Also find me here:
Baeldung Author
Chizaram Nwachukwu
Software engineer and technical writer, working with Linux, C, Python, Java, and Node technologies. I am an avid reader of thriller books, and a lover of classical music.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Package Management (3)
- Service Management (1)
- Installation (1)
- File Editing (1)
- Building (1)
- Administration (1)
How to Map the Alt Key in Vim and Neovim
Filed under File Editing
Learn how to map the Alt key in Vim and Neovim.
Difference Between apt-get upgrade and apt-get dist-upgrade
Filed under Package Management
Explore the differences between apt-get upgrade and apt-get dist-upgrade.
What Is a Package Repository in Linux?
Filed under Package Management
An introduction to package repositories in Linux.
How to Communicate With USB Modems in Linux
Filed under Administration
Learn how to communicate with USB modems in Linux.
How to Determine the User of a Running Service Using systemctl
Filed under Service Management
In this article, we explore how to use the the systemctl command to show the user of a running service.
Differences Between apt-get install and pip install
Filed under Installation, Package Management
Explore two popular package management tool commands: apt-get install and pip install.
Baeldung on Computer Science
- >All
- Machine Learning (2)
- OS (1)
- Math and Logic (1)
- Deep Learning (1)
- Artificial Intelligence (1)
Introduction to Differential Privacy in Deep Learning Models
Filed under Machine Learning
Learn to make secure machine-learning models using differential privacy and PATE.
How to Create Custom GPT Models
Filed under Deep Learning
Learn how to build custom GPT models tailored to help businesses, researchers, and developers address specific needs.
What Are Brain-Computer Interfaces?
Filed under Artificial Intelligence
Explore the concept of Brain-Computer Interfaces and their applications.
What Is Cognitive Science?
Filed under Math and Logic
An introduction to cognitive science.
Memory Management: Virtual Pages and Page Frames
Filed under OS
A quick and practical guide to virtual pages and page frames.
Machine Learning: Active Learning
Filed under Machine Learning
In certain applications of machine learning, only some instances in the training dataset are labeled. Find out how to overcome this issue with active learning.