View Single Post
Old 12-21-2017, 08:49 AM   #391
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

Yep. Just seen that you've added some new lines to your project. Congrats.
I was watching a drill course for C++ today (with Xcode, but, doesn't matter) and wondered, why didn't you just add "using namespace std;" to the top of your main.cpp file? This addition should've remove all those "std:byte" errors that you had a couple days ago.

Might be a noob question. Whatever.
fundorin is offline   Reply With Quote