Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C++ enum by step

c++ c

What is the Best way to create a program which works only in the predefined trial period(evaluation period)?

c++ c trialware cracking

#define Square(x) (x*(x)) [duplicate]

c c-preprocessor

What language should I use for an automatic gear shifting program? [closed]

c microcontroller

Optimize Binary Search Algorithm

Why are many VMs written in C when they look like they have C++ features?

C, C++ preprocessor macro

c++ c

Which is the best way, in C, to see if a number is divisible by another?

C Constants

c

Is there a use for uninitialized pointers in C or C++?

Variable declared and initialized in a switch statement

Does C allocate memory automatically for me?

c malloc

Efficiency of C vs Assembler

c performance assembly

* is illegal for a struct?

c struct pointers

union consisting of float : completely insane output

c++ c floating-point unions

bitwise And C programming

c

Format a string in C

c

Is ASSERT redundant?

c++ c pointers assert

There is no point in freeing blocks at end of program? [duplicate]

c malloc free

why are RTOS coded only in c?

java c rtos