Jump to content

Complete newbie to functional C++ programmer!

- - - - -

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

#1
Guest_Icezizim_*

Guest_Icezizim_*
  • Guests
Ok i know VERY little about any programming language, and everyone has to start somewhere right? so where did some of you pros go from a "Newb" to a "Functional Programmer"? Recommend books and etc. i do know some basic stuff but i still want stuff for COMPLETE beginners. Thanks :)

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I'll not suggest you to learn C++ as your first language, because you say that you have absolutely no experience. I started learning C++ when I was at your age, and even though I had experience with other languages, I had really hard to learn it (maybe I was just dumb :-P).

The Python programming language is a very nice beginner language, imo. Easy to use, pretty good syntax, and you'll get a feel of what programming really is. When using Python you don't have to think about type-casting and stuff like that - Python will do it all for you.

More about Python, officially homepage:
Python Programming Language -- Official Website

If you really want to continue with C++, then try look at this:
cplusplus.com - The C++ Resources Network

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The big thing with becoming a functional programmer in any language is your ability to solve problems. That's not easy to teach. Having said that, C++ How To Program is a very nice book to start off with. After that, you can start looking at The C++ Programming Language, but be aware that it will push you.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog