Skip to content
煇^舍
  • Home
  • About
  • Projects
    • AU
      • Alicia Pilates
      • Clare Wood (22)
      • Funct’l Movem’t Club (20)Project from 1-Ming started on 2020-08-28 and Cutover on 2020-09-20.
      • Gordon Flooring (22)
      • Hunton Executive (20)First project using Elementor Pro in Nov 2020.
      • Lucky Punts (22)The site was developed by others. The work here is mainly enhancements.
      • RE Collective (21)
      • The Design Order Store
    • HK
      • EC HealthCare
      • Fai RoomMy own blog website for knowledge management.
      • IOT
      • mj1900Project on setting up the MJ1900 Server running on Debian 9.
      • NPC
      • RebornA project from Ting;s company UMH.
  • Blog
    • Cars
    • IT
      • Codings
      • MicroController
      • PCs
      • Servers
    • Courses
      • C
      • C++
      • Vue 3
  • Toggle website search

Course

  1. Home>
  2. Course

Learn C++ (7) – OOP

  • Post category:C++

Reference W3School - C++ Tutorial Create a Class To create a class, use the class keyword and end the class…

Continue ReadingLearn C++ (7) – OOP
Tags: C++

Learn C++ (6) – References

  • Post category:C++

Reference W3School - C++ Tutorial Creating References A reference variable is a "reference" to an existing variable, and…

Continue ReadingLearn C++ (6) – References
Tags: C++

Learn C++ (5) – Program Control

  • Post category:C++

Reference W3School - C++ Tutorial Conditions check Support these conditional check: if elseelse if(condition) ? expressionTrue : expressFalseswitch…

Continue ReadingLearn C++ (5) – Program Control
Tags: C++

Learn C++ (4) – Data Types

  • Post category:C++

Reference W3School - C++ Tutorial Data Types Data TypeSizeDescriptionbool1 byteStores true or false valueschar1 byteStores a single character/letter/number,…

Continue ReadingLearn C++ (4) – Data Types
Tags: C++

Learn C++ (3) – User Input and Output

  • Post category:C++

Reference W3School - C++ Tutorial cout and cin cout is used to output (print) values. cin is a predefined variable…

Continue ReadingLearn C++ (3) – User Input and Output
Tags: C++

Learn C++ (2) – Constants

  • Post category:C++

Reference W3School - C++ Tutorial Constants When you do not want others (or yourself) to change existing variable…

Continue ReadingLearn C++ (2) – Constants
Tags: C++

Learn C++ (1) – Variables

  • Post category:C++

Reference W3School - C++ Tutorial C++ Variables In C++, there are different types of variables (defined with different keywords), for…

Continue ReadingLearn C++ (1) – Variables
Tags: C++

Learn C Language (19) – Command Line Arguments

  • Post category:C

Reference Tutorial Point - C Tutorial Command Line Arguments It is possible to pass some values from the…

Continue ReadingLearn C Language (19) – Command Line Arguments
Tags: C

Learn C Language (18) – Memory Management

  • Post category:C

Reference Tutorial Point - C Tutorial Memory Management The C programming language provides several functions for memory allocation…

Continue ReadingLearn C Language (18) – Memory Management
Tags: C

Learn C Language (17) – Variable Arguments

  • Post category:C

Reference Tutorial Point - C Tutorial Variable Arguments In C, you can define a function which can accept…

Continue ReadingLearn C Language (17) – Variable Arguments
Tags: C

Learn C Language (16) – Recursion

  • Post category:C

Reference Tutorial Point - C Tutorial See this article in the Reference

Continue ReadingLearn C Language (16) – Recursion
Tags: C

Learn C Language (15) – Error Handling

  • Post category:C

Reference Tutorial Point - C Tutorial Error Handling C programming does not provide direct support for error handling…

Continue ReadingLearn C Language (15) – Error Handling
Tags: C

Learn C Language (14) – Type Casting

  • Post category:C

Reference Tutorial Point - C Tutorial Type Casting Converting one datatype into another is known as type casting…

Continue ReadingLearn C Language (14) – Type Casting
Tags: C

Learn C Language (13) – Header Files

  • Post category:C

Reference Tutorial Point - C Tutorial Header Files A header file is a file with extension .h which contains C…

Continue ReadingLearn C Language (13) – Header Files
Tags: C

Learn C Language (12) – Preprocessors

  • Post category:C

Reference Tutorial Point - C Tutorial Preprocessor The C Preprocessor is not a part of the compiler, but is a…

Continue ReadingLearn C Language (12) – Preprocessors
Tags: C

Learn C Language (11) – File I/O

  • Post category:C

Reference Tutorial Point - C Tutorial Opening Files FILE *fopen( const char * filename, const char * mode…

Continue ReadingLearn C Language (11) – File I/O
Tags: C

Learn C Language (10) – Input and Output

  • Post category:C

Reference Tutorial Point - C Tutorial Input and Output When we say Input, it means to feed some data…

Continue ReadingLearn C Language (10) – Input and Output
Tags: C

Learn C Language (9) – typedef

  • Post category:C

Reference Tutorial Point - C Tutorial typedef typedef is used to give a type a new name. Following…

Continue ReadingLearn C Language (9) – typedef
Tags: C
  • 1
  • 2
  • Go to the next page

Categories

Recent Posts

  • BYD Sealion 7
  • Test word count plugin
  • WooCommerce Resources
  • YourTube Download Library “yt-dlp”
  • Set up Google Wallet Pass

Archives

Tags

apache (1) aws (2) C (21) C++ (10) cf7 (6) coding (8) css (38) elementor (20) esp-idf (4) esp32 (4) hooks (2) html (15) javascript (12) jquery (6) lightsail (2) linux (9) linux-commands (3) mobile (1) network (4) performance (4) php (27) plugin (20) security (2) sftp (2) shopify (2) ultrawide (1) vimeo (1) vue (3) woocommerce (2) wordpress (91) youtube (5)

Search

Quick Links

  • Home
  • Codings
  • Servers

Categories

Tags

apache (1) aws (2) C (21) C++ (10) cf7 (6) coding (8) css (38) elementor (20) esp-idf (4) esp32 (4) hooks (2) html (15) javascript (12) jquery (6) lightsail (2) linux (9) linux-commands (3) mobile (1) network (4) performance (4) php (27) plugin (20) security (2) sftp (2) shopify (2) ultrawide (1) vimeo (1) vue (3) woocommerce (2) wordpress (91) youtube (5)
© Copyright [oceanwp_date] - 煇^舍
  • Home
  • About
  • Projects
    • AU
      • Alicia Pilates
      • Clare Wood (22)
      • Funct’l Movem’t Club (20)
      • Gordon Flooring (22)
      • Hunton Executive (20)
      • Lucky Punts (22)
      • RE Collective (21)
      • The Design Order Store
    • HK
      • EC HealthCare
      • Fai Room
      • IOT
      • mj1900
      • NPC
      • Reborn
  • Blog
    • Cars
    • IT
      • Codings
      • MicroController
      • PCs
      • Servers
    • Courses
      • C
      • C++
      • Vue 3
  • Toggle website search
Type your search
We use cookies to improve user experience. If you continue to browse this website would imply that you agree to our use of cookies here.
Accept & Close
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT