opened
merge request
!3
"Draft: Porting from C to Cpp using Multidimensional Subscript Operator"
at
KIT / GPI / AG / Software / IFOS3D
-
02ef5f81 · A swicht-case block forms a single scope. This means that variables...
-
6c147b41 · In C, a string such as “Hello world” is of type char * in C++ it is...
-
1f3e94f6 · Avoid unneccessary type cast
- ... and 1 more commit. Compare 139a8e49...1f3e94f6
-
f2c289f4 · C does a implicite type cast from void * to any kind of pointer typ...
-
a0a91a79 · In C++, the min and max functions exist as templates and do not hav...
-
1cfccaf5 · Add makefile rules to compile and link c++ sources
removed due to membership expiration from project
KIT / GPI / AG / Software / SOFI2D
-
31f2afd9 · A struct can be partially initialized. The order of the initialized...
-
ecc439f9 · External headers of C libraries must be linked according to the C c...
-
139a8e49 · The extensions of the source code files must be changed from .h to ...
-
b2e5acc8 · The extensions of the source code files must be changed from .h to ...
-
f4371a7e · The extensions of the source code files must be changed from .c to ...
-
5bfb684a · C++ depreceated support of the Storage-class specifier register
-
9c65b538 · C++ does not offically support the restrict type qualifier. But mos...
-
61797cf5 · The C header files are named differently in C++
-
6d3195b4 · Source code formatting using uncrustify
-
5f49266f · Rename source code files from .c to .cpp and from .h to .hpp