Is it too much to learn C++ while revising HTML and CSS?

0
2
Asked By CuriousCat78 On

I'm currently learning C++ and just got into Object-Oriented Programming. A while back, I learned HTML, CSS, and a little JavaScript, but I've forgotten a lot of the details. I'm wondering if it's too overwhelming to try and revise HTML and CSS at the same time I'm diving into C++. Any thoughts?

5 Answers

Answered By TechyTurtle22 On

Nah, I don't think it’s too much! You can definitely handle both at the same time. Just take it little by little, and you’ll be fine.

Answered By DevDude11 On

It should be doable, though it may not make a lot of sense to mix them when it comes to deploying web projects. Remember that C++ is not used directly in web development like JavaScript is, so you might find it more useful to focus on improving your JavaScript skills for that.

Answered By WiseCoder42 On

It's actually pretty common to forget programming languages, especially if you're switching between different ones. If you're learning C++, you might find it easier to work with TypeScript instead of JavaScript since it's more strictly typed, which could help you hold onto what you've learned.

Answered By CodeNinja99 On

JavaScript is really the way to go for web dev, and it's not too hard to pick up the syntax again. If you're comfortable with Java, transitioning back to JavaScript might be easier than you think.

Answered By LearningGains34 On

My main question is, what exactly do you hope to achieve by learning both?

CuriousCat78 -

For now, I just want to soak up as much knowledge as possible before my summer break ends. I'm eager to learn!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.