Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Looking to learn C++

Reply
Thread Tools

Looking to learn C++

 
 
bob abrams
Guest
Posts: n/a
 
      07-30-2007
Hi
I am looking for some who have learned to use C++ and have became pretty
familiar with it. I prefer to not go to a formal training class even
though it probably is the best way--I just cannot afford the time.

An online cours or a self driven tutorial would be my current preferences.

I have a cobol background and am looking to finally make a move
forward--as I am told anyway.

I will not be using the knowledge commercially but for my personal use.

Any suggestions would be appreciated.

Thanks

Bob

--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
 
 
 
Pennywise@DerryMaine.Gov
Guest
Posts: n/a
 
      08-01-2007
bob abrams <> wrote:

>Hi
>I am looking for some who have learned to use C++ and have became pretty
>familiar with it. I prefer to not go to a formal training class even
>though it probably is the best way--I just cannot afford the time.
>
>An online cours or a self driven tutorial would be my current preferences.
>
>I have a cobol background and am looking to finally make a move
>forward--as I am told anyway.
>
>I will not be using the knowledge commercially but for my personal use.
>
>Any suggestions would be appreciated.
>


Lot of July 29 post are showing up...

But I found the best is to get a book from the Library. Best would be
to purchase a book so you can use if for reference.
--

http://blizzmax.com/wordpress/wp-con.../07/bushbj.jpg
 
Reply With Quote
 
 
 
 
Another
Guest
Posts: n/a
 
      08-01-2007
wrote:
> bob abrams <> wrote:
>
>> Hi
>> I am looking for some who have learned to use C++ and have became pretty
>> familiar with it. I prefer to not go to a formal training class even
>> though it probably is the best way--I just cannot afford the time.
>>
>> An online cours or a self driven tutorial would be my current preferences.
>>
>> I have a cobol background and am looking to finally make a move
>> forward--as I am told anyway.


The best thing you can do with your cobol background before learning c++
is to forget cobol.

>>
>> I will not be using the knowledge commercially but for my personal use.
>>
>> Any suggestions would be appreciated.
>>

>
> Lot of July 29 post are showing up...
>
> But I found the best is to get a book from the Library. Best would be
> to purchase a book so you can use if for reference.


Codegear (formerly Borland) has a free command line C++ compiler
available for download here.

http://www.codegear.com/downloads/free/cppbuilder

Select the compiler version 5.5 to download.

A command line compiler will allow you to learn c++ without the
distractions of GUI interface. Any of the introductory C++ books from
Sams Publishing are pretty descent. You can probably find a used one on
Amazon for cheap.

 
Reply With Quote
 
Blinky the Shark
Guest
Posts: n/a
 
      08-01-2007
wrote:
> bob abrams <> wrote:
>
>>Hi I am looking for some who have learned to use C++ and have became
>>pretty familiar with it. I prefer to not go to a formal training class
>>even though it probably is the best way--I just cannot afford the
>>time.
>>
>>An online cours or a self driven tutorial would be my current
>>preferences.
>>
>>I have a cobol background and am looking to finally make a move
>>forward--as I am told anyway.
>>
>>I will not be using the knowledge commercially but for my personal
>>use.
>>
>>Any suggestions would be appreciated.
>>

>
> Lot of July 29 post are showing up...
>
> But I found the best is to get a book from the Library. Best would be
> to purchase a book so you can use if for reference.


I personally love the O'Reilly books. Got a whole shelf of 'em. I
presume they have some on C++. Best place to look first is
http://overstock.com -- good prices. But hardly the whole O'Reilly
inventory <g>, so if they don't have anything look elsewhere --
including their own store. http://oreilly.com/


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
 
Reply With Quote
 
Tester
Guest
Posts: n/a
 
      08-01-2007
Here's a buncha free PDF's intended to teach C++, courtesy of us U.S.
taxpayers. (Nat'l Institute of Standards and Technology IIRC)

http://math.nist.gov/~RPozo/c++class/

Hasn't MIT.EDU made much of its course material available for free
online?

Of course, Ziff Davis (ZD NET) has some (not free) online courses as
do many institutions such as U.S. community colleges.



 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a
 
      08-01-2007

"bob abrams" <> wrote in message
news:46ad3720$0$19486$.. .
> Hi
> I am looking for some who have learned to use C++ and have became pretty
> familiar with it. I prefer to not go to a formal training class even
> though it probably is the best way--I just cannot afford the time.
>
> An online cours or a self driven tutorial would be my current preferences.
>
> I have a cobol background and am looking to finally make a move
> forward--as I am told anyway.


LOL, you need to not be going to C++ from COBOL. It will have you running
with your tail between you legs for sure.

>
> I will not be using the knowledge commercially but for my personal use.
>
> Any suggestions would be appreciated.


Maybe, you should start here at the link below, like start with VB or C#.NET
first, which you can download the VS 2005 Express Editions for free. There
is also a C++ 2005 Express Edition as well. You can also get SQL Server 2005
Express Edition and it's free too.

Then you can have at it anyway you want and anyway but loose too.

http://msdn.microsoft.com/vstudio/ex.../learningpath/

 
Reply With Quote
 
Blinky the Shark
Guest
Posts: n/a
 
      08-01-2007
Mr. Arnold wrote:
>
> "bob abrams" <> wrote in message
> news:46ad3720$0$19486$.. .
>> Hi
>> I am looking for some who have learned to use C++ and have became pretty
>> familiar with it. I prefer to not go to a formal training class even
>> though it probably is the best way--I just cannot afford the time.
>>
>> An online cours or a self driven tutorial would be my current preferences.
>>
>> I have a cobol background and am looking to finally make a move
>> forward--as I am told anyway.

>
> LOL, you need to not be going to C++ from COBOL. It will have you running
> with your tail between you legs for sure.


Back in the Middle Ages when I was in college, we engineers started out
with Fortran while our friends who were business majors took COBOL. Is
COBOL still just what you use if, like, you're an insurance company or
something?

I never figured out the "business major" thing. Buy low, sell high; now
go get a job.

--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html
 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a
 
      08-02-2007

"Blinky the Shark" <> wrote in message
news: ...
> Mr. Arnold wrote:
>>
>> "bob abrams" <> wrote in message
>> news:46ad3720$0$19486$.. .
>>> Hi
>>> I am looking for some who have learned to use C++ and have became pretty
>>> familiar with it. I prefer to not go to a formal training class even
>>> though it probably is the best way--I just cannot afford the time.
>>>
>>> An online cours or a self driven tutorial would be my current
>>> preferences.
>>>
>>> I have a cobol background and am looking to finally make a move
>>> forward--as I am told anyway.

>>
>> LOL, you need to not be going to C++ from COBOL. It will have you running
>> with your tail between you legs for sure.

>
> Back in the Middle Ages when I was in college, we engineers started out
> with Fortran while our friends who were business majors took COBOL. Is
> COBOL still just what you use if, like, you're an insurance company or
> something?


Most companies that have the big iron horse mainframes those type of
companies that must push major amounts of transitions are still using COBOL.

COBOL is still being used as a major language in administration solutions
like Micro Focus, Realia and Fujitsu COBOL for .Net, even on the client
servers.

There are million and millions of lines written in COBOL.

You know the old saying. If it's not broke, then you don't fix it.

 
Reply With Quote
 
Plato
Guest
Posts: n/a
 
      08-02-2007
bob abrams wrote:
>
> I am looking for some who have learned to use C++ and have became pretty
> familiar with it. I prefer to not go to a formal training class even
> though it probably is the best way--I just cannot afford the time.


Buy a book on it and start practicing. Remember, programming is an art
form that fights back

--
http://www.bootdisk.com/


 
Reply With Quote
 
Nomen Nescio
Guest
Posts: n/a
 
      08-02-2007
On Wed, 01 Aug 2007 12:15:18 -0700, wrote:

Library? YEAH! If you want to put your toe in the water, grab
yourself a copy of limewire and ' borrow' this book.

You can program in C++ by "Francis Glassborow" - John Wiley

Certainly not a beginners book, but it is aimed at people like you.

While you're about it, nick this one as well

Beginning Visual C++ by "Ivor Hunt" - Wrox

Ivor Hunt's book is not as gereral as Francis Glassborow, but to
do anything complicated in C++ you need an IDE. An IDE
that will write a lot of the code for you.

Microsoft is offering a lite version of their visual studio for free.
So you don't have to go to the 'library' for that.

> bob abrams <> wrote:
>
>>Hi
>>I am looking for some who have learned to use C++ and have became pretty
>>familiar with it. I prefer to not go to a formal training class even
>>though it probably is the best way--I just cannot afford the time.
>>
>>An online cours or a self driven tutorial would be my current preferences.
>>
>>I have a cobol background and am looking to finally make a move
>>forward--as I am told anyway.
>>
>>I will not be using the knowledge commercially but for my personal use.
>>
>>Any suggestions would be appreciated.
>>

>
>Lot of July 29 post are showing up...
>
>But I found the best is to get a book from the Library. Best would be
>to purchase a book so you can use if for reference.


 
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
Some information for the one who decided to learn C++, and now wantsto learn at least a bit of C? Alexander C Programming 20 09-11-2010 01:04 AM
Learn the language before you learn the GUI. CoreyWhite C++ 1 03-31-2007 08:56 PM
amateur looking to learn more smartclobber Digital Photography 0 06-21-2004 07:56 AM
newbie question: should I learn TKinter or skip it and learn more advanced toolkit? Porky Pig Jr Python 3 05-12-2004 08:58 AM
Re: Looking for MCSE Training Kit To Pass Exams & Actually LEARN KLXrider MCSE 1 07-09-2003 07:49 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