Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How do I seed the rand() function in Objective-C?

objective-c ios c random srand

Calling a method named "string" at runtime in Java and C

java c string runtime methods

sunrise sunset times in c

c time

what does + sign after variable mean?

c++ c

what is the correct string terminator in c

c arrays string char

C : static array

c arrays

C/C++ function/method decoration

c++ c conventions

how to store 8 bits in char using C

c binary char

Const return types in C

c constants

Weird C Compiler, getting an error "ld: duplicate symbol _main"

C bit field variables are printing unexpected values

c bit

C/C++ Macro for finding maximum of two numbers without using ternary operator

c++ c c-preprocessor

how can I map an int to a corresponding string in C/C++

c++ c qt

Different outputs of sizeof operator in C and C++

c++ c sizeof

C data structure to mimic C#'s List<List<int>>?

dlsym/dlopen with runtime arguments

c dlopen

Why log(1000)/log(10) isn't the same as log10(1000)?

java c math logarithm

char *a, *b; what type is (b-a) and how do I printf it?

c pointers stdio

Reverse a string in C solution segfaulting

Program to print permutations of given elements [closed]

c algorithm