Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,554 members, 7,819,975 topics. Date: Tuesday, 07 May 2024 at 07:48 AM

Learn To Programming With C++ Programming Language - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn To Programming With C++ Programming Language (859 Views)

My Journey To Programming / Learn Python- Introduction To Programming / Learn C++ Programming Language In Few Days (2) (3) (4)

(1) (Reply)

Learn To Programming With C++ Programming Language by kingsleyugo41(m): 10:19am On Jul 09, 2017
Getting Set Up – C++ Compilers
The very first thing you need to do, before starting out in C++, is to make sure that you have a compiler. What is a compiler, you ask? A compiler turns the program that you write into an executable that your computer can actually understand and run. If you’re taking a course, you probably have one provided through your school. If you’re starting out on your own, your best bet is to use Code::Blocks with MinGW. If you’re on Linux, you can use g++, and if you’re on Mac OS X, you can use XCode. (If you are stuck using an older compiler, such as Turbo C++, you’ll need to read this page on compatibility issues.) If you haven’t yet done so, go ahead and get a compiler set up–you’ll need it for the rest of the tutorial.
Intro to the C++ Language
A C++ program is a collection of commands, which tell the computer to do “something”. This collection of commands is usually called C++ source code, source code or just code. Commands are either “functions” or “keywords”. Keywords are a basic building block of the language, while functions are, in fact, usually written in terms of simpler functions–you’ll see this in our very first program, below. (Confused? Think of it a bit like an outline for a book; the outline might show every chapter in the book; each chapter might have its own outline, composed of sections. Each section might have its own outline, or it might have all of the details written up.) Thankfully, C++ provides a great many common functions and keywords that you can use.Read more here

https://ugokingsblog./2017/07/09/introduction-to-the-c-language-2/

(1) (Reply)

World Class Programmer. / 6 Essential Features That Make An Outstanding Restaurant App / I Need A Responsive And Well Programmed PHP Script

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.