Simple Programming Tips On C/C++

Discussion in 'C++' started by subhasish, Apr 9, 2006.

  1. alienkhan

    alienkhan New Member

    Joined:
    May 7, 2012
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    can any body brefily told me how to creat a header file in borland c++ 5.02
     
  2. vishaljamdagni

    vishaljamdagni New Member

    Joined:
    Feb 14, 2018
    Messages:
    2
    Likes Received:
    2
    Trophy Points:
    3
    Gender:
    Male
    How about a program to print something without using a semi-colon ";" the entire code... something like this:
    1. #include<stdio.h>
    2. void main(){
    3. if(printf("Hello world")){
    4. }
    5. }
     
    sarasara likes this.
  3. richard smith

    richard smith New Member

    Joined:
    Oct 22, 2018
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Learn C++ programming language from scratch, including topics like C++ compiler, IDE, exceptions
    Then check this online course
    C++ For Absolute Beginners: The Starter Guideon Eduonix
     
  4. sarasara

    sarasara New Member

    Joined:
    Jan 19, 2021
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Female
    Location:
    tehran
    Home Page:
    https://www.mmsiz.com/
    hi I have problem with this code, Is it wrong?
    struct Comparison
    {
    char name;
    bool caseSensitive;
    };
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice