Articles [C & C++]

Creating, Compiling, Linking and Executing of a C Programs In this article firstly you can read how to invoke Turbo C, how to name programs, how to compile programs, how to link programs and finally how to execute programs. Invoking Turbo...

  Object Oriented Programming Classes & Objects   Introduction In the world, if we see around ourselves, we always find things sharing common property(ies), on the basis of which they can be grouped together and can be put into one set, like,...

  DATA TYPES -> ABSTRACT Introduction Object-oriented Analysis and Design is a new way of approaching the solutions to problems related to the programming world. This concept is an evolutionary concept and offers a refreshing change from the...

    LINKING BETWEEN C AND C++ Suppose we have a library of functions that have been compiled into object code and stored in the library code form. When we call a function from such a library in our program, the compiler with mark the name of the...

Introduction About my this article, in this you all can get knowledge about preprocessor directives and pragmas. The preprocessor directives are used to help the programmer to make his/her program readable as well as meaningful. It is not...

  SOMETHING ABOUT PROGRAMMING Introduction Today almost everybody knows what a computer system is. The reason behind this is that we have come in contact with computers in all areas of our daily lives, such as paying our electricity bills,...

  SOMETHING ABOUT PROGRAMMING   What is ‘C’? As a programming language, C is rather like Pascal or Fortran. Like these programming languages, C uses variables to store values, constructs, structured programs by defining and calling...

...Continued with for loop. Another kind of loop in C++ is the for loop. The for loop is primarily used to repeat a statement or a block for a prescribed number of iterations means when we know how many times we want to execute the statements...

Suppose we have written a methodint printhello(){cout

Comparison Operators:------------------------------As the name suggests comparison operators are used to compare two expressions, values or variables. Note, Comparison Operators returns their result in either true or false.These are the...

Powered by CjBlog