Skip to content

analyticswithharry/CPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++

1. Setting up your development environment (IDEs like Visual Studio, Code::Blocks, or using a text editor and command line).

Download Installer from Microsoft:

Windows

https://code.visualstudio.com/docs/cpp/config-mingw

macOS

https://code.visualstudio.com/docs/cpp/config-clang-mac

Linux

https://code.visualstudio.com/docs/cpp/config-linux

Run MSYS2

pacman -Syu
pacman - Su
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain

Create Enviroment variables

C:\msys64\mingw64\bin

2. Files Overview

  1. firstCommand.cpp - Basic introduction to C++ commands.
  2. printCommandUsingVoid.cpp - Using void functions to print messages.
  3. inputAndOutput.cpp - Basic and advanced input and output operations.
  4. controlFlow.cpp - Basic and advanced control flow constructs, including if statements and switch statements.
  5. forLoop.cpp - Introduction and examples of for loops, including nested loops.
  6. nestedLoop.cpp - Using nested loops for complex iterations.
  7. VariablesAndDataTypes.cpp - Overview of variables and different data types.
  8. whileLoop.cpp - Introduction and examples of while loops, including nested while loops.
  9. switchCaseStatements.cpp - Using switch statements to handle multiple conditions.
  10. functionBubbleSort.cpp - Implementing the bubble sort algorithm using functions.
  11. findEvenNumber.cpp - Finding even numbers from a list.
  12. positivNegativeNumber.cpp - Determining whether numbers are positive or negative.
  13. integerArithmeticOperations.cpp - Basic arithmetic operations with integers.
  14. floatArithmeticOperations.cpp - Arithmetic operations using float.
  15. doubleArithmeticOperations.cpp - Arithmetic operations using double.
  16. stringConcatenation.cpp - Techniques for concatenating strings.
  17. stringManipulation.cpp - Various methods for manipulating strings.
  18. ctimeLibrary.cpp - Using the ctime library for handling date and time.

Author : Hemant Thapa

About

Basic C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages