#C++ "Hello World" Intro, Somehow Stuck
41 messages · Page 1 of 1 (latest)
Did you watch the intro video?
help ;(
It told you what to do in the introduction video, you only need to change one single string
You may want to reset the exercise (using the ... menu) then follow the video instructions
I don't know what it is, why am I not understanding
#include "hello_world.h"
using namespace std;
namespace hello_world
{
string hello()
{
return "Goodbye, Mars!";
}
}
the string is what I need to modify
"Find that string, change it"
Change it how??
Usually its this, right?
Did you try resetting the exercise?
Your code looks very different from the start code
If you change more than one thing, it's wrong
Reverted it repeatedly
no difference
same thing
sorry wifi broke lol, the first screenshot is Replit (how i learnt first), second is Exercism
Im gonna lose it, I feel like ive tried every combination and the video explains nothing
other than "dont complicate it, jsut modify the string!"
yes but HOW
@trim pond I am so so sorry to bother you but im losing my mind here
<@&1082332817465298997> ill take anyone, im obsessed with this now and I need the answer
im so sorry to ping
its gonna be the simplest answer i know but ive got nothing
Yeah, please don't start pinging everyone, that's rude. Discord is not real-time conversations. Ask a question, and then wait for someone to answer.
yes sorry
I'm gonna have a full blown unadulterated anyeursm
You can tell how new I am to this, not once did I know that 'return' was also used as a 'cout' kind of thing
That doesn't look the same. It looks very different.
i got it now
i promise that is word for word the first screen i saw
Please don't use screenshots to share code or any other text.
Did you complete the exercise?
its so obvious now that im looking at it
Looking carefully does often help 😄
If everything is resolved, we ask that the person who posted the request react to the top/original post with a :white_check_mark: (:white_check_mark:). This indicates to others that this issue has been resolved and locks the thread.
If all the tests pass and you want to further improve your solution, we encourage you to use the "Request a Code Review" feature on the website!