Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

When using Visual Studios 2012 for coding in C++, how do you autocomplete code selected in IntelliSense?

how do i cast the void pointer to char array in a multithreaded program in C [closed]

c

How to pass "unnecessary" pointers to a function?

c pointers

Why can ++i ever be different from i+=1 performance-wise

c++ c performance optimization

Print c with gcc and c++ with g++

c++ c gcc g++

Find the GCD of two numbers without using divison or mod operator?

c algorithm numbers

Set time limit to a child process

c process exec setrlimit

Pass string macro into C program - cross-platform

c linux windows macros

Error making openwsman on ubuntu 12.04

JDK9 Hotspot debug using gdb, causing SIGSEGV Segmentation fault in eclipse/Ubuntu terminal

c++ c eclipse java jvm-hotspot

Is it possible to change a const struct member in C?

c

Call by value in C

Initialize a dynamic array in O(1) time in C/C++

c++ c

C variable declared and assigned to function call

c

What should mprobe return when it is passed a pointer to a freed block of memory?

c malloc free

In C, can `enum` be made to count backward?

c error-handling enums

In C, During mathematical operation, why does float behave differently when it is in a variable [duplicate]

c

I can assign value to pointer after freeing it from manually allocated memory

c malloc