Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
C
New post in C
Program aborts when using strcpy on a char pointer? (Works fine on char array)
May 28th, 2022
c
strcpy
C - measuring computing time
May 28th, 2022
profiling
c
How to calculate FPS in OpenGL?
August 3rd, 2020
opengl
playback
c
How to create patch for a new file?
May 28th, 2022
linux
patch
c
Maximum values for time_t (struct timespec)
May 28th, 2022
linux
time
c
How are everyday machines programmed?
May 28th, 2022
operating-system
assembly
embedded
microcontroller
c
Non-blocking call for reading descriptor
May 28th, 2022
unix
c
Changing an array with a function in C?
May 28th, 2022
arrays
pointers
function
c
Why does int pointer '++' increment by 4 rather than 1?
May 28th, 2022
c
pointers
c++
Running a shell command in a c program
May 28th, 2022
linux
shell
c
Why Android used Java concept instead of D language or C or C++? But Chromium web browser is in C++, its very complicated match
May 28th, 2022
android
d
compiler-construction
c
java
How do I find the length/number of items present for an array?
May 28th, 2022
c
arrays
Use of null statement in C
May 28th, 2022
c
Properties of the modulo operation
May 28th, 2022
c++
c
math
properties
modulo
Undefined reference to SSL_library_init and SSL_load_error_strings
May 28th, 2022
undefined-reference
openssl
c
Bind error while recreating socket
May 28th, 2022
c
bind
sockets
Are `typedef` and `struct` inside of a function standard in C?
May 28th, 2022
c
standards
typedef
scope
function
Difference between int* p and int *p declaration
May 28th, 2022
c
Standard alternative to GCC's ##__VA_ARGS__ trick?
May 27th, 2022
c99
variadic-macros
c-preprocessor
c
How did this person code "Hello World" with Microsoft Paint?
May 27th, 2022
c
paint
c++
mmap( ) vs read( )
May 27th, 2022
c
mmap
Can't turn off socket option IPV6_V6ONLY
May 27th, 2022
sockets
macos
c
How to properly use memcpy?
May 27th, 2022
c
Performance of array of functions over if and switch statements
May 27th, 2022
c
optimization
switch-statement
if-statement
callback
What does "#define _GNU_SOURCE" imply?
May 27th, 2022
posix
gnu
c
C function pointer casting to void pointer
May 27th, 2022
pointers
function-pointers
c
Naming convention when using STRUCT in C
May 27th, 2022
c
Generic data type in C [ void * ]
May 27th, 2022
c
Cannot compile when using libxml
May 27th, 2022
libxml2
c
C Code how to change return address in the code?
May 27th, 2022
exploit
c
buffer-overflow
←
1
2
3
4
5
6
7
8
9
…
76
77
→