Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Michi
Michi has asked
11
questions and find answers to
20
problems.
Stats
355
EtPoint
60
Vote count
11
questions
20
answers
About
I just can not stop myself from programming :))
Michi questions
How to drop the warning "conversion to ‘char’ from ‘int’ may alter its value"
Codeblocks compile different my program than gcc in comand
How to use C11 standard in Code::Blocks
What defines the size of a type?
How to change Background color of child in GTK3 (c language) with CSS
Do I need -pedantic flag from GCC with C11?
How to use fgets() to avoid casting its second argument which is of type int?
Is "int *ptr = *( ( &a ) + 1 );" where "a" is int[5] well-defined by the Standard?
Michi answers
How to delete an element from an array and printing the rest?
Gtk button-press-event on a Label
How to read terminal's input buffer immediately after keypress
C macros and use of arguments in parentheses
Print out the value uint8_t *
How to add compiler flags on codeblocks
GTK Modifying Background Color of GtkButton