Java2Blog
  • Home
  • Core Java
  • Tutorials
    • Spring
    • Spring Boot
    • Spring MVC
    • Java 8
    • Hibernate
  • Categories
    • Interview Questions
    • Spring Frameworks
    • Core java
    • Python
    • C++
  • NM
close
import_contacts

Java Tutorials

  • Core Java
  • Java Interview questions
  • Java 8 Stream
  • Java interview programs
import_contacts

Data structure and algorithm

  • Data structure in java
  • Data structure interview questions
import_contacts

Spring tutorials

  • Spring tutorial
  • Spring boot tutorial
  • Spring MVC tutorial
  • Spring interview questions

C++ string

  • C++ C++ string c++ Check if string is empty string
    02 November

    Check if a String Is Empty in C++

    1. Introduction to the Problem Statement In C++ programming, checking whether a string is empty is a common and straightforward task but essential in many contexts, such as input validation, data processing, and conditional logic. Our Goal: To determine if a given string, such as "Hello" or "", is empty. Expected Output: A boolean value […]

    Read More
  • Remove last character from String in C++
    C++ C++ string
    16 February

    Remove Last Character From String in C++

    C++ is one of the most widely used programming languages. While programming in C++, we often come across text data. To represent text data in C++, we use string data type or an array of characters. In this article, we will discuss different ways to remove the last character from a string in C++. We […]

    Read More
  • String contains C++
    C++ C++ string
    07 June

    Check if string contains substring in C++

    There are different ways to check if string contains substring in C++. Library functions are available in C++ like find() and strstr() to find the substring in a string. In this article, we will discuss multiple methods to check if a string contains a substring in C++. Using find() function to check if string contains […]

    Read More
  • Split String by space in C++
    C++ C++ string
    13 April

    C++ Split String by Space

    Learn about how to split String in C++ using different ways

    Read More
  • Remove character from String in C++
    C++ C++ string
    13 April

    Remove Character from String in C++

    Learn about how to remove character from string in C++ in different ways.

    Read More

Newsletter


Let’s be Friends

  • Facebook
  • Twitter
  • LinkedIn

© 2020-22 Java2Blog Privacy Policy