Recent posts tagged c

Description for Tag: "c"

C is a general-purpose, procedural programming language used for system software and embedded programming.
Greg Elfrink 3 days in Articles 8 min read
Preciseness is crucial in programming, particularly when working with numerical quantities. It's common to need to round a double to a certain number of decimal places in a variety of fields, from scientific calculation to banking. We will look into ...
Elena Peterson 3 days in Articles 9 min read
Errors are frequently encountered in software development, and recognizing them is essential for debugging and developing one's coding abilities. Especially in Visual Studio or other comparable IDEs, one such problem that developers frequently run ac...
Muhammed Shafin P 4 days in Articles 5 min read
TL;DR >This post explores potential use cases for a hybrid Python/C async-native engine using GIL and Non-GIL threads with a Shared Memory Bus Introduction Following my previous post about the Hybrid Async-Native Engine design concepthttps://dev.t...
Danny Jay Nov 23, 2025 in Articles 7 min read
To "generate random numbers from 1 to 6 in C++": Use the C++ built-in library stdlib.h in the header. Use the rand function to generate random numbers. Use the srand function to generate a different number at each execution. Use the time.h library i...
Kevin Ryker Nov 23, 2025 in Articles 6 min read
Introduction : If you are a newbie to C or C++ and are working with a math library, then you might get this error  Undefined reference to sqrt' . This error indicates that the compiler or linker couldn't find the definition for the sqrt function, wh...
Peter Jones Nov 23, 2025 in Articles 7 min read
Introduction : In this tutorial, we will learn how to write a program to calculate the sum of the series 1^1+2^2+3^3... in three popular programming languages: Python, Java, and C. This series is a mathematical sequence where each term is the numbe...
Posted in Open Source group
Vaishnav-sabari-girish Oct 31, 2025 in Articles 1 min read
Hi devs, Ever thought that writing CMake at 3am was tedious, you might have read about a project creating script in my previous bloghttps://coderlegion.com/6867/project-creation-script-for-multiple-languages. That script was for not just C, it was ...
Posted in C/C++ Community group
James Dayal Sep 25, 2025 in Articles 1 min read
Hello World! Welcome to the C/C++ Group! We’re excited to have you here! This is a space where you can share, learn, and connect with other developers who love C/C++. Start by saying hi! Introduce yourself in the comments below—tell us your name...
GnomeMan4201 Aug 1, 2025 in Tutorials 2 min read
> Disclaimer: This is a technical write-up intended for experienced users. All actions were performed on a non-rooted Android device using Termux + Proot Ubuntu. 1. Environment: Preparing the Battlefield Device: Motorola Edge 2024ARM64 Packages: ...
AkshuDev Jul 10, 2025 in Articles 2 min read
I'm 14 and Built a Python Hardware Interface Toolkit Yes, It Works Hi, I’m AkshuDev Can't disclose my name — I’m 14 years old, and over the last 5 months, I built a full hardware interface, OS toolkit, and virtual BIOS in pure Python. No C. Unles...
Aditya Pratap Bhuyan Jun 22, 2025 in Articles 7 min read
The Evolution of Programming: From Assembly to C The history of programming is marked by significant milestones, one of which is the transition from assembly language to C. This shift revolutionized the way programmers wrote code, enabling them to ...
post-cover-3394
anonymous Jan 14, 2025 in Articles 3 min read
In the vast landscape of programming languages, where each claims to solve unique problems, Zig has emerged as a rising star in the systems programming domain. Created by Andrew Kelley in 2016, Zig is a general-purpose programming language that empha...
post-cover-811
shaker Sep 8, 2023 in Articles 8 min read
The "Munmapchunk: Invalid Pointer" error typically appears during the runtime of a program while executing it. It arises when a program tries to free a particular memory portion that has either never been allocated or has already been freed. To resol...
post-cover-12
James Dayal Aug 21, 2023 in Articles 5 min read
Programming can be both rewarding and challenging. You work hard on your code, and just when it seems to be functioning perfectly, an error message pops up on your screen, leaving you frustrated and clueless about what went wrong. One common error th...
To see more, click for the full list of posts or popular tags.
chevron_left

Active Discussions

New

Vardan
Leandro Junior Alves dos Santos
elsieraine_x

Featured

Methodox
Steve Fenton
Trent Polack