Home
Services
Web Development
Mobile App Development
Custom Software Development
SEO & Digital Marketing
Technology Consulting
Technologies
JavaScript
jQuery
ReactJS
Vue.js
Chart.js
Highcharts
ASP.NET
LINQ
SQL Server
VBA
Spring MVC
Flutter
Blog
Hire developers
Get interactive c coding examples
c
📝
Non-blocking keyboard read - C/C++
📝
how to make this function return a string
📝
Segmentation fault error in a program for counting no of occurences of a word in a file using threads
📝
Efficient way to get float array from QByteArray with bigendian format
📝
typedef struct declaration gives back an error
📝
Generating a matrix with malloc and calloc causing confusing behavior
📝
sysmalloc when trying to allocate memory
📝
Trouble using push in stack
📝
analyzing this algorithm (big-o)
📝
memset is setting value incorrectly
📝
Bootloader for STM32F405 Not Jumping to Application
📝
realloc an array of pointers is doing nothing
📝
Read out RGB data from images with C on Raspberry PI
📝
I am writing a small c program which does thread synchronization
📝
Having issues with byte array/capturing a screenshot
📝
Converting code from c to c++
📝
forked process doesn't exit when parent invoke waitpid()
📝
getting python exeception in gdb when "(gdb) step"
📝
Why do I get segmentation fault (semaphore in C)?
📝
Segmentation fault in program that counts digits, lower case letters, and punctuation in user inputted strings
📝
How to read/understand the bpf kernel verifier analysis to debug the error?
📝
Algorithm to check if two unsorted integer arrays have the same elements?
📝
What is the best way to memory allocate
📝
Netcat on remote machine using ssh
📝
C program to find Union and intersection
📝
Reading blank lines in C
📝
implicit declaration of functions?
📝
Programming in C. Data validation and converting characters into integers
📝
Initialise pointer to a char pointer globally
📝
How to have printf %x similar to python
📝
How should i define BigInt when i am trying to implemnet bigints with double linked list?
📝
Difference in commands to create executables from shared library
📝
OpenCL race condition with printf?
📝
A stopwatch in C which captures the current time
📝
The type pointed by pointer at compile time like typeof
📝
Help with Strings in C
📝
Whats the best way to do strlen(const)?
📝
Is there a way to find out if a supplied password matches an actual password for a particular user?
📝
Finding string length without using library function
📝
fflush() does not flush properly
📝
Hello. How can I solve the error code "array subscript is not an integer"? I also have a couple of questions about arrays and switch/case arguments
📝
Is there any API in Linux to get the full language name from the locale?
📝
What kernel modules would be responsible when using files in Linux?
📝
Delete list element from a linked list. Reset list element pointer after the deletion. Code from Steven Skiena book
📝
Read line by line in a txt file, if there is overwrite if there isnt that sentence append to the file
📝
Round to IEEE 754 precision but keep binary format
📝
C program behaves differently in gcc and llvm compiler
📝
Fatal error on makefile, need to understand the problem
📝
Able to Print Expected Results From Uninitialized Array of Pointers to Structures - Confused
📝
Misunderstanding with pointers
📝
Code::Blocks debugger won't start (Inferior 1 exited normally)
📝
Return the array from a struct c language
📝
linux TCP multiclient echo server in c
📝
time() in C language
📝
How to extract function names from a library / binary
📝
Allocated memory address clash
📝
generating random numbers with limits
📝
Variables C macro function
📝
Reading a file and then sorting it into 10 columns
📝
memcpy and string literal. does it check and consider null termination -- C
📝
In C how do I make a structure unaccessible, free() does not work somehow?
📝
Validating Integer Input
📝
read() end line not being found causing code to output weird symbol
📝
I am getting garbage values for this prob in c
📝
bitwise operation left shift in msvc is diffrent from linux gcc?
📝
Memory management errors in the C language. Why are these errors?
📝
C - Create a sockaddr struct
📝
PIC/non-PIC code errors when cross compiling
📝
Creating directory in C, Windows, MinGW (CodeBlocks) code does not create directories
📝
Is subtraction less performant than negation?
📝
Using 2d arrays to store strings in C
📝
How to write a function that would check whether two arrays are horrizontally symmetrical?
📝
How to offload particular thread of a single app to particular Xeon Phi cores?
📝
Getting length of an array
📝
how scanf with character class work without format specifier
📝
Communicating between child and parent processes using pipes
📝
Why does my function in a shared library which uses OpenMP hang when called from a subprocess via swig?
📝
strncmp not matching correctly
📝
How to find number of children of a process in C?
📝
Getting Segmentation fault from printf
📝
malloc.c:3096: sYSMALLOc: Assertion Error using pointers
📝
C - Make variable INT as Char * for strcat
📝
Find prime number with minimum number of loop
📝
behavior while loop in c programming
📝
How to verify if there is some information in the stdin buffer in ANSI C in a portable way?
📝
Why does clang produces wrong results for my c code compiled with -O1 but not with -O0?
📝
Debug Assertion Failed! Invalid Heap Pointer after VS upgrade
📝
C - Wrong read after lseek with define expression
📝
Getting data from a text into an array
📝
Unsigned Short Array to Char Array
📝
Not sure why global variable is not changing
📝
call to pow libm function seems to be getting resolved without linking with the library
📝
I'm running into errors when patching DWM, something about function definition is not allowed here
📝
Reading input from file and store in an array in a particular format in C
📝
Cannot bind socket to network in C
📝
Writing to stdin for homebrew-piping
📝
Decide between htons and htonl
📝
Why should I create a daemon instead of a command line tool?
📝
How to calculate size of a structure in c for pipe reading?
📝
C Grading Program: Not Returning 'C' for Grading Program
📝
Frequency of a word in a string
📝
Return value of scanf()
📝
How do I draw a line using IO ports when making an operating system for x86 systems?
📝
How to coordinate shared memory between 2 processes
📝
How tab and space affect code size in C
📝
How to create two C executable with different -D variable=value using makefile
📝
Processing YUV I420 from framebuffer?
📝
HQ2x Image Upscaling produces corrupt PNGs
📝
C - realloc not reflecting back to main
📝
Print a big integer stored as an unsigned long long array
📝
Program With 2 Inputs from the User to Calculate Prices of Products in C
📝
How to pass float pointer to function which takes double pointer
📝
Runtime formula evaluation
📝
String prints nothing
📝
Simple C random lottery number
📝
Segmentation error that is still unresolved in C(Linux)
📝
Where to free allocated memory by jni NewByteArray
📝
Client and server in C how to keep communication
📝
How can I list MMC partitions in a Linux driver?
📝
x86 assembly read/write to file
📝
Data to the next column skips (C)
📝
Maximum length of lines
📝
Reading and Writing in the same FILE in C
📝
Viewing Memory in GDB Outside of Process Space (mmap)
📝
wscanf(L"%[^\n]") is inputting garbage
📝
One of my functions is accidentally deleting elements from list
📝
Inserting data into linked list within a binary search tree
📝
c memset function puzzle
📝
My char pointer returns weird string
📝
Is this a valid example of call by reference not being true in C?
📝
Generating an array of integers
📝
Turbo c++ debugging issue
📝
C language getchar() and putchar()
📝
Disappearing binary Tree
📝
How to run c code in mpi : cannot connect to local mpd (/tmp/mpd2.console_karim); possible causes?
📝
Correct way to return a matrix from a function
📝
Whit is the stack size on Cygwin/Windows 64bit?
📝
Weird characters when concatenating strings in c
📝
Find the next number divided by 8?
📝
What do I need to put before the ampersand?
📝
Adding Menu bar to QT cvNameWIndow
📝
Import C dll function in python
📝
Achive interleaving multi-thread execution
📝
Displaying date and time in the file name
📝
Why don't I get a "conflicting types" error when function has no arguments?
📝
c grammar LONG (NTAPI name) (type1,type2...);
📝
Can someone help me to explain what is wrong in my c code?
📝
Optarg string compare C
📝
clone(2) with CLONE_FILES leak fcntl locks?
📝
Program crashes when trying to assign value to a dynamically allocated 2D array
x