473,385 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

simple one-line question

hello folks,

i have a simple one line question. i am planniing to 1st learn
Assembly & then C++:

are there any jobs that i can get by learning C++? -- if yes, what
type of jobs are available?

thanks

-- arnuld

May 5 '06 #1
9 2038
arnuld wrote:
hello folks,

i have a simple one line question. i am planniing to 1st learn
Assembly & then C++:

are there any jobs that i can get by learning C++? -- if yes, what
type of jobs are available?

Google is your friend.

--
Ian Collins.
May 5 '06 #2
Raj
hell lot of them if you master any one of them..

May 5 '06 #3
wow, never got such a *strong* response, raj :-) I live in PUNJAB,
INDIA. where do you?
i am asking because if you are in India then i think you can give me
some names of companies.

thanks

--arnuld

May 5 '06 #4
arnuld wrote:
wow, never got such a *strong* response, raj :-) I live in PUNJAB,
INDIA. where do you?
i am asking because if you are in India then i think you can give me
some names of companies.


May I suggest you two continue this discussion in private?

As for the OP, see
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9.
Jonathan

May 5 '06 #5
arnuld wrote:
hello folks,

i have a simple one line question. i am planniing to 1st learn
Assembly & then C++:

are there any jobs that i can get by learning C++? -- if yes, what
type of jobs are available?

thanks

-- arnuld


Well, our town badly needs a town fool. You might just fit in...
(Sorry, I couldn't resist the temptation)

Seriously, learning C++ will not make you the most sought after person
at all. C++ is but a tool to solve real world problem. Those problems
often require deep knowledge of mathematic, physic, chemistry, or
information science. If you have to deal with mathematical problems a
lot it would be much wiser to familiarize yourself with Maple, Matlab or
Mathematica.

No one would employ you just because you can program in C++. And BTW,
learning Assembler first is a futile task in my eyes. If you have a
rough understanding what is happening at the hardware level this should
be sufficient.

Wish you luck,
Stuart
May 5 '06 #6
arnuld wrote:
hello folks,

i have a simple one line question. i am planniing to 1st learn
Assembly & then C++:

are there any jobs that i can get by learning C++?
No. Everyone learns C++ just for fun and for being able to say "hey, I know
C++, do you?"
-- if yes, what type of jobs are available?


Uhm, jobs as C++ programmers?

May 5 '06 #7

Stuart Redmann wrote:
arnuld wrote:
hello folks,

i have a simple one line question. i am planniing to 1st learn
Assembly & then C++:

are there any jobs that i can get by learning C++? -- if yes, what
type of jobs are available?

thanks

-- arnuld

Well, our town badly needs a town fool. You might just fit in...
(Sorry, I couldn't resist the temptation)

Seriously, learning C++ will not make you the most sought after person
at all. C++ is but a tool to solve real world problem. Those problems
often require deep knowledge of mathematic, physic, chemistry, or
information science. If you have to deal with mathematical problems a
lot it would be much wiser to familiarize yourself with Maple, Matlab or
Mathematica.

No one would employ you just because you can program in C++.


That is simply not true. Every job that I've been offered in the last
13 years was because I knew C++.
And BTW,
learning Assembler first is a futile task in my eyes. If you have a
rough understanding what is happening at the hardware level this should
be sufficient.


I agree that having a rough understanding is sufficient, but learning
assembler still isn't a futile task. I definately would not say it's a
requirement for learning C++, nor would I in general suggest learning
assember first. The priority on learning assembly depends on what type
of programming you're going to do. I worked on some embedded systems
where knowledge of assembly was more important than C++, however this
type of work is not mainstream. In terms of having marketable skills,
I'd say learn C++ first, and then learn assembler if you have time, if
you're still so inclined, or you're interested in doing work which
requires it.

May 5 '06 #8
> Well, our town badly needs a town fool. You might just fit in...
(Sorry, I couldn't resist the temptation)


ha...ha...ha...ha. i did like your style.

just for fun :-)

i want to tell you that i am a newbie. i am a graduate from an Indian
University which doesnt bother to teach words like UNIX, abstraction,
Algorithms, Binary Trees to computer science graduates & this
UNIVERSITY ranks as one of the best universities all over India. Name
is: Punjab University.

i am a graduate from there & thoughts made by them into my brain by
brainwashing us (i mean with 42 other students) for three years made
me think that there is everything disgusting about programming. Of
course i could not get a job but i do not cry over my weaknesses rather
i become a *salesman* and saw what reality is. after selling for 2
years *GNU & Logintaka* changed my thinking pattern about comuters and
i dwell into Programming, the love of my life. now you can call me a
fool as love makes one blind.

--arnuld

May 5 '06 #9
> I agree that having a rough understanding is sufficient, but learning
assembler still isn't a futile task. I definately would not say it's a
requirement for learning C++, nor would I in general suggest learning
assember first. The priority on learning assembly depends on what type
of programming you're going to do. I worked on some embedded systems
where knowledge of assembly was more important than C++, however this
type of work is not mainstream. In terms of having marketable skills,
I'd say learn C++ first, and then learn assembler if you have time, if
you're still so inclined, or you're interested in doing work which
requires it.


Brian, you seem like a good professional :-)

you are *right*. i want to learn assembly & c++ because i want to do OS
programming/device-driver stuff but it seems job prospects are narrow.
Hence learning assembly & c++ will also leave me with options in
embedded development (in case i am not able to get any job in my
favourite fieled, OS programming).

what do you think?

--arnuld

May 5 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Preston Crawford | last post by:
I'm looking to quickly get a photo album online. Very simple, thumbnails, a few pages, maybe a description, but hopefully a small script that's easy to edit and work into my existing site. I know...
10
by: george young | last post by:
For each run of my app, I have a known set of (<100) wafer names. Names are sometimes simply integers, sometimes a short string, and sometimes a short string followed by an integer, e.g.: 5, 6,...
0
by: unixman | last post by:
As usual, it is 2:00am, and I'm pulling my hair out, finally resorting to posting in the newsgroups for help. :) Simple problem, in theory. Given table "map": CREATE TABLE map ( entry_id...
8
by: Dan | last post by:
Using XML::Simple in perl is extreemly slow to parse big XML files (can be up to 250M, taking ~1h). How can I increase my performance / reduce my memory usage? Is SAX the way forward?
11
by: JKop | last post by:
Take the following simple function: unsigned long Plus5Percent(unsigned long input) { return ( input + input / 20 ); } Do yous ever consider the possibly more efficent:
2
by: Lynnemcg1 | last post by:
Hi For a database I have been creating I have been asked to include 6 simple, 6 joint and 6 multiple queries. I'm guessing a simple query is one which includes only one table but what are the...
0
by: Tal Sharfi | last post by:
Hi everyone I recently had the need for StringGrid object same as the one that Delphi has. An object that helps show lists of other objects in a simple grid. I searched the news groups and...
13
by: tindog | last post by:
I am brand new to this programming especially C#. I am confused (at the moment). I have bought two books to get started to learn C# language and Visual C#.net 2003 in 24 hours. Which is the best to...
2
by: news reader | last post by:
Hi, Does anoone of you know if there is already a simple application doing something like this. I would enhance / tune the missing features, but would like to avoid to start from scratch or...
11
by: samuelberthelot | last post by:
Hi, I've got 3 input HTML (dropdown lists) on my page. One for selecting a Month, one for the day, one for the year. Very simple... My problem is that I'd like to update the Days one according...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.