Schreibtischtest

  • VB.NET

Es gibt 2 Antworten in diesem Thema. Der letzte Beitrag () ist von Radinator.

    SveFriRo schrieb:

    Schreibtischtest
    gugst Du hier.
    Falls Du diesen Code kopierst, achte auf die C&P-Bremse.
    Jede einzelne Zeile Deines Programms, die Du nicht explizit getestet hast, ist falsch :!:
    Ein guter .NET-Snippetkonverter (der ist verfügbar).
    Programmierfragen über PN / Konversation werden ignoriert!
    Also ich kennt nur den Bleistifttest, aber der Begriff Schreibtischtest ist mir unbekannt
    In general (across programming languages), a pointer is a number that represents a physical location in memory. A nullpointer is (almost always) one that points to 0, and is widely recognized as "not pointing to anything". Since systems have different amounts of supported memory, it doesn't always take the same number of bytes to hold that number, so we call a "native size integer" one that can hold a pointer on any particular system. - Sam Harwell