Do I have to study C++ myself? plz give me advice

dcharry

New Member
I'm studying in a british university on first year computer science course; the only programming language we've studied so far is Borland Delphi 6.0, and we're gonna start Java in the second year, but my lecturer and tutor told me that C++ is not in the main syllabus but as an optional module in the third year ,ie . the final year(british degree is 3 yrs),:confused: well..I am just woundering that how this can be , coz most of programmers use C++ instead of Delphi, even the team project could be written in C++ language if I work in a company after my graduation, how can C++ missed out in a computer science degree:eek:... plz give me some advice, your suggestion could direct me to be on the right track. thanks in advance!:)
 
we're gonna start Java in the second year
Hhhhhhhhhhhahahhahahahaha hhahahaha haha ahhaa lol sorry I had to do Java in first year ... im so sorry ... i really am but now that im past that i can look back on it :P

..I am just woundering that how this can be , coz most of programmers use C++ instead of Delphi, even the team project could be written in C++ language if I work in a company after my graduation, how can C++ missed out in a computer science degree
In computer science you learn algorithsm and methods and data structures and stuff... the language is inconsequential I dunno how it is over there but here they dont teach you the language; you learn on your own. They just teach you how to program and ... oh yeah .. formal verification and crap ugh *cries* ... but yer CS so you might not have to do formal verification. *grumbles*
 
dcharry said:
I'm studying in a british university on first year computer science course; the only programming language we've studied so far is Borland Delphi 6.0, and we're gonna start Java in the second year, but my lecturer and tutor told me that C++ is not in the main syllabus but as an optional module in the third year ,ie . the final year(british degree is 3 yrs),:confused: well..I am just woundering that how this can be , coz most of programmers use C++ instead of Delphi, even the team project could be written in C++ language if I work in a company after my graduation, how can C++ missed out in a computer science degree:eek:... plz give me some advice, your suggestion could direct me to be on the right track. thanks in advance!:)


My school taught me C++ about half way into my two year degree... For example, MFC is not that easy to grasp.. even experienced programmers will stare at a piece of code for hours without figuring out the problem... anyway to answer your question: Praetor kinda covered it.. overlooking his laughs and giggles about java... many school teach you the principles and teach you "how to know"... many classes in OOAD (object oriented analysis and design..) software testing... systems analysis .. blah blah blah... yawn... and hopefully finally teach you the basics of various languages... since they cant teach you everything they pick and choose.. and maybe in the UK C++ isnt as popular as Delphi... anyway I have to learn C# on my own.. and it looks like someone came up with a better and less expensive way so strike that...
 
anyway I have to learn C# on my own.. and it looks like someone came up with a better and less expensive way so strike that...
Hehe
 

Attachments

  • 001.gif
    001.gif
    998 bytes · Views: 53
well the focus in my univ is on visual basic, that's what my friend will learn in the future courses, this is a american univ, so i guess they follow american style.
 
Sebouh said:
well the focus in my univ is on visual basic, that's what my friend will learn in the future courses, this is a american univ, so i guess they follow american style.

A substantial amount of time has setfocus on VB.net at the university I attend. Right now most companies, at least in the part of the US I live in, are looking mostly for a new breed of .net empowered students.
 
Back
Top