I heard that starting a basic calculator was a good way to practice C++ as you go, so I researched the starting points for the most basic one I could find, which just happened to be written by an author by the handle "ShawnCplus".
In this small section of code, I understand that char is a "Data Type", but don't understand what the [100], and everything thereafter means.
{
char name [100];
char quit;
quit ='\0';
while (quit !='q')
{
Thanks,
-Reef++

New Topic/Question
Reply




MultiQuote







|