Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Ist sie nicht, sie ist mir allerdings zu kostbar jenen zu helfen die zu faul sind selbst nachzudenken und keine 2 min. übrig haben um eine Theorie zu überprüfen und lieber einen ellenlangen Text ins Forum schreiben.jokey2 hat gesagt.:@deepthroat: Wenn Dir Deine Zeit zu kostbar ist, um Anderen zu helfen, das laß es!
jokey2 hat gesagt.:Außerdem geht es bei mir nicht um ein C++ - Projekt im VS sondern um ein Projekt mit dem dcc-Compiler für einen MPC565.
Ah, Visual Studio, richtig?deepthroat hat gesagt.:(Was bedeutet VS?)
...
The following macro names shall be defined by the implementation:
_ _LINE_ _ The presumed line number (within the current source file) of the current
source line (a decimal constant).
_ _FILE_ _ The presumed name of the current source file (a character string literal).
_ _DATE_ _ The date of translation of the source file: a character string literal of the
form "Mmm dd yyyy", where the names of the months are the same as
those generated by the asctime function, and the first character of dd is
a space character if the value is less than 10. If the date of translation is not
available, an implementation-defined valid date shall be supplied.
_ _TIME_ _ The time of translation of the source file: a character string literal of the
form "hh:mm:ss" as in the time generated by the asctime function. If
the time of translation is not available, an implementation-defined valid
time shall be supplied.
_ _STDC_ _ The decimal constant 1, intended to indicate a conforming implementation.
...