Jump to content

Introducing to C++ for absolute beginners

- - - - -

  • Please log in to reply
14 replies to this topic

#1
Csabi

Csabi

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
First let`s talk about programming. What programming really means? Programming means to write the source-code of a program. The source code is the human-readable part of a program. When a program is running it tell the computer what to do, but the computer don`t understands human languages. This is the reason why we need a Compiler. A compiler is a program what translates the human-readable code to machine code what is understood by the computer.

You probably think that the computer is very wise, but it`s not. The computer it`s able only to follow simple instructions. In the following lessons we will learn about giving some basic instruction to the computer using C++. C++ is a very powerful programming language, many of the newest and best games are made in C++.

Ok, now that you know what means to program you are just one step from starting to program. As I mentioned above, the human-readable code must be translated to machine code. To translate the code we need a compiler. You can choose from many compiler, but I will choose Visual C++ Express from Microsoft. Visual C++ 2010 can be download for free from here.

It`s easy to install it and I think that somebody who wants to program knows how to install a simple program or a game. Note: Download only the Visual C++ Express, we will use only this one.

In the following lesson you will see lots of example codes and downloadable source-codes at each lesson, but don`t just copy it, try to write it on yourself (multiple times if you think), because the best way to learn programming is practicing.

Check out the original post: C++ Lesson 1 - Introducing

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Where's the tutorial?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
NastyDevil

NastyDevil

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
Yeah... Winged i think he is just link building for his website, so just pasted a small paragraph with a link to his own website to get users from codecall..... Either way there is no tutorial.

#4
opwuaioc

opwuaioc

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 216 posts
The website is the tutorial... Here are all the lessons. I couldn't find the paragraph written anywhere else online, so I assume it's original content and valid, no?
Something witty here.

#5
NastyDevil

NastyDevil

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts

Quote

The website is the tutorial... Here are all the lessons. I couldn't find the paragraph written anywhere else online, so I assume it's original content and valid, no?

Not to make any accusations but did you forget to switch to your second account before posting this?

Edit: my appologies, i actually assumed you were trying to promote your site like that... sorry.

Edited by NastyDevil, 12 July 2010 - 08:33 PM.


#6
opwuaioc

opwuaioc

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 216 posts
No, I'm not Csabi. I was point out that the website was the tutorial, and that a google search for the first line turned up no results except for here and there. Thus I assume it's a valid tutorial, i.e. not something copied and pasted from somewhere else to gain website rankings for monetary purposes.

Google is your friend, and you really ought not to make base accusations.
Something witty here.

#7
Csabi

Csabi

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
Sorry for this misunderstanding. I have a series of lessons about C++, and I want to post them all here. This is the first one, this is just a short introducing. I hope the next tutorials will be better.

#8
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts
First I learned Java and now I heading back to C++. Thanks for tutorials because this is the best time for me.

#9
Pagn

Pagn

    Newbie

  • Members
  • Pip
  • 3 posts
Where's the tutorial?

#10
ZlaMetalika

ZlaMetalika

    Newbie

  • Members
  • Pip
  • 1 posts

View PostCsabi, on 07 July 2010 - 06:17 AM, said:

What programming really means? Programming means to write the source-code of a program.

I would not say it like that ... I'd define Programming as Understanding of Program/Computer language and/or Understanding of Computer Logics....but that's what I mean and no offense please :))

#11
pawansharma

pawansharma

    Newbie

  • Members
  • Pip
  • 1 posts
  • Location:New Delhi
  • Programming Language:C, Java, C++
  • Learning:C, Java, Objective-C
I have read all the forum but where is tutorial?

#12
papabear

papabear

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 306 posts
  • Location:DarkSide

View Postpawansharma, on 07 May 2012 - 09:47 AM, said:

I have read all the forum but where is tutorial?

He is backlinking into his website, but there are also a tutorial like this in the forum please check this links :

Learn C programming from all angles
C++ How should you start learning it
C++ Tutorial(1) "Hello World"

Happy coding :)
Life has no CTRL+Z
Never Forget To HIT "LIKE" If I Helped




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users