This is a String class that represents a character string abstraction where C++ Standard Library string class (std::string) is not used. The objective of this project is to see what is happening under ...
This repository contains examples and explanations of 1D arrays and strings in C++. 1D arrays are collections of elements of the same data type, while strings are sequences of characters. This README ...
この記事を書いていて、改めてBlueprintとC++では同じ処理を書いても違った思考で処理を書いていることに気付きました。 処理が同じだけど、思考が違う 不思議な感覚です。 ニュータイプがこれからドンドン生まれてくる予感がします。 ニュータイプは ...
やっと配列までたどり着きました。 書いていると書かないことが沢山あります。 全部書いても勉強するには難しくなりすぎるので、かなり省略しています。 省略しても基本文法のすべてを説明できていないです。 プログラミン言語のごく一部でも膨大。
Abstract: Arrays and pointers are the key point in C++ and also are difficulty point. In order to improve the efficiency of program, we often combine the arrays and pointers during developing software ...