Jump to content

learning C++ by myself

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Guest_arulrs_*

Guest_arulrs_*
  • Guests
can anyone please tell me whch books or sites to refer to become a very good programmer. And how to understand programs easilty

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Umm if im not wrong there is another post about books, but im not sure! try searching around!!

ow and btw introduce ur self :) but still welcome!

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Hey Arulrs, welcome to Codecall. I'm moving this to the C/C++ forum.

Are you wanting to learn Ansi C++ or a managed C++ like .NET languages?

#4
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Ansi C++? That's a new one, the only one I'd heard of was Dev-C++. I thought it might be the only one.

#5
Guest_arulrs_*

Guest_arulrs_*
  • Guests
plz telll me the difference between ansi c++ and managed c++

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
ANSI c++ is the standard for C++ defined by ANSI. It consists of the core language and the standard template library. Dev-C++ is more than enough to allow you to learn ANSI C++. Managed C++ takes the ANSI standard and extends it, this is a MicroSoft idea, and gives you more tools, such as GUI development. There is also Borland's C++, and some others. Basicly, it means having an additional library of tools available.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
perhaps there should be a stickey with names of books or something... seems to be a popular question

#8
prodo

prodo

    Newbie

  • Members
  • PipPip
  • 10 posts
you can start with teach yourself c++ in 21 days (SAMS).
technology is nothing when is prisoner

#9
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
I agree, this question gets asked often on here.