Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Getting started with C++

Reply
Thread Tools

Getting started with C++

 
 
Swifty
Guest
Posts: n/a
 
      11-11-2012
What would people recommend for someone wishing to learn C++ ?

I've used a variety of different languages over the past 45 years, but
haven't successfully tackled a new language in over 25 years (fading
brain syndrome).

My needs are probably quite simple. At the moment, I'm looking at
creating an exe that exits with a return code of 1/0 based on whether or
not ::GetForegroundWindow() returns null.

Once I have some C++ skills, I'll start using something like Visual C++

I'm not fishing for an actual program — helpful people have always come
to my rescue over the years, but I'll never learn this way!

--
Steve Swift
http://www.swiftys.org.uk/
 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      11-11-2012
On 11/11/2012 2:28 AM, Swifty wrote:
> What would people recommend for someone wishing to learn C++ ?
>
> I've used a variety of different languages over the past 45 years, but
> haven't successfully tackled a new language in over 25 years (fading
> brain syndrome).
>
> My needs are probably quite simple. At the moment, I'm looking at
> creating an exe that exits with a return code of 1/0 based on whether or
> not ::GetForegroundWindow() returns null.
>
> Once I have some C++ skills, I'll start using something like Visual C++
>
> I'm not fishing for an actual program — helpful people have always come
> to my rescue over the years, but I'll never learn this way!
>


Try a decent book, it might prove useful. I recommend "Accelerated C++"
by Koenig and Moo, and the success might depend on what languages you
already know. Twenty-five years ago the popular ones were C, Basic,
Fortran (IV and 77), PL/I (on mainframes, probably), Cobol, Pascal
(colleges?), Algol-68, Simula, Lisp... (what am I forgetting?) Which
environment are you coming from?

<nonCPPspecific>
At the same time you might want to get a book by Petzold to lean Windows
programming (if that's what you want).

You don't have to wait to "have some C++ skill" to start using Visual
C++ environment. In fact, you might want to start with Visual Studio
just to get your feet wet. Get a book for learning it. The VC++ book
does not have to be the newest, in fact getting an older book will save
you some money and will force you to explore the current tool to find
out the differences between the book and the tool.
</nonCPPspecific>

Ask specific questions if you have any.

V
--
I do not respond to top-posted replies, please don't ask
 
Reply With Quote
 
 
 
 
Swifty
Guest
Posts: n/a
 
      11-18-2012
On 11/11/2012 07:28, Swifty wrote:
> What would people recommend for someone wishing to learn C++


Thanks for the suggestions. It will probably be weeks before I get
started, so don't think that I'm ignoring you, or that I've lost interest.

I retired about 8 weeks ago, and seem to have replaced the daily grind
with a plethora of varied tasks, leaving me with little spare time.

--
Steve Swift
http://www.swiftys.org.uk/
 
Reply With Quote
 
Victor Bazarov
Guest
Posts: n/a
 
      11-18-2012
On 11/18/2012 4:53 AM, Swifty wrote:
> On 11/11/2012 07:28, Swifty wrote:
>> What would people recommend for someone wishing to learn C++

>
> Thanks for the suggestions. It will probably be weeks before I get
> started, so don't think that I'm ignoring you, or that I've lost interest.
>
> I retired about 8 weeks ago, and seem to have replaced the daily grind
> with a plethora of varied tasks, leaving me with little spare time.


Interesting (although not C++ specific or even related) how projects
that have been put on hold get new meaning and relevance once other
priorities go away. Good luck in your studies, whenever you get to them!

V
--
I do not respond to top-posted replies, please don't ask
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if a variable is started inside a closure, can it ever be redeclared and started over, outside of the original function? Jake Barnes Javascript 2 02-15-2006 03:32 AM
Getting Started Bill McCarty Firefox 4 08-12-2005 07:02 PM
need help getting started w/ QoS bruce Cisco 1 12-16-2004 02:15 PM
Need help getting started !!! Ted R VHDL 3 10-23-2004 02:40 PM
Getting started with Altera IP Core ALuPin VHDL 0 09-21-2004 01:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57