Welcome to Dream.In.Code
Become a C++ Expert!

Join 137,420 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,984 people online right now. Registration is fast and FREE... Join Now!




Am I ready for a second language?

 
Reply to this topicStart new topic

Am I ready for a second language?

Delta_Echo
16 Jan, 2008 - 10:18 AM
Post #1

D.I.C Regular
***

Joined: 24 Oct, 2007
Posts: 439


My Contributions
I have been learning c++ for a while and I am no master, very far from it.
But I was thinking of learning a second language for web programming.
Think I should or should I master c++ first?
If you think i should what language should I go for?

Thanks
User is offlineProfile CardPM
+Quote Post

Martyr2
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 10:34 AM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,260



Thanked: 227 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
Sure, learn as many as you want. Just don't spread yourself too thin. I often change languages as a form of relaxation when I get bogged down with one language. Too much C++? Do PHP for awhile. Too much PHP? Go back to C++.

Especially if one is a desktop and one is a web language it is nice to do both simultaneously. Just don't get overwhelmed. It is better to master one than trying to do two and mastering neither.

smile.gif

This post has been edited by Martyr2: 16 Jan, 2008 - 10:34 AM
User is offlineProfile CardPM
+Quote Post

Amadeus
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 10:43 AM
Post #3

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 12,230



Thanked: 40 times
Dream Kudos: 25
My Contributions
QUOTE(Martyr2 @ 16 Jan, 2008 - 01:34 PM) *

Sure, learn as many as you want. Just don't spread yourself too thin. I often change languages as a form of relaxation when I get bogged down with one language. Too much C++? Do PHP for awhile. Too much PHP? Go back to C++.

Especially if one is a desktop and one is a web language it is nice to do both simultaneously. Just don't get overwhelmed. It is better to master one than trying to do two and mastering neither.

smile.gif

I had a post ready to go, but that pretty much says it all. No problem at all with learning multiple languages simultaneously.

User is offlineProfile CardPM
+Quote Post

Delta_Echo
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 10:47 AM
Post #4

D.I.C Regular
***

Joined: 24 Oct, 2007
Posts: 439


My Contributions
So, HTML or PHP?

Thanks for the advice.
User is offlineProfile CardPM
+Quote Post

manzoor
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 10:47 AM
Post #5

D.I.C Regular
Group Icon

Joined: 7 Aug, 2007
Posts: 406



Thanked: 2 times
Dream Kudos: 50
My Contributions
So I'm running after C.... since they are almost same smile.gif
User is online!Profile CardPM
+Quote Post

no2pencil
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 10:48 AM
Post #6

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,550



Thanked: 67 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(Delta_Echo @ 16 Jan, 2008 - 11:47 AM) *

So, HTML or PHP?

Thanks for the advice.

PHP is very similar to C/C++ in syntax. I didn't find it to be a difficult switch. Although the Arrays are handled differently, & I have to remind myself not to assume that commands are named the same in PHP as they are in C/C++.


User is offlineProfile CardPM
+Quote Post

Martyr2
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 11:48 AM
Post #7

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,260



Thanked: 227 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
QUOTE(Delta_Echo @ 16 Jan, 2008 - 10:47 AM) *

So, HTML or PHP?

Thanks for the advice.



If you don't know HTML, do that first. Even though you can learn PHP without HTML, a firm grasp of basic HTML structure is usually required for developing web apps (your PHP generates HTML). But do keep in mind that HTML is not exactly a language onto its own. Most people can pick up most HTML in a week or so of playing around. It is not entirely an exhaustive thing to learn. Now if you go into CSS and Javascript to augment the HTML, then you will certainly expand the learning curve. In all I would recommend learning HTML minimum before doing PHP. But that is just my opinion.

smile.gif
User is offlineProfile CardPM
+Quote Post

ISAI
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 11:57 AM
Post #8

New D.I.C Head
*

Joined: 26 Dec, 2007
Posts: 41


My Contributions
QUOTE(Martyr2 @ 16 Jan, 2008 - 12:48 PM) *

QUOTE(Delta_Echo @ 16 Jan, 2008 - 10:47 AM) *

So, HTML or PHP?

Thanks for the advice.



If you don't know HTML, do that first. Even though you can learn PHP without HTML, a firm grasp of basic HTML structure is usually required for developing web apps (your PHP generates HTML). But do keep in mind that HTML is not exactly a language onto its own. Most people can pick up most HTML in a week or so of playing around. It is not entirely an exhaustive thing to learn. Now if you go into CSS and Javascript to augment the HTML, then you will certainly expand the learning curve. In all I would recommend learning HTML minimum before doing PHP. But that is just my opinion.

smile.gif


I'm 100% behind Martyr2's advice.
HTML is the most basic ground to build up from.
Start with HTML, move over to JS or ASP or CSS or jump right over to PHP.

Good luck.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Am I Ready For A Second Language?
16 Jan, 2008 - 01:32 PM
Post #9

sudo rm -R /
Group Icon

Joined: 14 Sep, 2007
Posts: 4,170



Thanked: 17 times
Dream Kudos: 275
My Contributions
QUOTE(ISAI @ 16 Jan, 2008 - 12:57 PM) *

QUOTE(Martyr2 @ 16 Jan, 2008 - 12:48 PM) *

QUOTE(Delta_Echo @ 16 Jan, 2008 - 10:47 AM) *

So, HTML or PHP?

Thanks for the advice.



If you don't know HTML, do that first. Even though you can learn PHP without HTML, a firm grasp of basic HTML structure is usually required for developing web apps (your PHP generates HTML). But do keep in mind that HTML is not exactly a language onto its own. Most people can pick up most HTML in a week or so of playing around. It is not entirely an exhaustive thing to learn. Now if you go into CSS and Javascript to augment the HTML, then you will certainly expand the learning curve. In all I would recommend learning HTML minimum before doing PHP. But that is just my opinion.

smile.gif


I'm 100% behind Martyr2's advice.
HTML is the most basic ground to build up from.
Start with HTML, move over to JS or ASP or CSS or jump right over to PHP.

Good luck.


Yes learn HTML first
then personally i'd say CSS (They work so nicely together - plus they are both very simple to grasp)...
Then JS, PHP, etc ....

User is offlineProfile CardPM
+Quote Post

cricketfancy
RE: Am I Ready For A Second Language?
17 Jan, 2008 - 06:04 AM
Post #10

New D.I.C Head
*

Joined: 12 Jan, 2008
Posts: 15


My Contributions
QUOTE(Martyr2 @ 16 Jan, 2008 - 12:48 PM) *

QUOTE(Delta_Echo @ 16 Jan, 2008 - 10:47 AM) *

So, HTML or PHP?

Thanks for the advice.



If you don't know HTML, do that first. Even though you can learn PHP without HTML, a firm grasp of basic HTML structure is usually required for developing web apps (your PHP generates HTML). But do keep in mind that HTML is not exactly a language onto its own. Most people can pick up most HTML in a week or so of playing around. It is not entirely an exhaustive thing to learn. Now if you go into CSS and Javascript to augment the HTML, then you will certainly expand the learning curve. In all I would recommend learning HTML minimum before doing PHP. But that is just my opinion.

smile.gif


hi,
right now i have learnt a bit of c.
now switching to c++.
but should i also start learning some language simultaneously?
say like html,perl,or getting acquainted with linux...........
what is perl language?what are its applications?




This post has been edited by cricketfancy: 17 Jan, 2008 - 06:05 AM
User is offlineProfile CardPM
+Quote Post

ISAI
RE: Am I Ready For A Second Language?
17 Jan, 2008 - 06:08 AM
Post #11

New D.I.C Head
*

Joined: 26 Dec, 2007
Posts: 41


My Contributions
QUOTE(cricketfancy @ 17 Jan, 2008 - 07:04 AM) *

QUOTE(Martyr2 @ 16 Jan, 2008 - 12:48 PM) *

QUOTE(Delta_Echo @ 16 Jan, 2008 - 10:47 AM) *

So, HTML or PHP?

Thanks for the advice.



If you don't know HTML, do that first. Even though you can learn PHP without HTML, a firm grasp of basic HTML structure is usually required for developing web apps (your PHP generates HTML). But do keep in mind that HTML is not exactly a language onto its own. Most people can pick up most HTML in a week or so of playing around. It is not entirely an exhaustive thing to learn. Now if you go into CSS and Javascript to augment the HTML, then you will certainly expand the learning curve. In all I would recommend learning HTML minimum before doing PHP. But that is just my opinion.

smile.gif


hi,
right now i have learnt a bit of c.
now switching to c++.
but should i also start learning some language simultaneously?
say like html,perl,or getting acquainted with linux...........
what is perl language?what are its applications?





web language and programming language - yes, otherwise no.
that's what i think.
User is offlineProfile CardPM
+Quote Post

Delta_Echo
RE: Am I Ready For A Second Language?
18 Jan, 2008 - 04:48 AM
Post #12

D.I.C Regular
***

Joined: 24 Oct, 2007
Posts: 439


My Contributions
Ty all.
d!5 f0r|_|/\/\ !5 73|-| r0xx0r5!11111!!!!!!111
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/5/08 04:26AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month