学生向けプログラミング入門 | 無料

学生向けにプログラミングを無料で解説。Java、C++、Ruby、PHP、データベース、Ruby on Rails, Python, Django

2020-04-08から1日間の記事一覧

C++ | 27 | ポインタの応用

C++

ランキング参加中プログラミング [TOP] 次>> Visual Studioで新規プロジェクトを作り、以下のcppファイルを作成して下さい。 【PointerTest6.cpp】 #include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> int main(){ char *s, buf[512]; std::cout << "文字列を入力して</string.h></stdlib.h></stdio.h></iostream>…