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