Mike Dane is the fucking MAN! As a construction worker who started learning to code python on a whim, and now learning C++ to help a friend code a game in Unreal, THANK YOU. I can’t wait until the day I can ditch the shovel and program for a living.
I must add, Mike taught me Python as well lol. The best teacher, so easy to listen to and articulates the concept quickly and concisely. So thankful for you, Mike. #giraffeacademyftw
Hey! I have a problem with the coding if someone helps me i would greatly appreiciate it!... I am a beginner #include using namespace std; int main() { char chat[4]; char yes [3]; char no [2]; char ans [3]; cout chat; if (ans == no) cout
thanks
Mike Dane is the fucking MAN! As a construction worker who started learning to code python on a whim, and now learning C++ to help a friend code a game in Unreal, THANK YOU. I can’t wait until the day I can ditch the shovel and program for a living.
I must add, Mike taught me Python as well lol. The best teacher, so easy to listen to and articulates the concept quickly and concisely. So thankful for you, Mike. #giraffeacademyftw
Yes, I am rooting so hard for you!!! How's it going now? I really, really, really hope everything's worked out well for you.
This is a great tutorial.
Hi. I would like to know how to get user input from the boolean values.
Hey! I have a problem with the coding if someone helps me i would greatly appreiciate it!... I am a beginner
#include
using namespace std;
int main()
{
char chat[4];
char yes [3];
char no [2];
char ans [3];
cout chat;
if (ans == no)
cout
use coloms to if statement
You are using CHAR data type and storing more than one character in the if statement
@@kushagra0347 then which data type should I use?
@@jayampathybandara6196 I tried that it didn't work
#include
using namespace std;
int main()
{
string chat;
cout chat;
if (chat.compare("No") == 0 || chat.compare("no") == 0){
cout
me when
Thanks