Can I learn two languages at the same time?

Will I be able to learn C++ while learning HTML?
I'm learning C++ at college first year but it's bored and I want to teach myself HTML.
I also teaching myself C++ till polymorphism lesson and I quit because I realize that I forget everything I've learnt so I only learn C++ from school because it's more efficiency.

But anyway will learning HTML acceptable?

 
  cout << "What is this box?";
 
//The box is used to write code, and the code appears similarly to what it would look like in a compiler. 
Last edited on
1
2
/* error 404
    answer to the question not found */
1
2
3
4
5
6
@GTHell
if (!foundAnswer){
cout<<"Error 404: Answer not found"<<endl;
Sleep(2500);
return 0;
}
1
2
if(challenge="True"){
cout<<"Challenge accepted/ " << endl;
closed account (E0p9LyTq)
GTHell wrote:
Will I be able to learn C++ while learning HTML?

Yes, you can, but not a good idea.

GTHell wrote:
I also teaching myself C++ till polymorphism lesson and I quit because I realize that I forget everything I've learnt so I only learn C++ from school because it's more efficiency.

If you have trouble learning C++ outside of classroom instruction trying to learn C++ and HTML at the same time will not be a good use of your time and effort.

html, in my opinion, isn't very helpful to c++. In a funny comic, HTML was criticized as merely "being a flowerpot". Nevertheless, you can do it, since the classes and spans are helpful, and some functions can be executed. Still, I believe learning Python and/or Java (Not Javascript!) would be far more helpful for C++.
No, no, I never think that HTML help me with C++. I just want to know HTML because I want to make a webpage. I don't know if HTML is easier to learn since I'm already learning C++.

I've tried Bjarne stroustrup's book, It's good but it's too deep and I get bored pretty quickly.

I perform better than most of my classmate because as I said I already teach mysefl polymorphism. I feel like going doing nothing at my C++ class all the time.

EDIT: I'll also decide what to learn next after C++. I'll choose Java or other languages(My college will not teach JAVA in the future).
Last edited on
Topic archived. No new replies allowed.