Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C and C++ difference behavior [closed]

c++ c

As a programmer with no CS degree, do I have to learn C++ extensively?

c++ c

Segfault with recursive function

c

How do I rename a file?

c linux unix

Why don't win32 API functions have overloads and instead use Ex as suffix?

c++ c architecture winapi

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