HOME > natural science Laboratory > コンピュータ・シミュレーション講座 > TIPS 集

int型からchar型 へのキャスト (型変換)

文責:遠藤 理平 (2009年10月 8日) カテゴリ:TIPS 集(107)

int型からchar型 へのキャスト
int型からstring型 はこちら

#include <stdio.h>

int t;
char t_char[10];

t = 10;
//sprintf(t_char, "%d", no);
sprintf_s(t_char, "%d", no);
printf(t_char);

「sprintf」を使用すると次のようなwarningが出るので、「sprintf_s」を使う
warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.



▲このページのトップNPO法人 natural science トップ

▲このページのトップNPO法人 natural science トップ




Warning: mysqli_connect(): (28000/1045): Access denied for user 'xsvx1015071_ri'@'sv102.xserver.jp' (using password: YES) in /home/xsvx1015071/include/natural-science/include_counter-d.php on line 8
MySQL DBとの接続に失敗しました