WCM - Das österreichische Computer Magazin Forenübersicht
 

Zurück   WCM Forum > Rat & Tat > Programmierung

Programmierung Rat & Tat für Programmierer

Microsoft KARRIERECAMPUS

Antwort
 
Themen-Optionen Ansicht
Alt 21.01.2002, 03:55   #1
kikakater
Inventar
 
Registriert seit: 24.01.2001
Beiträge: 5.631


Standard

itoa()
convert integer to string
Function

--------------------------------------------------------------------------------

SYNOPSIS
#include <stdlib.h>

char *itoa(int value, char *string, int radix);


--------------------------------------------------------------------------------

DESCRIPTION
The itoa() function constructs a string representation of an integer.


--------------------------------------------------------------------------------

PARAMETERS

value
Is the integer to be converted to string representation.

string
Points to the buffer that is to hold resulting string. The resulting string may be as long as seventeen bytes.

radix
Is the base of the number; must be in the range 2 - 36.



--------------------------------------------------------------------------------

RETURN VALUES
The function itoa() always returns the value string. There is no error return.
kikakater ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 11:45 Uhr.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
© 2009 FSL Verlag