About programmings language computer science

I want to know how we can add two or more programmes in c++. I need it and please help as fast as possible .


9 Answers
1-9 of  9
9 Answers
  • A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks. The term programming language usually refers to high-level languages, such as BASIC, C, C++, COBOL, Java, FORTRAN, Ada, and Pascal.

  • Initialize the variables first. Eg:a=0,b=0. C=a+b Increment the values of variables..that which number we wanted to add

  • Initialize the variables first. Eg:a=0,b=0. C=a+b Increment the values of variables..that which number we wanted to add

  • yes we can add using the concepts of oops

  • You have to go for multi file programs and use 'makefile' to compile them. Just google it.

  • programming language. A programming languageis a vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks. The term programming language usually refers to high-level languages, such as BASIC, C, C++, COBOL, Java, FORTRAN, Ada, and Pascal.
    Computer programming language, any of various languages for expressing a set of detailed instructions for a digital computer. Such instructions can be executed directly when they are in the computer manufacturer-specific numerical form known as machine language, after a simple substitution process when expressed in a corresponding assembly language, or after translation from some “higher-level” language. Although there are many computer languages, relatively few are widely used.
    Machine and assembly languages are “low-level,” requiring a programmer to manage explicitly all of a computer’s idiosyncraticfeatures of data storage and operation. In contrast, high-level languages shield a programmer from worrying about such considerations and provide a notation that is more easily written and read by programmers.

  • This can be done by functions
    fork()
    system()
    can be used.
    in functions you can pass exe file . Means you have to save your program as exe first.
    it may help you.
    But I am not professional.
     
    -1

Computer Knowledge

Didn't get the answer.
Contact people of Talent-Computer Knowledge directly by clicking here