Search code examples
Program [X] has triggered a breakpoint, free Heap block [A] modified at [B] after it was freed...


cvisual-studioexceptionheap-memoryc89

Read More
Modulo (%) in C returning undefined result compared to the same function in Python?...


cencryptioncryptographyc89modulo

Read More
Do I have to populate tm_gmtoff and tm_zone? and, Which function shall I use mktime or gmtime to get...


cdatetimetimetimezonec89

Read More
Is the GCC option -Wdeclaration-after-statement purely stylistic?...


cgccc89

Read More
Is there any reason to use C instead of C++ for embedded development?...


c++cembeddedc89

Read More
Using snprintf with C90...


cheader-filesc99stdioc89

Read More
calling scanf inside do while loop is breaking the loop...


cwhile-loopscanfc89

Read More
Is there any benefit to declaring the counter outside of the for loop body in C99?...


cfor-loopc99c89

Read More
Enabling VLAs (variable length arrays) in MS Visual C++?...


cvisual-c++c99c89variable-length-array

Read More
realloc(): invalid next size with array lists and the "struct hack"...


c89

Read More
What are the definitions for valid and invalid pp-tokens?...


c++cc-preprocessorc89

Read More
C - printing row and column...


cc89

Read More
K&R Exercise 1.16 - Limitation on line length...


ckernighan-and-ritchiec89

Read More
Rules of main() function when running at non-startup are the same as at startup?...


cstandardsc99c11c89

Read More
C Function returning pointer and a dynamic array...


carraysfunctionpointersc89

Read More
C float literal translation...


cgccfloating-pointc89

Read More
Is a ISO C90 compiler needed for install gcc...


gcccompiler-constructionisoc89

Read More
How do I find the highest pair(two dices) among n amount of dice. c code...


cc89

Read More
strtoull() Availbility in C89...


cgccc99c89strtoull

Read More
Working of the operators ++ followed by -> in the below example...


coperatorsstandardsc99c89

Read More
What's the difference between "int" and "int_fast16_t"?...


cintegerc99portabilityc89

Read More
Is the %zu specifier required for printf?...


cprintfc89size-tc-libraries

Read More
Are the "C mock tests" at tutorialspoint correct?...


cc89

Read More
How do print exactly X digits in hex...


cc89ansi-c

Read More
A function adding data to a linked list is enteting an infinite loop, only sometimes...


cc89ansi-c

Read More
Why does splint suggest that { 0 } doesn't really initialize all elements to zero in C: Initiali...


cc89splint

Read More
returning enum as char doesn't actually return the value of that enum...


cenumsreturn-valuec89ansi-c

Read More
Stdint.h in ANSI C (C89)...


clibcc89

Read More
Why this yacc+lex basic parser does not handle CONTROL+D / EOF?...


cyacclexc89

Read More
Why yacc can not parse a second line of a grammar rule even when it parses correctly the first one?...


cyacclexc89

Read More
BackNext