Geekpedia
  • Tech
    • Tutorials
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
    • Software
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
  • Media
    • Pictures
  • News
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
    • Pictures
  • News
Using vectors to calculate the average
C++ Code
September 24, 2023November 3, 2023Nathan

Using vectors to calculate the average

This C++ example shows you how to store a set of numbers into vectors and loop through the values in order to get the average of those numbers.

Discover
Reverse a linked list
C++ Code Tutorials
September 24, 2023November 4, 2023Nathan

Reverse a linked list

This code shows the logic behind reversing a linked list in C++ using pointers and looping through the current nodes, changing the order in which the elements are linked to eachother.

Discover
Fatal error C1083: Cannot open include file: ‘iostream.h’: No such file or directory when trying to compile your C / C++ code
C++ Knowledge Base
September 24, 2023November 3, 2023Nathan

Fatal error C1083: Cannot open include file: ‘iostream.h’: No such file or directory when trying to compile your C / C++ code

This is a common mistake among C programmers who start coding in a new environment with a new compiler such as .NET 1.1 or .NET 2.0. You get the error because the iostream.h file is no longer used with these compilers, instead use the ISO compliant file iostream: #include <iostream>;

Discover
Introduction to Object Oriented Programming
C++ Tutorials
September 23, 2023November 4, 2023Nathan

Introduction to Object Oriented Programming

For those wishing to delve into the world of OOP using C++. You should have a little bit of programming experience to get the most from this tutorial.

Discover
Understanding C++ data types I
C++ Tutorials
September 23, 2023December 12, 2023Nathan

Understanding C++ data types I

A small book for those beginners in C++ or even in programming who didn’t understand C++ data types. This is meant to be a patch to other books, that cover the basics of C++. Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples.

Discover
The Binary Adding Machine
C++ Tutorials
September 23, 2023November 9, 2023Nathan

The Binary Adding Machine

Ever wondered how computers work? In this tutorial, I attempt to explain this from the ground up. First, we’ll look at how a machine can add numbers.

Discover
Inline functions
C++ Tutorials
September 23, 2023November 9, 2023Nathan

Inline functions

Explains the need of inline functions, when to / not to use them and how to use them.

Discover
Introduction to C/C++ Part 3
C++ Tutorials
September 23, 2023November 9, 2023Nathan

Introduction to C/C++ Part 3

A newbie-friendly beginner tutorial with good and descriptive explanation of C/C++ syntax.

Discover
Basics of function templates
C++ Tutorials
September 23, 2023November 9, 2023Nathan

Basics of function templates

This tutorial covers the basics of using function templates in C++. It shows you how to create them and explains how they work.

Discover
Constants
C++ Tutorials
September 23, 2023November 7, 2023Nathan

Constants

There are two main ways of defining constants in C++, and we’ll review and compare both of them, seing their advantages and disadvantages.

Discover

Posts pagination

Previous 1 … 3 4 5 6 Next

Trending Posts

Which Broadband is Best for Heavy Streamers & Gamers?

Apr 17, 202518 min read
Read More

Sky Broadband Review

Apr 17, 202514 min read
Read More

Apple Review: More Than Just a Logo on a Device

Apr 17, 20259 min read
Read More

Smartphone Cameras: What Makes the Perfect Camera for Everyday Users?

Apr 17, 202510 min read
Read More

Exploring the Latest Smartwatches: Which One Is Right for You?

Apr 17, 202510 min read
Read More
No Post Found

Trending News

Amazon Redshift Enhances User Experience with Generative SQL Capabilities

Jan 2, 20245 min read
Read More

Insights from Industry Experts: Predictions and Perspectives for 2024

Jan 1, 20244 min read
Read More

Top Programming Languages of 2023

Jan 1, 20244 min read
Read More
Image Not Found
Geekpedia is a knowledge-driven website offering fresh takes on tech, wellness, gear, and more — all through a thoughtful lens.
From coding tips to curated lifestyle content, it’s built for those who live smart, think sharp, and stay curious.
FOLLOW US
  • Social Image
  • Social Image
  • Social Image
  • Code
  • Gear
  • Generative AI
  • Knowledge Base
  • News
  • Contact Us
  • Work With Us
  • About Us
  • Affiliate Disclosure
  • FAQ
  • Advertisement
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions