I'm a 24-year-old Full-Stack web and C++ developer
. As I started learning how to code in 2021 by digging into
I found my way to the world of programmers. My curiosity didn't stop there and led me to the path of
Web Development
, since I'd already known C++ it wasn't challanging to learn syntax of
,
and
but took me a while to get a deep understanding of how everthing works.
Web development helped me to go deeper into programming and gave me the ambition of following my childhood dream, becoming a
Game Developer
in the future.
#include <string>
#include <vector>
struct User {
std::string status;
std::string attitude;
bool isFailed;
User()
:status("Trying"), attitude("Consistant"), isFailed(false) {}
};
int main(){
std::vector<std::string> life = {"Challange", "Failure", "Miserableness" };
User user;
while(user.status == "Trying"){
if(user.attitude == "Consistant"){
if(life.empty())
life.pop_back();
else break;
}
else{
user.isFailed = true;
break;
}
}
}
const Ego = document.querySelector("Ego");
Ego.addEventListener("Listening", () =>{
return user = "a real loser"
})
<h1> I think the above codes said enough. </h1>